diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2015-12-04 17:21:18 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2015-12-04 17:21:18 +0100 |
commit | 8ed8590b49bb429b7160c45bf06518fd494e9765 (patch) | |
tree | 72a46f568d7eb1b7354249eb24a4919cbacfc456 /docker/run_tests.sh | |
parent | 89ba89f97c3a84ead9897455bccfbd6662d40f95 (diff) |
Add support of joid, apex and compass when running odl
probably to be refactored soon but used to test jenkins jobs
Change-Id: Iacc78f3cc2655ce2a0baf2fa0f256f5f07d1c7bd
JIRA: FUNCTEST-83
Diffstat (limited to 'docker/run_tests.sh')
-rwxr-xr-x | docker/run_tests.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docker/run_tests.sh b/docker/run_tests.sh index e428da7ed..0d808851e 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -54,6 +54,15 @@ function run_test(){ elif [ $INSTALLER_TYPE == "foreman" ]; then #odl_port=8081 ${FUNCTEST_REPO_DIR}/testcases/Controllers/ODL/CI/start_tests.sh + elif [ $INSTALLER_TYPE == "apex" ]; then + # TODO + ${FUNCTEST_REPO_DIR}/testcases/Controllers/ODL/CI/start_tests.sh + elif [ $INSTALLER_TYPE == "joid" ]; then + # TODO + ${FUNCTEST_REPO_DIR}/testcases/Controllers/ODL/CI/start_tests.sh + elif [ $INSTALLER_TYPE == "compass" ]; then + # TODO + ${FUNCTEST_REPO_DIR}/testcases/Controllers/ODL/CI/start_tests.sh else error "INSTALLER_TYPE not valid." exit 1 |