summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rwxr-xr-xci/exec_test.sh3
-rw-r--r--ci/testcases.yaml8
2 files changed, 11 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
diff --git a/ci/testcases.yaml b/ci/testcases.yaml
index 25aba04e5..2cf7cc4c2 100644
--- a/ci/testcases.yaml
+++ b/ci/testcases.yaml
@@ -158,6 +158,14 @@ tiers:
dependencies:
installer: 'compass'
scenario: '(odl)*(moon)'
+ -
+ name: multisite
+ criteria: 'status == "PASS"'
+ description: >-
+ Test suite from kingbird
+ dependencies:
+ installer: 'compass'
+ scenario: 'multisite'
-
name: openstack