From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 00E8F568A for ; Fri, 4 Dec 2015 03:51:46 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP; 03 Dec 2015 18:51:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,378,1444719600"; d="scan'208";a="866333926" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.238.55.12]) by fmsmga002.fm.intel.com with ESMTP; 03 Dec 2015 18:51:44 -0800 From: Shijie Dong To: dts@dpdk.org Date: Fri, 4 Dec 2015 10:47:13 +0800 Message-Id: <1449197233-10114-1-git-send-email-shijiex.dong@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] Test loop mirror recovery error 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: , X-List-Received-Date: Fri, 04 Dec 2015 02:51:47 -0000 From: Dong shijie Reply to the same port two times, one without recovery. Signed-off-by: Dong shijie --- tests/TestSuite_scatter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_scatter.py b/tests/TestSuite_scatter.py index aab2f9c..ea1e0ee 100644 --- a/tests/TestSuite_scatter.py +++ b/tests/TestSuite_scatter.py @@ -94,7 +94,7 @@ class TestScatter(TestCase): time.sleep(5) #wait for scapy capture subprocess exit res = self.get_tcpdump_packet() self.tester.send_expect("ifconfig %s mtu 1500" % sintf, "#") - self.tester.send_expect("ifconfig %s mtu 1500" % sintf, "#") + self.tester.send_expect("ifconfig %s mtu 1500" % rintf, "#") return res def set_up(self): -- 1.8.1.4