From patchwork Mon Sep 28 03:55:56 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lingli Chen X-Patchwork-Id: 78960 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5437FA04C1; Mon, 28 Sep 2020 05:57:19 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EEB261D5D4; Mon, 28 Sep 2020 05:57:17 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id DA6171D5C6 for ; Mon, 28 Sep 2020 05:57:16 +0200 (CEST) IronPort-SDR: wHpJZpKNUyy8o4IVOIgiIsFlmxFqlyWKc1xKLNLIsKH4p86YtactYvC4Q0RsmCyiUXeYSuhBKS xt/AemqskUSQ== X-IronPort-AV: E=McAfee;i="6000,8403,9757"; a="149710181" X-IronPort-AV: E=Sophos;i="5.77,312,1596524400"; d="scan'208";a="149710181" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Sep 2020 20:57:15 -0700 IronPort-SDR: IBBKoXNTth+jTtiIT00T4p/Z/YZO10eCnsL4sR3CnkcHYI7dDCCWLoQLux73wT5SwMMDLj5W2a w76yM65ceutw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,312,1596524400"; d="scan'208";a="324155095" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by orsmga002.jf.intel.com with ESMTP; 27 Sep 2020 20:57:14 -0700 From: Chen Linglix To: dts@dpdk.org Cc: chenlinglix Date: Mon, 28 Sep 2020 11:55:56 +0800 Message-Id: <20200928035559.8331-2-linglix.chen@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200928035559.8331-1-linglix.chen@intel.com> References: <20200928035559.8331-1-linglix.chen@intel.com> Subject: [dts] [dts 1/4] tests/TestSuite_ipfrag:update checkpoint to Link up X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" From: chenlinglix Signed-off-by: chenlinglix --- tests/TestSuite_ipfrag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_ipfrag.py b/tests/TestSuite_ipfrag.py index 4efc7a2..ba64e16 100644 --- a/tests/TestSuite_ipfrag.py +++ b/tests/TestSuite_ipfrag.py @@ -137,7 +137,7 @@ class TestIpfrag(TestCase): self.app_ip_fragmentation_path = self.dut.apps_name['ip_fragmentation'] self.dut.send_expect("%s -c %s -n %d %s -- -p %s -q %s" % (self.app_ip_fragmentation_path, coremask, self.dut.get_memory_channels(), eal_param, portmask, - int(numPortThread)), "Link Up", 120) + int(numPortThread)), "Link [Uu]p", 120) time.sleep(2) self.txItf = self.tester.get_interface(self.tester.get_local_port(P0))