[dts] [PATCH V1] tests/ipfrag : quit example berfore other example start

zhaomeijuan meijuanx.zhao at intel.com
Tue Apr 2 18:04:33 CEST 2019


Signed-off-by: zhaomeijuan <meijuanx.zhao at intel.com>
---
 tests/TestSuite_ipfrag.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/TestSuite_ipfrag.py b/tests/TestSuite_ipfrag.py
index 9f47a2c..3ebbb5e 100644
--- a/tests/TestSuite_ipfrag.py
+++ b/tests/TestSuite_ipfrag.py
@@ -295,6 +295,7 @@ l3fwd_ipv4_route_array[] = {\\\n"
             core_mask = utils.create_mask(self.dut.get_core_list(lcore))
 
         portmask = utils.create_mask([P0, P1])
+        self.dut.send_expect("^c", "# ", 120)
 
         self.dut.send_expect("examples/ip_fragmentation/build/ip_fragmentation -c %s -n %d -- -p %s -q %s" % (
             core_mask, self.dut.get_memory_channels(), portmask, num_pthreads), "IP_FRAG:", 120)
-- 
2.17.1



More information about the dts mailing list