[dts] [PATCH V1]tests/pmdpcap: fix the issue of creating 2 pcap timeout

han,yingya yingyax.han at intel.com
Tue Jun 5 08:07:53 CEST 2018


Add enough time to ensure successful PCAP creation.

Signed-off-by: han,yingya <yingyax.han at intel.com>
---
 tests/TestSuite_pmdpcap.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_pmdpcap.py b/tests/TestSuite_pmdpcap.py
index 843a498..eafd064 100644
--- a/tests/TestSuite_pmdpcap.py
+++ b/tests/TestSuite_pmdpcap.py
@@ -173,7 +173,7 @@ class TestPmdPcap(TestCase):
                                             out_pcap1,
                                             TestPmdPcap.dut_pcap_files_path +
                                             in_pcap2,
-                                            out_pcap2), 'testpmd> ', 10)
+                                            out_pcap2), 'testpmd> ', 15)
 
         self.dut.send_expect('start', 'testpmd> ')
         sleep(2)
-- 
1.9.3



More information about the dts mailing list