test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/vhost_user_live_migration:delete invalid code
@ 2021-03-15 10:01 Ling Wei
  2021-03-16  1:37 ` Ling, WeiX
  2021-03-16  2:30 ` Zhao, HaiyangX
  0 siblings, 2 replies; 3+ messages in thread
From: Ling Wei @ 2021-03-15 10:01 UTC (permalink / raw)
  To: dts; +Cc: Ling Wei

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@intel.com>
---
 tests/TestSuite_vhost_user_live_migration.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_vhost_user_live_migration.py b/tests/TestSuite_vhost_user_live_migration.py
index 915fa596..d5d1af65 100644
--- a/tests/TestSuite_vhost_user_live_migration.py
+++ b/tests/TestSuite_vhost_user_live_migration.py
@@ -449,7 +449,7 @@ class TestVhostUserLiveMigration(TestCase):
     def tear_down(self):
         self.destroy_vm_env()
         # stop send packet on tester
-        self.stop_send_pkts_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


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

end of thread, other threads:[~2021-03-16  2:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-15 10:01 [dts] [PATCH V1] tests/vhost_user_live_migration:delete invalid code Ling Wei
2021-03-16  1:37 ` Ling, WeiX
2021-03-16  2:30 ` Zhao, HaiyangX

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