[dts] [PATCH V1] tests/TestSuite_ddp_gtp:remove quit testpmd command

Xie wei weix.xie at intel.com
Thu Sep 24 08:06:02 CEST 2020


remove quit testpmd command after destroying vm env.

Signed-off-by: Xie wei <weix.xie at 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



More information about the dts mailing list