[dts] [PATCH] test_plans/telemetry: use correct name of script

Tu, Lijuan lijuan.tu at intel.com
Tue Apr 23 22:18:52 CEST 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Rami Rosen
> Sent: Sunday, April 21, 2019 7:02 AM
> To: dts at dpdk.org
> Cc: Rami Rosen <ramirose at gmail.com>
> Subject: [dts] [PATCH] test_plans/telemetry: use correct name of script
> 
> This patch fixes the telemetry test plan to use the correct name of the
> usertools script, dpdk-telemetry-client.py.
> 
> Signed-off-by: Rami Rosen <ramirose at gmail.com>
> ---
>  test_plans/telemetry_test_plan.rst | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/test_plans/telemetry_test_plan.rst
> b/test_plans/telemetry_test_plan.rst
> index 1085fd5..4098683 100644
> --- a/test_plans/telemetry_test_plan.rst
> +++ b/test_plans/telemetry_test_plan.rst
> @@ -72,7 +72,7 @@ Prerequisites
> 
>  4.   Launch the ``telemetry`` python script with a client filepath :
> 
> -	 python usertools/telemetry_client.py /var/run/some_client
> +	 python usertools/dpdk-telemetry-client.py /var/run/some_client
> 
>  5. Build should include both  make and mesion static/shared
> 
> @@ -115,7 +115,7 @@ Test case:  Stats of 2 ports for testpmd and telemetry
> with same type nic
> 
>  3.Run Python terminal:
> 
> -	python ./usertools/telemetry_client.py
> +	python ./usertools/dpdk-telemetry-client.py
>  	enter 1/2/ :
> 
>  4.check and verify any error show on testpmd @@ -146,7 +146,7 @@ Test
> case:  Stats of 2 ports for testpmd and telemetry with different  type nic
> 
>  3.Run Python terminal:
> 
> -	python ./usertools/telemetry_client.py
> +	python ./usertools/dpdk-telemetry-client.py
>  	enter 1/2/ :
> 
>  4.check and verify any error show on testpmd @@ -177,7 +177,7 @@ Test
> case:  Stats of 4 ports for testpmd and telemetry with same type nic
> 
>  3.Run Python terminal:
> 
> -	python ./usertools/telemetry_client.py
> +	python ./usertools/dpdk-telemetry-client.py
>  	enter 1/2/
> 
>  4.check and verify any error show on testpmd @@ -208,7 +208,7 @@ Test
> case:  Stats of 4 ports for testpmd and telemetry with different  type nic
> 
>  3.Run Python terminal:
> 
> -	python ./usertools/telemetry_client.py
> +	python ./usertools/dpdk-telemetry-client.py
>  	enter 1/2/ :
> 
>  4.check and verify any error show on testpmd
> --
> 2.17.1



More information about the dts mailing list