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

From: Phanendra Vukkisala <pvukkisala@marvell.com>

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

diff --git a/tests/TestSuite_vlan.py b/tests/TestSuite_vlan.py
index c1c09ee..ec4cca7 100644
--- a/tests/TestSuite_vlan.py
+++ b/tests/TestSuite_vlan.py
@@ -201,4 +201,5 @@ class TestVlan(TestCase):
         """
         Run after each test suite.
         """
+        self.dut.send_expect("quit", "# ", 30)
         self.dut.kill_all()
-- 
1.7.9.5


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

* Re: [dts] [PATCH] TestSuite_vlan.py: Exit from testpmd with quit in teardown
  2021-07-14 14:41 [dts] [PATCH] TestSuite_vlan.py: Exit from testpmd with quit in teardown pvukkisala
@ 2021-07-26  1:49 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2021-07-26  1:49 UTC (permalink / raw)
  To: pvukkisala, dts

> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of pvukkisala@marvell.com
> Sent: 2021年7月14日 22:41
> To: dts@dpdk.org
> Cc: Phanendra Vukkisala <pvukkisala@marvell.com>
> Subject: [dts] [PATCH] TestSuite_vlan.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-26  1:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-14 14:41 [dts] [PATCH] TestSuite_vlan.py: Exit from testpmd with quit in teardown pvukkisala
2021-07-26  1:49 ` 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).