[dts] [PATCH V2] tests/vhost_user_live_migration:delete invalid code

Ling Wei weix.ling at intel.com
Tue Mar 16 08:26:33 CET 2021


Delete self.stop_send_pkts_on_tester() step in tear_down,
because of framework will auto stop pktgen.

Signed-off-by: Ling Wei <weix.ling at intel.com>
---
 tests/TestSuite_vhost_user_live_migration.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/TestSuite_vhost_user_live_migration.py b/tests/TestSuite_vhost_user_live_migration.py
index 915fa596..6d524db7 100644
--- a/tests/TestSuite_vhost_user_live_migration.py
+++ b/tests/TestSuite_vhost_user_live_migration.py
@@ -448,8 +448,6 @@ class TestVhostUserLiveMigration(TestCase):
 
     def tear_down(self):
         self.destroy_vm_env()
-        # stop send packet on tester
-        self.stop_send_pkts_on_tester()
         self.duts[0].send_expect('killall -s INT qemu-system-x86_64', '#')
         self.duts[1].send_expect('killall -s INT qemu-system-x86_64', '#')
         pass
-- 
2.25.1



More information about the dts mailing list