[dts] [PATCH V1]tests/queue_start_stop: fix testpmd quit error

han,yingya yingyax.han at intel.com
Thu Mar 22 10:46:32 CET 2018


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

diff --git a/tests/TestSuite_queue_start_stop.py b/tests/TestSuite_queue_start_stop.py
index cc031f5..3dd37b3 100644
--- a/tests/TestSuite_queue_start_stop.py
+++ b/tests/TestSuite_queue_start_stop.py
@@ -177,7 +177,7 @@ class TestQueueStartStop(TestCase):
 
         try:
             self.dut.send_expect("stop", "testpmd>")
-            self.dut.send_expect("quit", "testpmd>")
+            self.dut.send_expect("quit", "#")
         except:
             print "Failed to quit testpmd"
 
-- 
1.9.3



More information about the dts mailing list