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 457791B326 for ; Mon, 30 Oct 2017 09:08:16 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Oct 2017 01:08:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,319,1505804400"; d="scan'208";a="1211787292" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.240.176.135]) by fmsmga001.fm.intel.com with ESMTP; 30 Oct 2017 01:08:13 -0700 From: "lu,peipei" To: dts@dpdk.org Cc: "lu,peipei" Date: Mon, 30 Oct 2017 16:09:25 +0800 Message-Id: <1509350965-26972-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, 30 Oct 2017 08:08:16 -0000 After running sniff packet command,need to add sleeping time. Signed-off-by: lu,peipei --- tests/TestSuite_netmap_compat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_netmap_compat.py b/tests/TestSuite_netmap_compat.py index 5225a27..c264e38 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(5) self.scapy_send_packet() out = self.get_tcpdump_package() -- 1.9.3