test suite reviews and discussions
 help / color / mirror / Atom feed
From: Xiao Qimai <qimaix.xiao@intel.com>
To: dts@dpdk.org
Cc: Xiao Qimai <qimaix.xiao@intel.com>
Subject: [dts] [PATCH V1 7/7]tests/TestSuite_vhost_virtio_user_interrupt: fix kill l3fwd-power
Date: Wed,  8 Apr 2020 17:18:54 +0800	[thread overview]
Message-ID: <1586337534-448577-8-git-send-email-qimaix.xiao@intel.com> (raw)
In-Reply-To: <1586337534-448577-1-git-send-email-qimaix.xiao@intel.com>

Signed-off-by: Xiao Qimai <qimaix.xiao@intel.com>
---
 tests/TestSuite_vhost_virtio_user_interrupt.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/TestSuite_vhost_virtio_user_interrupt.py b/tests/TestSuite_vhost_virtio_user_interrupt.py
index 69d5668..59b9b2f 100644
--- a/tests/TestSuite_vhost_virtio_user_interrupt.py
+++ b/tests/TestSuite_vhost_virtio_user_interrupt.py
@@ -68,7 +68,7 @@ class TestVirtioUserInterrupt(TestCase):
         run before each test case.
         """
         self.dut.send_expect("killall -s INT testpmd", "#")
-        self.dut.send_expect("killall -s INT l3fwd-power", "#")
+        self.dut.send_expect("killall l3fwd-power", "#")
         self.dut.send_expect("rm -rf vhost-net*", "#")
 
         self.l3fwd = self.dut.new_session(suite="l3fwd")
@@ -250,7 +250,7 @@ class TestVirtioUserInterrupt(TestCase):
         """
         run after each test case.
         """
-        self.dut.send_expect("killall -s INT l3fwd-power", "#")
+        self.dut.send_expect("killall l3fwd-power", "#")
         self.dut.send_expect("killall -s INT testpmd", "#")
         self.close_all_session()
 
-- 
1.8.3.1


  parent reply	other threads:[~2020-04-08  9:24 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-08  9:18 [dts] [PATCH V1 0/7] fix l3fwd-power quit failed Xiao Qimai
2020-04-08  9:18 ` [dts] [PATCH V1 1/7]tests/TestSuite_iavf: fix kill l3fwd-power Xiao Qimai
2020-04-08  9:18 ` [dts] [PATCH V1 2/7]tests/TestSuite_kernelpf_iavf: " Xiao Qimai
2020-04-08  9:18 ` [dts] [PATCH V1 3/7]tests/TestSuite_vf_interrupt_pmd: " Xiao Qimai
2020-04-08  9:18 ` [dts] [PATCH V1 4/7]tests/TestSuite_vhost_enqueue_interrupt: " Xiao Qimai
2020-04-08  9:18 ` [dts] [PATCH V1 5/7]tests/TestSuite_vhost_event_idx_interrupt: " Xiao Qimai
2020-04-08  9:18 ` [dts] [PATCH V1 6/7]tests/TestSuite_vhost_virtio_pmd_interrupt: " Xiao Qimai
2020-04-08  9:18 ` Xiao Qimai [this message]
2020-04-17  5:26 ` [dts] [PATCH V1 0/7] fix l3fwd-power quit failed Zhao, XinfengX
2020-04-20  2:09 ` 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=1586337534-448577-8-git-send-email-qimaix.xiao@intel.com \
    --to=qimaix.xiao@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).