test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/hotplug:Remove port close due to dpdk changes.
@ 2019-10-15  2:14 zhu,shuai
  2019-10-15  2:12 ` Zhu, WenhuiX
  2019-10-21  2:34 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: zhu,shuai @ 2019-10-15  2:14 UTC (permalink / raw)
  To: dts; +Cc: zhu,shuai

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@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


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

end of thread, other threads:[~2019-10-21  2:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-15  2:14 [dts] [PATCH V1] tests/hotplug:Remove port close due to dpdk changes zhu,shuai
2019-10-15  2:12 ` Zhu, WenhuiX
2019-10-21  2:34 ` Tu, Lijuan

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