[dts] [PATCH V1] tests/cvl_switch_filter: fix the time out error

Nannan Lu nannan.lu at intel.com
Sat Jan 4 23:51:01 CET 2020


extend the wait time of launching testpmd and creating
16K fdir rules in non-pipeline mode. 

Signed-off-by: Nannan Lu <nannan.lu at intel.com>
---
 tests/TestSuite_cvl_switch_filter.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_cvl_switch_filter.py b/tests/TestSuite_cvl_switch_filter.py
index 35a981e..5233875 100644
--- a/tests/TestSuite_cvl_switch_filter.py
+++ b/tests/TestSuite_cvl_switch_filter.py
@@ -2337,7 +2337,7 @@ class SwitchFilterTest(TestCase):
 
         global test_results
 
-        out = self.dut.send_expect(command, "testpmd> ", 120)
+        out = self.dut.send_expect(command, "testpmd> ", 300)
         self.dut.send_expect("port config 0 rss-hash-key ipv4 1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd", "testpmd> ", 15)
         if is_vxlan:
             self.dut.send_expect("rx_vxlan_port add 4789 0", "testpmd> ", 15)
-- 
2.17.1



More information about the dts mailing list