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

Rami Rosen ramirose at gmail.com
Sun Apr 21 16:02:15 CEST 2019


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