From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 6A56C1B324 for ; Mon, 30 Oct 2017 08:48:17 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Oct 2017 00:48:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,318,1505804400"; d="scan'208";a="1211780690" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.240.176.135]) by fmsmga001.fm.intel.com with ESMTP; 30 Oct 2017 00:48:14 -0700 From: "lu,peipei" To: dts@dpdk.org Cc: "lu,peipei" Date: Mon, 30 Oct 2017 15:49:26 +0800 Message-Id: <1509349766-26073-1-git-send-email-peipeix.lu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] fix rxtx_callbacks failed on i350 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: Mon, 30 Oct 2017 07:48:18 -0000 After running sniff packet command,need to add sleeping time. Signed-off-by: lu,peipei --- tests/TestSuite_rxtx_callbacks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/TestSuite_rxtx_callbacks.py b/tests/TestSuite_rxtx_callbacks.py index dd968a4..d652378 100644 --- a/tests/TestSuite_rxtx_callbacks.py +++ b/tests/TestSuite_rxtx_callbacks.py @@ -78,6 +78,7 @@ class TestRxtxCallbacks(TestCase): self.iface_port1 = self.tester.get_interface(self.tester.get_local_port(self.dut_ports[1])) self.inst_port1 = sniff_packets(self.iface_port1) + time.sheep(5) self.scapy_send_packet(self.iface_port0) out_port1 = self.get_tcpdump_package(self.inst_port1) -- 1.9.3