[dts] [PATCH V1] tests/inline_ipsec: fix mistakes of spelling

Tu, Lijuan lijuan.tu at intel.com
Thu Feb 13 02:19:31 CET 2020


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of malihong
> Sent: Wednesday, February 12, 2020 3:34 PM
> To: dts at dpdk.org
> Cc: Ma, LihongX <lihongx.ma at intel.com>
> Subject: [dts] [PATCH V1] tests/inline_ipsec: fix mistakes of spelling
> 
> Signed-off-by: malihong <lihongx.ma at intel.com>
> ---
>  tests/TestSuite_inline_ipsec.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/TestSuite_inline_ipsec.py b/tests/TestSuite_inline_ipsec.py
> index 3c358db..e5c282c 100644
> --- a/tests/TestSuite_inline_ipsec.py
> +++ b/tests/TestSuite_inline_ipsec.py
> @@ -381,7 +381,7 @@ class TestInlineIpsec(TestCase):
>          eth_e2.src = self.rx_src
>          eth_e2.dst = self.tx_dst
>          session_receive3 =
> self.tester.create_session('check_forward_encryption_package')
> -        session_rece3ive3.send_expect("tcpdump -Xvvvi %s -c 1" % self.rxItf, "",
> 30)
> +        session_receive3.send_expect("tcpdump -Xvvvi %s -c 1" %
> + self.rxItf, "", 30)
>          time.sleep(2)
>          sendp(eth_e1, iface=self.rxItf, count=2)
>          sendp(eth_e2, iface=self.txItf, count=1)
> --
> 2.17.2



More information about the dts mailing list