[dts] [PATCH V1] tests/fdir:Increase latency

chen,bo box.c.chen at intel.com
Fri Jul 5 07:48:13 CEST 2019


Increase latency to wait for testpmd configuration to take effect.

Signed-off-by: chen,bo <box.c.chen at intel.com>
---
 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



More information about the dts mailing list