From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4FF58A0487 for ; Fri, 5 Jul 2019 07:57:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E03492F42; Fri, 5 Jul 2019 07:57:37 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 1072E2C5E for ; Fri, 5 Jul 2019 07:57:35 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Jul 2019 22:57:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,453,1557212400"; d="scan'208";a="185111002" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by fmsmga001.fm.intel.com with ESMTP; 04 Jul 2019 22:57:34 -0700 From: "chen,bo" To: dts@dpdk.org Cc: "chen,bo" Date: Fri, 5 Jul 2019 13:48:13 +0800 Message-Id: <1562305693-154737-1-git-send-email-box.c.chen@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] tests/fdir:Increase latency 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" Increase latency to wait for testpmd configuration to take effect. Signed-off-by: chen,bo --- tests/TestSuite_fdir.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/TestSuite_fdir.py b/tests/TestSuite_fdir.py index 14cc5c9..45e0a87 100644 --- a/tests/TestSuite_fdir.py +++ b/tests/TestSuite_fdir.py @@ -86,6 +86,7 @@ class TestFdir(TestCase, IxiaPacketGenerator): Send packages and verify behavior. """ self.scapyCmds.append(packet) + time.sleep(3) self.dut.send_expect("start", "testpmd>") self.scapy_execute() time.sleep(.5) -- 2.17.2