test suite reviews and discussions
 help / color / mirror / Atom feed
* Re: [dts] [PATCH V1] tests/sriov_kvm:format fix
  2020-01-17  6:58 [dts] [PATCH V1] tests/sriov_kvm:format fix Xie Wei
@ 2020-01-17  6:56 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2020-01-17  6:56 UTC (permalink / raw)
  To: Xie, WeiX, dts; +Cc: Xie, WeiX

applied

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xie Wei
> Sent: Friday, January 17, 2020 2:58 PM
> To: dts@dpdk.org
> Cc: Xie, WeiX <weix.xie@intel.com>
> Subject: [dts] [PATCH V1] tests/sriov_kvm:format fix
> 
> format problem
> 
> Signed-off-by: Xie Wei <weix.xie@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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [dts] [PATCH V1] tests/sriov_kvm:format fix
@ 2020-01-17  6:58 Xie Wei
  2020-01-17  6:56 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Xie Wei @ 2020-01-17  6:58 UTC (permalink / raw)
  To: dts; +Cc: Xie Wei

format problem

Signed-off-by: Xie Wei <weix.xie@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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-17  6:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-17  6:58 [dts] [PATCH V1] tests/sriov_kvm:format fix Xie Wei
2020-01-17  6:56 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).