[dts] [PATCH V1] tests/kernelpf_iavf:fix a small bug

Tu, Lijuan lijuan.tu at intel.com
Thu Jul 2 10:38:20 CEST 2020


Applied, thanks

> -----Original Message-----
> From: dts <dts-bounces at dpdk.org> On Behalf Of Xie wei
> Sent: 2020年7月2日 15:53
> To: dts at dpdk.org
> Cc: Xie, WeiX <weix.xie at intel.com>
> Subject: [dts] [PATCH V1] tests/kernelpf_iavf:fix a small bug
> 
> modify the previous code problem.
> 
> Signed-off-by: Xie wei <weix.xie at intel.com>
> ---
>  tests/TestSuite_kernelpf_iavf.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/TestSuite_kernelpf_iavf.py b/tests/TestSuite_kernelpf_iavf.py
> index 6fb1bae..733d72f 100644
> --- a/tests/TestSuite_kernelpf_iavf.py
> +++ b/tests/TestSuite_kernelpf_iavf.py
> @@ -981,7 +981,7 @@ class TestKernelpfIavf(TestCase):
>          """
>          Run after each test case.
>          """
> -        if self.running_case == "test_vf_rx_interrupt"::
> +        if self.running_case == "test_vf_rx_interrupt":
>              self.dut.send_expect("killall l3fwd-power", "# ", 60, alt_session=True)
>              self.destroy_2vf_in_2pf()
>          else:
> --
> 2.17.1



More information about the dts mailing list