Edit test description for k8s_scale and k8s_parallel tests.

Signed-off-by: Morales Quispe, Marcela <marcela.morales.quispe@intel.com>
This commit is contained in:
Morales Quispe, Marcela
2019-11-04 16:13:03 -06:00
committed by Graham Whaley
parent df0af2ab2c
commit f7254e2b30
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -253,8 +253,8 @@ help()
usage=$(cat << EOF
Usage: $0 [-h] [options]
Description:
Launch a series of workloads and take memory metric measurements after
each launch.
Launch a series of workloads in a parallel manner and take memory metric measurements
after each launch.
Options:
-h, Help page.
EOF
+2 -2
View File
@@ -380,8 +380,8 @@ help()
usage=$(cat << EOF
Usage: $0 [-h] [options]
Description:
Launch a series of workloads and take memory metric measurements after
each launch.
Launch a series of workloads in a linear manner and take memory metric measurements
after each launch.
Options:
-h, Help page.
EOF