diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-07-06 13:19:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-07-06 13:19:06 +0000 |
commit | c92a48a163a7161874cfb01edcf79e6a721985ba (patch) | |
tree | ae3c04d9cc31398bbd39e4ce566ea9fb5ffc26c3 /ci/exec_test.sh | |
parent | 931f49c6400a47fb7e187b1027d759cac4b1cc05 (diff) | |
parent | 192dca7db121c8e56afd8f4a02786916c4d00947 (diff) |
Merge "Add Moon in Functest"
Diffstat (limited to 'ci/exec_test.sh')
-rwxr-xr-x | ci/exec_test.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 519ade4b6..362cd9ec1 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -137,6 +137,10 @@ function run_test(){ "copper") 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 + ;; *) echo "The test case '${test_name}' does not exist." exit 1 |