[dts] [PATCH V1] tests/hotplug:Remove port close due to dpdk changes.
Zhu, WenhuiX
wenhuix.zhu at intel.com
Tue Oct 15 04:12:01 CEST 2019
Tested-by : Zhu, WenhuiX <wenhuix.zhu at intel.com>
-----Original Message-----
From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of zhu,shuai
Sent: Tuesday, October 15, 2019 10:14 AM
To: dts at dpdk.org
Cc: Zhu, ShuaiX <shuaix.zhu at intel.com>
Subject: [dts] [PATCH V1] tests/hotplug:Remove port close due to dpdk changes.
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: TestPortHotPlug.log
Type: application/octet-stream
Size: 25882 bytes
Desc: TestPortHotPlug.log
URL: <http://mails.dpdk.org/archives/dts/attachments/20191015/8cd28446/attachment.obj>
More information about the dts
mailing list