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 2/7]tests/TestSuite_kernelpf_iavf: fix kill l3fwd-power
Date: Wed,  8 Apr 2020 17:18:49 +0800	[thread overview]
Message-ID: <1586337534-448577-3-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_kernelpf_iavf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_kernelpf_iavf.py b/tests/TestSuite_kernelpf_iavf.py
index d5b2c7b..4e6af81 100644
--- a/tests/TestSuite_kernelpf_iavf.py
+++ b/tests/TestSuite_kernelpf_iavf.py
@@ -836,7 +836,7 @@ class TestKernelpfIavf(TestCase):
         out = self.dut.get_session_output()
         self.verify('L3FWD_POWER: lcore 6 is waked up from rx interrupt' in out, 'lcore 6 is not waked up')
         self.verify('L3FWD_POWER: lcore 7 is waked up from rx interrupt' in out, 'lcore 7 is not waked up')
-        self.dut.send_expect("^C", "# ", 60)
+        self.dut.send_expect("killall l3fwd-power", "# ", 60, alt_session=True)
         self.interrupt_flag = True
         time.sleep(1)
         self.destroy_2vf_in_2pf()
-- 
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 ` Xiao Qimai [this message]
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 ` [dts] [PATCH V1 7/7]tests/TestSuite_vhost_virtio_user_interrupt: " Xiao Qimai
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-3-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).