Add  ability to run tests with skip list.

Change-Id: Idcfdaaa7c7a5767342d89cd9ad11adcbd0dcd24d
Related-prod: PROD-21793
diff --git a/bin/run_tempest.sh b/bin/run_tempest.sh
index 2ddde95..be79fbf 100755
--- a/bin/run_tempest.sh
+++ b/bin/run_tempest.sh
@@ -25,7 +25,7 @@
 
 cp /var/lib/tempest/skiplists/*.list $LOG_DIR/env
 
-tempest run $ARGS | tee -a ${log}
+tempest run $ARGS --blacklist-file skip.list | tee -a ${log}
 
 if [[ "$ARGS" =~ '-r ' || "$ARGS" =~ '--regex' || "$ARGS" =~ '-s' || "$ARGS" =~ '--smoke' || "$ARGS" =~ '--blacklist-file' || "$ARGS" =~ '-w' || "$ARGS" == '' ]]; then
     testr last --subunit | subunit2junitxml > $LOG_DIR/$report.xml || true