[dts] [PATCH V1] tests/sriov_kvm:format fix

Tu, Lijuan lijuan.tu at intel.com
Fri Jan 17 07:56:35 CET 2020


applied

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Xie Wei
> Sent: Friday, January 17, 2020 2:58 PM
> To: dts at dpdk.org
> Cc: Xie, WeiX <weix.xie at intel.com>
> Subject: [dts] [PATCH V1] tests/sriov_kvm:format fix
> 
> format problem
> 
> Signed-off-by: Xie Wei <weix.xie at intel.com>
> ---
>  tests/TestSuite_sriov_kvm.py | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/tests/TestSuite_sriov_kvm.py b/tests/TestSuite_sriov_kvm.py
> index 109b72b..a8a2211 100644
> --- a/tests/TestSuite_sriov_kvm.py
> +++ b/tests/TestSuite_sriov_kvm.py
> @@ -111,8 +111,7 @@ class TestSriovKvm(TestCase):
>          try:
>              dut_dest_port = dut_ports[dest_port]
>          except Exception as e:
> -            print()
> -            e
> +            print(e)
> 
>          # using api get_local_port() to get the correct tester port.
>          tester_port = self.tester.get_local_port(dut_dest_port)
> --
> 2.17.2



More information about the dts mailing list