[dts] [PATCH] tests/dynamic_queue: fix a typo

Tu, Lijuan lijuan.tu at intel.com
Sun Mar 24 09:15:21 CET 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Rami Rosen
> Sent: Friday, March 22, 2019 4:18 AM
> To: dts at dpdk.org
> Cc: Rami Rosen <ramirose at gmail.com>
> Subject: [dts] [PATCH] tests/dynamic_queue: fix a typo
> 
> This patch fixes a trivial typo in dynamic queue test module.
> forville->fortville
> 
> Signed-off-by: Rami Rosen <ramirose at gmail.com>
> ---
>  tests/TestSuite_dynamic_queue.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/TestSuite_dynamic_queue.py
> b/tests/TestSuite_dynamic_queue.py
> index 34a9363..8e3fdb9 100644
> --- a/tests/TestSuite_dynamic_queue.py
> +++ b/tests/TestSuite_dynamic_queue.py
> @@ -27,7 +27,7 @@ class TestDynamicQueue(TestCase):
>          self.dut_testpmd = PmdOutput(self.dut)
> 
>      def set_up(self):
> -        # Because of forville spirit limitation,can't use 2 ports for testing
> +        # Because of fortville spirit limitation,can't use 2 ports for testing
>          if (self.nic in ["fortville_spirit"]):
>              self.dut_testpmd.start_testpmd(
>                  "Default", "--port-topology=chained --txq=%s --rxq=%s"
> --
> 2.19.2



More information about the dts mailing list