[dts] [PATCH] TestSuite_vlan.py: Exit from testpmd with quit in teardown

pvukkisala at marvell.com pvukkisala at marvell.com
Wed Jul 14 16:41:22 CEST 2021


From: Phanendra Vukkisala <pvukkisala at marvell.com>

Signed-off-by: Phanendra Vukkisala <pvukkisala at 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



More information about the dts mailing list