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

Liu, Yong yong.liu at intel.com
Fri Mar 23 11:08:47 CET 2018


Thanks, Yingya. Applied.

On 03/22/2018 05:46 PM, han,yingya wrote:
> 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"
>   



More information about the dts mailing list