test suite reviews and discussions
 help / color / mirror / Atom feed
* [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).