From 8a86b1f06579b6c294e768d937ea2e18903920e2 Mon Sep 17 00:00:00 2001 From: meimei Date: Wed, 13 Jul 2016 10:24:06 +0800 Subject: [multisite] add interface of multisite test suite JIRA: FUNCTEST-179 Change-Id: I23ae0f73a6efb410e54fedd75537bb2e219344e0 Signed-off-by: meimei --- ci/exec_test.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ci/exec_test.sh') diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 23cb8274..0b434547 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 -- cgit 1.2.3-korg