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

Liu, Yong yong.liu at intel.com
Tue Nov 17 03:02:33 CET 2015


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



More information about the dts mailing list