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 4/4]tests/TestSuite_vhost_virtio_user_interrupt: add parameter interrupt-only for l3fwd-power
Date: Wed, 15 Jul 2020 16:09:14 +0800	[thread overview]
Message-ID: <1594800554-45157-5-git-send-email-qimaix.xiao@intel.com> (raw)
In-Reply-To: <1594800554-45157-1-git-send-email-qimaix.xiao@intel.com>

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

diff --git a/tests/TestSuite_vhost_virtio_user_interrupt.py b/tests/TestSuite_vhost_virtio_user_interrupt.py
index 59b9b2f..2f430d8 100644
--- a/tests/TestSuite_vhost_virtio_user_interrupt.py
+++ b/tests/TestSuite_vhost_virtio_user_interrupt.py
@@ -94,7 +94,7 @@ class TestVirtioUserInterrupt(TestCase):
         example_para = "./examples/l3fwd-power/build/l3fwd-power "
         vdev = "virtio_user0,path=%s,cq=1" % path if not packed else "virtio_user0,path=%s,cq=1,packed_vq=1" % path
         eal_params = self.dut.create_eal_parameters(cores=self.core_list_l3fwd, prefix='l3fwd-pwd', no_pci=True, ports=[self.pci_info], vdevs=[vdev])
-        para = " --config='(0,0,%s)' --parse-ptype" % self.core_interrupt
+        para = " --config='(0,0,%s)' --parse-ptype --interrupt-only" % self.core_interrupt
         cmd_l3fwd = example_para + eal_params + " --log-level='user1,7' -- -p 1 " + para
         self.l3fwd.get_session_before(timeout=2)
         self.l3fwd.send_expect(cmd_l3fwd, "POWER", 40)
-- 
1.8.3.1


  parent reply	other threads:[~2020-07-15  8:18 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-15  8:09 [dts] [PATCH V1 0/4] " Xiao Qimai
2020-07-15  8:09 ` [dts] [PATCH V1 1/4]tests/TestSuite_vhost_enqueue_interrupt: " Xiao Qimai
2020-07-15  8:09 ` [dts] [PATCH V1 2/4]tests/TestSuite_vhost_event_idx_interrupt: " Xiao Qimai
2020-07-15  8:09 ` [dts] [PATCH V1 3/4]tests/TestSuite_vhost_virtio_pmd_interrupt: " Xiao Qimai
2020-07-15  8:09 ` Xiao Qimai [this message]
2020-07-15  8:20 ` [dts] [PATCH V1 0/4] " Xiao, QimaiX
2020-07-15 14:58 ` Wang, Yinan
2020-07-24  1:45 ` 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=1594800554-45157-5-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).