summaryrefslogtreecommitdiffstats
path: root/ci/exec_test.sh
diff options
context:
space:
mode:
authormeimei <meimei@huawei.com>2016-07-13 10:24:06 +0800
committerJose Lausuch <jose.lausuch@ericsson.com>2016-07-13 08:14:07 +0000
commit8a86b1f06579b6c294e768d937ea2e18903920e2 (patch)
tree84a5ba259120f23ce481d376828afd0757beacff /ci/exec_test.sh
parent4dedc11a04e334acb8db2a54083613264325c90c (diff)
[multisite] add interface of multisite test suite
JIRA: FUNCTEST-179 Change-Id: I23ae0f73a6efb410e54fedd75537bb2e219344e0 Signed-off-by: meimei <meimei@huawei.com>
Diffstat (limited to 'ci/exec_test.sh')
-rwxr-xr-xci/exec_test.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh
index 23cb82742..0b434547d 100755
--- a/ci/exec_test.sh
+++ b/ci/exec_test.sh
@@ -141,6 +141,9 @@ function run_test(){
# TODO put the link to Moon script to be run (if test runnable) here
${repos_dir}/moon/tests/run_tests.sh
;;
+ "multisite")
+ python ${FUNCTEST_REPO_DIR}/testcases/features/multisite.py
+ ;;
*)
echo "The test case '${test_name}' does not exist."
exit 1