test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V1 5/5] tests/vhost_event_idx_interrupt_cbdma: delete restore VM's interface step
@ 2022-06-22  6:30 Wei Ling
  2022-06-29  1:31 ` lijuan.tu
  0 siblings, 1 reply; 2+ messages in thread
From: Wei Ling @ 2022-06-22  6:30 UTC (permalink / raw)
  To: dts; +Cc: Wei Ling

In framework/virt_base.py, the start VMs method bind_dev default is
True, when bind_dev=True, VMs will bind the VM's interfacet to kernel
driver, so no need to restore VM's interface step now.

Signed-off-by: Wei Ling <weix.ling@intel.com>
---
 tests/TestSuite_vhost_event_idx_interrupt_cbdma.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/TestSuite_vhost_event_idx_interrupt_cbdma.py b/tests/TestSuite_vhost_event_idx_interrupt_cbdma.py
index 173ce925..2cf54df5 100644
--- a/tests/TestSuite_vhost_event_idx_interrupt_cbdma.py
+++ b/tests/TestSuite_vhost_event_idx_interrupt_cbdma.py
@@ -242,7 +242,6 @@ class TestVhostEventIdxInterruptCbdma(TestCase):
                     raise Exception("Set up VM ENV failed")
             except Exception as e:
                 self.logger.error("ERROR: Failure for %s" % str(e))
-            vm_dut.restore_interfaces()
             self.vm_dut.append(vm_dut)
             self.vm.append(vm_info)
 
-- 
2.25.1


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

* [dts][PATCH V1 5/5] tests/vhost_event_idx_interrupt_cbdma: delete restore VM's interface step
  2022-06-22  6:30 [dts][PATCH V1 5/5] tests/vhost_event_idx_interrupt_cbdma: delete restore VM's interface step Wei Ling
@ 2022-06-29  1:31 ` lijuan.tu
  0 siblings, 0 replies; 2+ messages in thread
From: lijuan.tu @ 2022-06-29  1:31 UTC (permalink / raw)
  To: dts, Wei Ling; +Cc: Wei Ling

On Wed, 22 Jun 2022 02:30:39 -0400, Wei Ling <weix.ling@intel.com> wrote:
> In framework/virt_base.py, the start VMs method bind_dev default is
> True, when bind_dev=True, VMs will bind the VM's interfacet to kernel
> driver, so no need to restore VM's interface step now.
> 
> Signed-off-by: Wei Ling <weix.ling@intel.com>


Series applied, thanks

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

end of thread, other threads:[~2022-06-29  1:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-22  6:30 [dts][PATCH V1 5/5] tests/vhost_event_idx_interrupt_cbdma: delete restore VM's interface step Wei Ling
2022-06-29  1:31 ` lijuan.tu

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