[dts] [PATCH] tests: fix a typo in qinq.

Liu, Yong yong.liu at intel.com
Wed Jul 26 13:46:54 CEST 2017


Thanks, Rami. Applied.

On 07/17/2017 02:07 PM, Rami Rosen wrote:
> This patch fixes a typo in qinq test suite (TestSuite_qinq_filter.py).
>
> Signed-off-by: Rami Rosen <rami.rosen at intel.com>
> ---
>   tests/TestSuite_qinq_filter.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/TestSuite_qinq_filter.py b/tests/TestSuite_qinq_filter.py
> index 9d03fe926569..a6787ca67ad7 100644
> --- a/tests/TestSuite_qinq_filter.py
> +++ b/tests/TestSuite_qinq_filter.py
> @@ -54,7 +54,7 @@ class TestQinqFilter(TestCase):
>   
>           self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "fortville_spirit_single", "fortville_25G"],
>                       "NIC %s not support this test" % self.nic)
> -        print 'this case only support fortville with 6.0.0+ firemware and dpdk17.05+'
> +        print 'this case only supports fortville with 6.0.0+ firmware and dpdk17.05+'
>           ports = self.dut.get_ports()
>           # Verify that enough ports are available
>           self.verify(len(ports) >= 1, "Insufficient ports")



More information about the dts mailing list