From patchwork Mon Sep 28 03:55:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lingli Chen X-Patchwork-Id: 78961 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 C09D6A04C3; 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 2803A1D5D9; Mon, 28 Sep 2020 05:57:18 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 56E8F1D5C6 for ; Mon, 28 Sep 2020 05:57:17 +0200 (CEST) IronPort-SDR: Li0QIgc0DAsOFOhlMND9o/fbTAJeL0+ccury5vxkF1bGtgMZTRom5cGkphisaYcP9DOmdjywR/ LSNXmMubXIOw== X-IronPort-AV: E=McAfee;i="6000,8403,9757"; a="149710182" X-IronPort-AV: E=Sophos;i="5.77,312,1596524400"; d="scan'208";a="149710182" 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:17 -0700 IronPort-SDR: 0s61CLKygC+i174PvnIFBsWjTzRBAbpRUCtpbgGbCZjW0xoLu8nGuqdJvp0VtdW93LaXm0N52X XyhsjnNg2slQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,312,1596524400"; d="scan'208";a="324155101" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by orsmga002.jf.intel.com with ESMTP; 27 Sep 2020 20:57:15 -0700 From: Chen Linglix To: dts@dpdk.org Cc: chenlinglix Date: Mon, 28 Sep 2020 11:55:57 +0800 Message-Id: <20200928035559.8331-3-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 2/4] tests/TestSuite_ipv4_reassembly: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_ipv4_reassembly.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_ipv4_reassembly.py b/tests/TestSuite_ipv4_reassembly.py index b653bbe..f155e3d 100644 --- a/tests/TestSuite_ipv4_reassembly.py +++ b/tests/TestSuite_ipv4_reassembly.py @@ -123,7 +123,7 @@ class TestIpReassembly(TestCase): '-n {memory_channels} -- -p {dut_port_mask} ' + '--maxflows={maxflows} --flowttl={flowttl} {extra_args}') self.dut.send_expect( - command.format(**self.test_config.__dict__), 'Link Up') + command.format(**self.test_config.__dict__), 'Link [Uu]p') def tcp_ipv4_fragments(self, src_ip, identifier): """