* [dts] [PATCH]test_change_linkspeed: fortville only supoort speed:10000M
@ 2015-11-16 2:53 Lijuan Tu
2015-11-17 2:02 ` Liu, Yong
0 siblings, 1 reply; 2+ messages in thread
From: Lijuan Tu @ 2015-11-16 2:53 UTC (permalink / raw)
To: dts
Signed-off-by: Lijuan Tu <lijuanx.a.tu@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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dts] [PATCH]test_change_linkspeed: fortville only supoort speed:10000M
2015-11-16 2:53 [dts] [PATCH]test_change_linkspeed: fortville only supoort speed:10000M Lijuan Tu
@ 2015-11-17 2:02 ` Liu, Yong
0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2015-11-17 2:02 UTC (permalink / raw)
To: Lijuan Tu, dts
Applied. Please take care comments, remove tope issue and only fortville
eagle limited to 10G duplex mode.
On 11/16/2015 10:53 AM, Lijuan Tu wrote:
> Signed-off-by: Lijuan Tu <lijuanx.a.tu@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,
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-11-17 2:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-16 2:53 [dts] [PATCH]test_change_linkspeed: fortville only supoort speed:10000M Lijuan Tu
2015-11-17 2:02 ` Liu, Yong
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).