[dts] [PATCH V1] tests/hotplug:Remove port close due to dpdk changes.

zhu,shuai shuaix.zhu at intel.com
Tue Oct 15 04:14:07 CEST 2019


dpdk patch is made for
https://jira.devtools.intel.com/browse/DPDK-11602. The behaviour of the close operation is changed.

Signed-off-by: zhu,shuai <shuaix.zhu at intel.com>
---
 tests/TestSuite_hotplug.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/TestSuite_hotplug.py b/tests/TestSuite_hotplug.py
index a7a7228..8a0d743 100644
--- a/tests/TestSuite_hotplug.py
+++ b/tests/TestSuite_hotplug.py
@@ -83,7 +83,6 @@ class TestPortHotPlug(TestCase):
         self.dut.send_expect("port stop %s" % port,"Stopping ports",60)
         # sleep 10 seconds for fortville update link stats
         time.sleep(10)
-        self.dut.send_expect("port close %s" % port,"Closing ports...",60)
         self.dut.send_expect("port detach %s" % port,"is detached",60)
 
     def test_after_attach(self):
-- 
2.17.2



More information about the dts mailing list