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

Tu, Lijuan lijuan.tu at intel.com
Mon Jan 7 06:07:21 CET 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Rami Rosen
> Sent: Sunday, January 6, 2019 2:28 AM
> To: dts at dpdk.org
> Cc: Rami Rosen <ramirose at gmail.com>
> Subject: [dts] [PATCH] tests/jumboframe: fix a typo
> 
> This patch fixes a typo in tests/TestSuite_jumboframes.py.
> 
> Signed-off-by: Rami Rosen <ramirose at gmail.com>
> ---
>  tests/TestSuite_jumboframes.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/TestSuite_jumboframes.py
> b/tests/TestSuite_jumboframes.py index 0038c1b..b3d53d8 100644
> --- a/tests/TestSuite_jumboframes.py
> +++ b/tests/TestSuite_jumboframes.py
> @@ -142,7 +142,7 @@ class TestJumboframes(TestCase):
>      def test_jumboframes_normal_nojumbo(self):
>          """
>          This case aims to test transmitting normal size packet without
> jumbo
> -        f=rame on testpmd app.
> +        frame on testpmd app.
>          """
>          self.pmdout.start_testpmd("Default", "--max-pkt-len=%d
> --port-topology=loop --tx-offloads=0x8000" % (ETHER_STANDARD_MTU))
>          self.dut.send_expect("set fwd mac", "testpmd> ")
> --
> 2.19.2



More information about the dts mailing list