Bugfix: fix the cirros path for aarch64
[functest.git] / functest / ci / exec_test.sh
index 6a2b55a..aa0cfaf 100755 (executable)
@@ -105,14 +105,6 @@ function run_test(){
             # no need to run anything until refactoring done
             # ${REPOS_DIR}/ovno/Testcases/RunTests.sh
         ;;
-        "security_scan")
-            echo "Sourcing Credentials ${FUNCTEST_CONF_DIR}/stackrc for undercloud .."
-            source ${FUNCTEST_CONF_DIR}/stackrc
-            python ${FUNCTEST_TEST_DIR}/security_scan/security_scan.py --config ${FUNCTEST_TEST_DIR}/security_scan/config.ini
-        ;;
-        "moon")
-            python ${REPOS_DIR}/moon/tests/run_tests.py $report
-        ;;
         *)
             echo "The test case '${test_name}' does not exist."
             exit 1