[dts] [PATCH V1 3/4]tests/TestSuite_vhost_virtio_pmd_interrupt: add parameter interrupt-only for l3fwd-power

Xiao Qimai qimaix.xiao at intel.com
Wed Jul 15 10:09:13 CEST 2020


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

diff --git a/tests/TestSuite_vhost_virtio_pmd_interrupt.py b/tests/TestSuite_vhost_virtio_pmd_interrupt.py
index bf50b07..99ee657 100644
--- a/tests/TestSuite_vhost_virtio_pmd_interrupt.py
+++ b/tests/TestSuite_vhost_virtio_pmd_interrupt.py
@@ -146,7 +146,7 @@ class TestVhostVirtioPmdInterrupt(TestCase):
 
         command_client = "./examples/l3fwd-power/build/l3fwd-power " + \
                          "-c %s -n 4 --log-level='user1,7' -- -p 1 -P " + \
-                         "--config '%s' --no-numa  --parse-ptype "
+                         "--config '%s' --no-numa  --parse-ptype --interrupt-only"
         command_line_client = command_client % (core_mask_l3fwd, config_info)
         self.vm_dut.get_session_output(timeout=2)
         self.vm_dut.send_expect(command_line_client, "POWER", 40)
-- 
1.8.3.1



More information about the dts mailing list