Bugfix: fix HA test case tc046
[yardstick.git] / yardstick / benchmark / scenarios / availability / ha_tools / check_process_python.bash
index 7c275f7..9625780 100755 (executable)
@@ -15,4 +15,4 @@ set -e
 
 process_name=$1
 
-ps aux | grep -e $process_name | grep -v grep | wc -l
+ps aux | grep -e $process_name | grep -v grep | grep -v /bin/sh | wc -l