diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/exec_test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 89e29662b..dbf941087 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -147,6 +147,8 @@ function run_test(){ ;; "multisite") python ${FUNCTEST_REPO_DIR}/testcases/features/multisite.py + python ${FUNCTEST_REPO_DIR}/testcases/OpenStack/tempest/run_tempest.py \ + $clean_flag -s -m feature_multisite $report ;; *) echo "The test case '${test_name}' does not exist." |