test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PTACH V2] tests/dynamic_queue: unbind the unused ports
@ 2018-12-13  7:09 Wenjie Li
  0 siblings, 0 replies; only message in thread
From: Wenjie Li @ 2018-12-13  7:09 UTC (permalink / raw)
  To: dts; +Cc: Wenjie Li

Instead of reduce the queue number for fvl_40G, unbind the unused ports
for all nics.

Signed-off-by: Wenjie Li <wenjiex.a.li@intel.com>

---
 tests/TestSuite_dynamic_queue.py | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/tests/TestSuite_dynamic_queue.py b/tests/TestSuite_dynamic_queue.py
index f155686..dd98eba 100644
--- a/tests/TestSuite_dynamic_queue.py
+++ b/tests/TestSuite_dynamic_queue.py
@@ -25,6 +25,11 @@ class TestDynamicQueue(TestCase):
         tester_port = self.tester.get_local_port(self.used_dut_port)
         self.tester_intf = self.tester.get_interface(tester_port)
         self.dut_testpmd = PmdOutput(self.dut)
+        unbind_nics = []
+        if len(self.dut_ports) >= 2:
+            for i in range (1, len(self.dut_ports)):
+                unbind_nics.append(self.dut_ports[1])
+        self.dut.unbind_interfaces_linux(unbind_nics)
 
     def set_up(self):
         self.dut_testpmd.start_testpmd(
@@ -194,4 +199,4 @@ class TestDynamicQueue(TestCase):
         self.dut_testpmd.quit()
 
     def tear_down_all(self):
-        pass
+        self.dut.bind_interfaces_linux()
-- 
2.17.2

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-12-13  7:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-13  7:09 [dts] [PTACH V2] tests/dynamic_queue: unbind the unused ports Wenjie Li

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