test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] at the request of dpdk, execute dpdk-telemetry-client.py with python3
@ 2020-07-24 17:31 Zhou, Jun
  2020-07-24  9:38 ` Zhou, JunX W
  2020-08-12  5:29 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: Zhou, Jun @ 2020-07-24 17:31 UTC (permalink / raw)
  To: dts; +Cc: Zhou jun

From: Zhou jun <junx.w.zhou@intel.com>

at the request of dpdk, execute dpdk-telemetry-client.py with python3

Signed-off-by: Zhou jun <junx.w.zhou@intel.com>
---
 tests/TestSuite_telemetry.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_telemetry.py b/tests/TestSuite_telemetry.py
index 000963b..81e14a6 100644
--- a/tests/TestSuite_telemetry.py
+++ b/tests/TestSuite_telemetry.py
@@ -346,7 +346,7 @@ class TestTelemetry(TestCase):
         self.dut_s_session = self.dut.new_session()
         dpdk_tool = os.path.join(
             self.target_dir, 'usertools/dpdk-telemetry-client.py')
-        output = self.dut_s_session.send_expect(dpdk_tool, ':', 5)
+        output = self.dut_s_session.send_expect('python3 ' + dpdk_tool, ':', 5)
         return output
 
     def close_telemetry_client(self):
-- 
1.8.3.1


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

end of thread, other threads:[~2020-08-12  5:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-24 17:31 [dts] [PATCH V1] at the request of dpdk, execute dpdk-telemetry-client.py with python3 Zhou, Jun
2020-07-24  9:38 ` Zhou, JunX W
2020-08-12  5:29 ` 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).