From a34f23295ba75694d2837687df3ada5541489a25 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Tue, 7 Feb 2017 11:47:01 +0100 Subject: Exclude Moon feature for Danube Moon will come back mid March with a micro service version Moon testing could be enabled on this new version Change-Id: I160fab5d609bad2b0e8a8c81a4a180498c935b2f Signed-off-by: Morgan Richomme --- functest/ci/exec_test.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'functest/ci/exec_test.sh') diff --git a/functest/ci/exec_test.sh b/functest/ci/exec_test.sh index 6a2b55a2..5d286500 100755 --- a/functest/ci/exec_test.sh +++ b/functest/ci/exec_test.sh @@ -110,9 +110,6 @@ function run_test(){ 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 -- cgit 1.2.3-korg