Add/Update skip list for env with ceph

updade list of test after investigation
by storage in PROD-24197, PROD-24333, PROD-29084

Change-Id: I6e68a6f3b8ebb528d51e2c0dd7db669f102bcb86
Related-prod: PROD-29084
diff --git a/bin/run_tempest.sh b/bin/run_tempest.sh
index cdbacc1..58ef688 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
     stestr last --subunit | subunit2junitxml > $LOG_DIR/$report.xml || true