Message ID | 20220622063000.1588955-1-weix.ling@intel.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | delete restore VM's interface step | expand |
diff --git a/tests/TestSuite_dpdk_gro_lib.py b/tests/TestSuite_dpdk_gro_lib.py index f00dc054..7cfaeb45 100644 --- a/tests/TestSuite_dpdk_gro_lib.py +++ b/tests/TestSuite_dpdk_gro_lib.py @@ -273,7 +273,6 @@ class TestDPDKGROLib(TestCase): raise Exception("Set up VM ENV failed") except Exception as e: print((utils.RED("Failure for %s" % str(e)))) - self.vm1_dut.restore_interfaces() def iperf_result_verify(self, run_info): """
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_dpdk_gro_lib.py | 1 - 1 file changed, 1 deletion(-)