[dts] [PATCH V1 4/4]tests/TestSuite_vhost_virtio_user_interrupt: add parameter interrupt-only for l3fwd-power
Xiao Qimai
qimaix.xiao at intel.com
Wed Jul 15 10:09:14 CEST 2020
Signed-off-by: Xiao Qimai <qimaix.xiao at 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
More information about the dts
mailing list