test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1]tests/queue_start_stop: fix testpmd quit error
@ 2018-03-22  9:46 han,yingya
  2018-03-23 10:08 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: han,yingya @ 2018-03-22  9:46 UTC (permalink / raw)
  To: dts; +Cc: han,yingya


Signed-off-by: han,yingya <yingyax.han@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH V1]tests/queue_start_stop: fix testpmd quit error
  2018-03-22  9:46 [dts] [PATCH V1]tests/queue_start_stop: fix testpmd quit error han,yingya
@ 2018-03-23 10:08 ` Liu, Yong
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2018-03-23 10:08 UTC (permalink / raw)
  To: han,yingya, dts

Thanks, Yingya. Applied.

On 03/22/2018 05:46 PM, han,yingya wrote:
> Signed-off-by: han,yingya <yingyax.han@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"
>   

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-23  2:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-22  9:46 [dts] [PATCH V1]tests/queue_start_stop: fix testpmd quit error han,yingya
2018-03-23 10:08 ` Liu, Yong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).