[dts] [PATCH V1] tests/vf_port_start_stop: restore device status

Yao, BingX Y bingx.y.yao at intel.com
Thu Dec 13 03:31:54 CET 2018


Tested-by: Yao, bing<bingx.y.yao at intel.com>

-----Original Message-----
From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of zhao,meijuan
Sent: Wednesday, December 12, 2018 2:42 PM
To: dts at dpdk.org
Cc: Zhao, MeijuanX <meijuanx.zhao at intel.com>
Subject: [dts] [PATCH V1] tests/vf_port_start_stop: restore device status

Signed-off-by: zhao,meijuan <meijuanx.zhao at intel.com>
---
 tests/TestSuite_vf_port_start_stop.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/TestSuite_vf_port_start_stop.py b/tests/TestSuite_vf_port_start_stop.py
index a9e88d8..4857dd3 100644
--- a/tests/TestSuite_vf_port_start_stop.py
+++ b/tests/TestSuite_vf_port_start_stop.py
@@ -248,6 +248,8 @@ class TestVfPortStartStop(TestCase):
             self.tester.send_expect("./dpdk_nic_bind.py --bind=%s %s" \
                 %(self.tester_port_driver, self.tester_tx_pci), "#")
 
+        tx_interface = self.tester.get_interface(self.tester_tx_port)
+        self.tester.send_expect("ifconfig %s up" % tx_interface, "#")
         if getattr(self, 'vm0', None):
             self.vm0.stop()
 
-- 
2.17.2



More information about the dts mailing list