test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/TestSuite_ddp_gtp:remove quit testpmd command
@ 2020-09-24  6:06 Xie wei
  2020-09-29  2:38 ` Ma, LihongX
  2020-10-12  8:08 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: Xie wei @ 2020-09-24  6:06 UTC (permalink / raw)
  To: dts; +Cc: Xie wei

remove quit testpmd command after destroying vm env.

Signed-off-by: Xie wei <weix.xie@intel.com>
---
 tests/TestSuite_ddp_gtp.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/TestSuite_ddp_gtp.py b/tests/TestSuite_ddp_gtp.py
index 11fe7cb8..e896f46b 100644
--- a/tests/TestSuite_ddp_gtp.py
+++ b/tests/TestSuite_ddp_gtp.py
@@ -430,8 +430,6 @@ class TestDdpGtp(TestCase):
     def tear_down(self):
         if "vf" in self._suite_result.test_case:
             self.destroy_vm_env()
-            self.vm0_testpmd.execute_cmd('stop')
-            self.vm0_testpmd.quit()
         self.dut_testpmd.execute_cmd('stop')
         out = self.dut_testpmd.execute_cmd('ddp get list 0')
         if "Profile number is: 0" not in out:
-- 
2.17.1


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

end of thread, other threads:[~2020-10-12  8:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-24  6:06 [dts] [PATCH V1] tests/TestSuite_ddp_gtp:remove quit testpmd command Xie wei
2020-09-29  2:38 ` Ma, LihongX
2020-10-12  8:08 ` 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).