[dts] [PATCH]test_change_linkspeed: fortville only supoort speed:10000M

Lijuan Tu lijuanx.a.tu at intel.com
Mon Nov 16 03:53:42 CET 2015


Signed-off-by: Lijuan Tu <lijuanx.a.tu at intel.com>
---
 tests/TestSuite_shutdown_api.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/TestSuite_shutdown_api.py b/tests/TestSuite_shutdown_api.py
index 3800669..a6bf917 100644
--- a/tests/TestSuite_shutdown_api.py
+++ b/tests/TestSuite_shutdown_api.py
@@ -319,6 +319,9 @@ class TestShutdownApi(TestCase):
             if self.nic in ["ironpond"]:
                 if config[0] != '1000' or '10000':
                     continue
+            elif self.nic in ["fortville_eagle"]:
+                if config[0] != '10000':
+                    continue
             self.dut.send_expect("port stop all", "testpmd> ", 100)
             for port in self.ports:
                 self.dut.send_expect("port config %d speed %s duplex %s" % (port,
-- 
1.9.1



More information about the dts mailing list