TestSuite_vlan.py: Exit from testpmd with quit in teardown

Message ID 1626273682-26544-1-git-send-email-pvukkisala@marvell.com (mailing list archive)
State Accepted
Headers
Series TestSuite_vlan.py: Exit from testpmd with quit in teardown |

Commit Message

Phanendra Vukkisala July 14, 2021, 2:41 p.m. UTC
  From: Phanendra Vukkisala <pvukkisala@marvell.com>

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

Comments

Tu, Lijuan July 26, 2021, 1:49 a.m. UTC | #1
> -----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
  

Patch

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