test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] TestSuite_tso.py: Exit from testpmd with quit in teardown
@ 2021-07-06  7:12 pvukkisala
  2021-07-12  2:58 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: pvukkisala @ 2021-07-06  7:12 UTC (permalink / raw)
  To: dts; +Cc: Phanendra Vukkisala

From: Phanendra Vukkisala <pvukkisala@marvell.com>

Signed-off-by: Phanendra Vukkisala <pvukkisala@marvell.com>
---
 tests/TestSuite_tso.py |    1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/TestSuite_tso.py b/tests/TestSuite_tso.py
index 3ef1d42..1b5cda6 100644
--- a/tests/TestSuite_tso.py
+++ b/tests/TestSuite_tso.py
@@ -473,6 +473,7 @@ class TestTSO(TestCase):
         """
         Run after each test case.
         """
+        self.dut.send_expect("quit", "# ")
         self.dut.kill_all()
         time.sleep(2)
 
-- 
1.7.9.5


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

* Re: [dts] [PATCH] TestSuite_tso.py: Exit from testpmd with quit in teardown
  2021-07-06  7:12 [dts] [PATCH] TestSuite_tso.py: Exit from testpmd with quit in teardown pvukkisala
@ 2021-07-12  2:58 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2021-07-12  2:58 UTC (permalink / raw)
  To: pvukkisala, dts


> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of pvukkisala@marvell.com
> Sent: 2021年7月6日 15:13
> To: dts@dpdk.org
> Cc: Phanendra Vukkisala <pvukkisala@marvell.com>
> Subject: [dts] [PATCH] TestSuite_tso.py: Exit from testpmd with quit in teardown
> 
> From: Phanendra Vukkisala <pvukkisala@marvell.com>
> 
> Signed-off-by: Phanendra Vukkisala <pvukkisala@marvell.com>

Applied thanks

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

end of thread, other threads:[~2021-07-12  2:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-06  7:12 [dts] [PATCH] TestSuite_tso.py: Exit from testpmd with quit in teardown pvukkisala
2021-07-12  2:58 ` Tu, Lijuan

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).