[dts] [PATCH V1] tests/TestSuite_telemetry:modify file path

Tu, Lijuan lijuan.tu at intel.com
Wed Jan 13 07:49:33 CET 2021


> 
> modify file path
> 
> Signed-off-by: Xia Yan <yanx.xia at 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



More information about the dts mailing list