test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] test_plans/telemetry: use correct name of script
@ 2019-04-21 14:02 Rami Rosen
  2019-04-23 20:18 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2019-04-21 14:02 UTC (permalink / raw)
  To: dts; +Cc: Rami Rosen

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@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


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

* Re: [dts] [PATCH] test_plans/telemetry: use correct name of script
  2019-04-21 14:02 [dts] [PATCH] test_plans/telemetry: use correct name of script Rami Rosen
@ 2019-04-23 20:18 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2019-04-23 20:18 UTC (permalink / raw)
  To: Rami Rosen, dts

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Rami Rosen
> Sent: Sunday, April 21, 2019 7:02 AM
> To: dts@dpdk.org
> Cc: Rami Rosen <ramirose@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@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


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

end of thread, other threads:[~2019-04-23 20:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-21 14:02 [dts] [PATCH] test_plans/telemetry: use correct name of script Rami Rosen
2019-04-23 20:18 ` 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).