[dts] [PATCH] tests/vf_jumboframe: correct a typo

Tu, Lijuan lijuan.tu at intel.com
Mon Nov 4 04:09:11 CET 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of
> michael.luo at intel.com
> Sent: Monday, November 4, 2019 9:32 AM
> To: dts at dpdk.org
> Subject: [dts] [PATCH] tests/vf_jumboframe: correct a typo
> 
> From: Gaoliang Luo <michael.luo at intel.com>
> 
> Signed-off-by: Gaoliang Luo <michael.luo at intel.com>
> ---
>  tests/TestSuite_vf_jumboframe.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/TestSuite_vf_jumboframe.py
> b/tests/TestSuite_vf_jumboframe.py
> index dd728d9..f17e30e 100644
> --- a/tests/TestSuite_vf_jumboframe.py
> +++ b/tests/TestSuite_vf_jumboframe.py
> @@ -193,7 +193,7 @@ class TestVfJumboFrame(TestCase):
>              if self.kdriver == "ixgbe":
>                  self.verify((rx_bytes + 4) == pktsize, "Rx packet size should be
> packet size - 4")
>              else:
> -                self.verify(rx_bytes == pktsize, "Tx packet size should be equal to
> packet size")
> +                self.verify(rx_bytes == pktsize, "Rx packet size should be equal to
> packet size")
> 
>              if self.kdriver == "igb":
>                  self.verify(tx_bytes == pktsize, "Tx packet size should be packet
> size")
> --
> 2.7.4



More information about the dts mailing list