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

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


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

diff --git a/tests/TestSuite_vhost_event_idx_interrupt.py b/tests/TestSuite_vhost_event_idx_interrupt.py
index d6b0b3d..4bb40c7 100644
--- a/tests/TestSuite_vhost_event_idx_interrupt.py
+++ b/tests/TestSuite_vhost_event_idx_interrupt.py
@@ -107,7 +107,7 @@ class TestVhostEventIdxInterrupt(TestCase):
         port_info = "0x1" if self.vm_num == 1 else "0x3"
 
         example_para = "./examples/l3fwd-power/build/l3fwd-power "
-        para = " --log-level=9 %s -- -p %s --parse-ptype 1 --config '%s'" % (vdev_info, port_info, config_info)
+        para = " --log-level=9 %s -- -p %s --parse-ptype 1 --config '%s' --interrupt-only" % (vdev_info, port_info, config_info)
         eal_params = self.dut.create_eal_parameters(cores=self.core_list_l3fwd, no_pci=True)
         command_line_client = example_para + eal_params + para
         self.vhost.get_session_before(timeout=2)
-- 
1.8.3.1



More information about the dts mailing list