diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-01-15 15:15:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-15 15:15:26 +0000 |
commit | 4944fc05739b7062bcae032260e5d83ba1076d3a (patch) | |
tree | b619135e4c59bfe7aced80543625c155c24ad422 | |
parent | 0710fdc0ab44d20d193fa482cf6fbfca0c246b9d (diff) | |
parent | 64235a3a410efb098fce619b44672cab6d357b9d (diff) |
Merge "Remove ODL and ONOS from base scenarios"
-rwxr-xr-x | docker/run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/run_tests.sh b/docker/run_tests.sh index f4e178882..2225791a4 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -36,7 +36,7 @@ if [[ -n "$DEPLOY_SCENARIO" && "$DEPLOY_SCENARIO" != "none" ]]; then testcase=`cat /home/opnfv/functest/conf/testcase-list.txt` arr_test=("$testcase") else - arr_test=(vping odl tempest vims rally onos) + arr_test=(vping tempest vims rally) fi function clean_openstack(){ |