diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-08-16 09:14:38 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-08-16 09:14:38 +0200 |
commit | 6becba847285f17331aba45862ee47eb6a3e04f4 (patch) | |
tree | 8d39542400d38c742929ab9735ea7afe25f45e4e /ci/exec_test.sh | |
parent | 2f1322dad6057d1bbe64e4980922709bdb54336d (diff) |
Call moon python script to run the moon tests
JIRA: FUNCTEST-210
Change-Id: Ic0a5f5620f9ceb42cb443b2509a2376e48d0cc42
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'ci/exec_test.sh')
-rwxr-xr-x | ci/exec_test.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh index a0c41872d..3c807da7b 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -146,8 +146,7 @@ function run_test(){ python ${FUNCTEST_REPO_DIR}/testcases/features/copper.py ;; "moon") - # TODO put the link to Moon script to be run (if test runnable) here - ${repos_dir}/moon/tests/run_tests.sh + python ${repos_dir}/moon/tests/run_tests.py ;; "multisite") python ${FUNCTEST_REPO_DIR}/testcases/OpenStack/tempest/gen_tempest_conf.py |