[V1] tests/TestSuite_ddp_gtp:remove quit testpmd command

Message ID 20200924060602.29696-1-weix.xie@intel.com (mailing list archive)
State Accepted
Headers
Series [V1] tests/TestSuite_ddp_gtp:remove quit testpmd command |

Commit Message

Xie, WeiX Sept. 24, 2020, 6:06 a.m. UTC
  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(-)
  

Comments

Ma, LihongX Sept. 29, 2020, 2:38 a.m. UTC | #1
Acked-by: Lihong Ma<lihongx.ma@intel.com>

Regards,
Ma,lihong

> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Xie wei
> Sent: Thursday, September 24, 2020 2:06 PM
> To: dts@dpdk.org
> Cc: Xie, WeiX <weix.xie@intel.com>
> Subject: [dts] [PATCH V1] tests/TestSuite_ddp_gtp:remove quit testpmd
> command
> 
> remove quit testpmd command after destroying vm env.
>
  
Tu, Lijuan Oct. 12, 2020, 8:08 a.m. UTC | #2
> remove quit testpmd command after destroying vm env.
> 
> Signed-off-by: Xie wei <weix.xie@intel.com>

Applied
  

Patch

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: