test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/vhost_event_idx_interrupt: fix testcase 10 start vm parameter wrong issue
@ 2021-04-16  2:22 Ling Wei
  2021-04-16  2:25 ` Ling, WeiX
  0 siblings, 1 reply; 4+ messages in thread
From: Ling Wei @ 2021-04-16  2:22 UTC (permalink / raw)
  To: dts; +Cc: Ling Wei

Fix testcase 10 start vm parameter wrong issue, use packed ring
to start vm.

Signed-off-by: Ling Wei <weix.ling@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 2233f647..6179dd1c 100644
--- a/tests/TestSuite_vhost_event_idx_interrupt.py
+++ b/tests/TestSuite_vhost_event_idx_interrupt.py
@@ -468,7 +468,7 @@ class TestVhostEventIdxInterrupt(TestCase):
         self.nopci=False
         self.get_cbdma_ports_info_and_bind_to_dpdk()
         self.lanuch_l3fwd_power(cbdma=True)
-        self.start_vms(vm_num=self.vm_num,)
+        self.start_vms(vm_num=self.vm_num, packed=True)
         self.relanuch_l3fwd_power(cbdma=True)
         self.config_virito_net_in_vm()
         self.send_and_verify()
-- 
2.25.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-05-07  6:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-16  2:22 [dts] [PATCH V1] tests/vhost_event_idx_interrupt: fix testcase 10 start vm parameter wrong issue Ling Wei
2021-04-16  2:25 ` Ling, WeiX
2021-04-20  1:55   ` Wang, Yinan
2021-05-07  6:06     ` Tu, Lijuan

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).