summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2015-12-04 17:21:18 +0100
committerMorgan Richomme <morgan.richomme@orange.com>2015-12-04 17:21:18 +0100
commit8ed8590b49bb429b7160c45bf06518fd494e9765 (patch)
tree72a46f568d7eb1b7354249eb24a4919cbacfc456 /docker
parent89ba89f97c3a84ead9897455bccfbd6662d40f95 (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')
-rwxr-xr-xdocker/run_tests.sh9
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