test suite reviews and discussions
 help / color / mirror / Atom feed
From: Ling Wei <weix.ling@intel.com>
To: dts@dpdk.org
Cc: Ling Wei <weix.ling@intel.com>
Subject: [dts] [PATCH V2] tests/vhost_user_live_migration:delete invalid code
Date: Tue, 16 Mar 2021 15:26:33 +0800	[thread overview]
Message-ID: <20210316072633.314510-1-weix.ling@intel.com> (raw)

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, 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


             reply	other threads:[~2021-03-16  7:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-16  7:26 Ling Wei [this message]
2021-03-16  7:33 ` Ling, WeiX
2021-03-16  7:43   ` Zhao, HaiyangX
2021-03-18  7:30 ` Tu, Lijuan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210316072633.314510-1-weix.ling@intel.com \
    --to=weix.ling@intel.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).