test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/TestSuite_telemetry:modify file path
@ 2021-01-08  7:27 Xia Yan
  2021-01-13  6:49 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Xia Yan @ 2021-01-08  7:27 UTC (permalink / raw)
  To: dts; +Cc: Xia Yan

modify file path

Signed-off-by: Xia Yan <yanx.xia@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 81e14a6c..bc2358c5 100644
--- a/tests/TestSuite_telemetry.py
+++ b/tests/TestSuite_telemetry.py
@@ -128,7 +128,7 @@ class TestTelemetry(TestCase):
         self.query_tool = ';'.join([
             'cd {}'.format(self.target_dir),
             'chmod 777 {}'.format(fileName),
-            './' + fileName])
+            'python2 ' + fileName])
 
     def rename_dpdk_telemetry_tool(self):
         '''
-- 
2.17.1


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

* Re: [dts] [PATCH V1] tests/TestSuite_telemetry:modify file path
  2021-01-08  7:27 [dts] [PATCH V1] tests/TestSuite_telemetry:modify file path Xia Yan
@ 2021-01-13  6:49 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2021-01-13  6:49 UTC (permalink / raw)
  To: Xia, YanX, dts; +Cc: Xia, YanX

> 
> modify file path
> 
> Signed-off-by: Xia Yan <yanx.xia@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
> 81e14a6c..bc2358c5 100644
> --- a/tests/TestSuite_telemetry.py
> +++ b/tests/TestSuite_telemetry.py
> @@ -128,7 +128,7 @@ class TestTelemetry(TestCase):
>          self.query_tool = ';'.join([
>              'cd {}'.format(self.target_dir),
>              'chmod 777 {}'.format(fileName),
> -            './' + fileName])
> +            'python2 ' + fileName])

Python2 is EOL, please update to python3, thanks

> 
>      def rename_dpdk_telemetry_tool(self):
>          '''
> --
> 2.17.1


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

end of thread, other threads:[~2021-01-13  6:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-08  7:27 [dts] [PATCH V1] tests/TestSuite_telemetry:modify file path Xia Yan
2021-01-13  6:49 ` 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).