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

pvukkisala at marvell.com pvukkisala at marvell.com
Tue Jul 6 09:12:41 CEST 2021


From: Phanendra Vukkisala <pvukkisala at marvell.com>

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



More information about the dts mailing list