Disable patrole tests

Change-Id: Idad2311a11503c123e679e303bf9093cc163dce9
Related-bug: PROD-31625
diff --git a/bin/run_tempest.sh b/bin/run_tempest.sh
index 58ef688..fa79136 100755
--- a/bin/run_tempest.sh
+++ b/bin/run_tempest.sh
@@ -25,8 +25,8 @@
 
 cp /var/lib/tempest/skiplists/*.list $LOG_DIR/env
 
-tempest run $ARGS --blacklist-file skip.list | tee -a ${log}
+tempest run $ARGS --black-regex patrole_tempest_plugin. --blacklist-file skip.list | tee -a ${log}
 
-if [[ "$ARGS" =~ '-r ' || "$ARGS" =~ '--regex' || "$ARGS" =~ '-s' || "$ARGS" =~ '--smoke' || "$ARGS" =~ '--blacklist-file' || "$ARGS" =~ '-w' || "$ARGS" == '' ]]; then
+if [[ "$ARGS" =~ '--black-regex' || "$ARGS" =~ '-r ' || "$ARGS" =~ '--regex' || "$ARGS" =~ '-s' || "$ARGS" =~ '--smoke' || "$ARGS" =~ '--blacklist-file' || "$ARGS" =~ '-w' || "$ARGS" == '' ]]; then
     stestr last --subunit | subunit2junitxml > $LOG_DIR/$report.xml || true
 fi