aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick
diff options
context:
space:
mode:
authorJing Lu <lvjing5@huawei.com>2017-05-04 01:34:28 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-05-04 01:34:28 +0000
commitfae70e08d91ff09b175098ef2f0fdef894bbb138 (patch)
tree2b82d8936bde8831b43bbc1524653e7d5b0e3a9d /yardstick
parent6990400d9c020ed0f600e02141efec883593c6c6 (diff)
parentde1304d0c1e1e43c4b02ec4b715bb79ef36134a9 (diff)
Merge "bugfix: fix HA testcases" into stable/danube
Diffstat (limited to 'yardstick')
-rwxr-xr-xyardstick/benchmark/scenarios/availability/ha_tools/check_process_python.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/yardstick/benchmark/scenarios/availability/ha_tools/check_process_python.bash b/yardstick/benchmark/scenarios/availability/ha_tools/check_process_python.bash
index 88baed7d9..7c275f7ce 100755
--- a/yardstick/benchmark/scenarios/availability/ha_tools/check_process_python.bash
+++ b/yardstick/benchmark/scenarios/availability/ha_tools/check_process_python.bash
@@ -15,4 +15,4 @@ set -e
process_name=$1
-ps aux | grep -e .*python.*$process_name.* | grep -v grep | wc -l
+ps aux | grep -e $process_name | grep -v grep | wc -l