From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id B57D51B20B for ; Mon, 6 Nov 2017 08:46:06 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Nov 2017 23:46:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,351,1505804400"; d="scan'208";a="1240175488" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.240.176.135]) by fmsmga002.fm.intel.com with ESMTP; 05 Nov 2017 23:46:04 -0800 From: "lu,peipei" To: dts@dpdk.org Cc: "lu,peipei" Date: Mon, 6 Nov 2017 15:47:16 +0800 Message-Id: <1509954436-37955-1-git-send-email-peipeix.lu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] tests/netmap_compat:fix timeout 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, 06 Nov 2017 07:46:07 -0000 fter running sniff packet command,need to add sleeping time. Signed-off-by: lu,peipei --- tests/TestSuite_netmap_compat.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/TestSuite_netmap_compat.py b/tests/TestSuite_netmap_compat.py index 5225a27..ae5d83e 100644 --- a/tests/TestSuite_netmap_compat.py +++ b/tests/TestSuite_netmap_compat.py @@ -81,7 +81,7 @@ class TestNetmapCompat(TestCase): self.rxItf = self.tester.get_interface(self.tester.get_local_port(self.dut_ports[0])) self.inst = sniff_packets(self.rxItf) - + time.sleep(0.5) self.scapy_send_packet() out = self.get_tcpdump_package() @@ -99,7 +99,7 @@ class TestNetmapCompat(TestCase): self.rxItf = self.tester.get_interface(self.tester.get_local_port(self.dut_ports[1])) self.inst = sniff_packets(self.rxItf) - + time.sleep(0.5) self.scapy_send_packet() out = self.get_tcpdump_package() -- 1.9.3