summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-01-15 15:15:26 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-01-15 15:15:26 +0000
commit4944fc05739b7062bcae032260e5d83ba1076d3a (patch)
treeb619135e4c59bfe7aced80543625c155c24ad422
parent0710fdc0ab44d20d193fa482cf6fbfca0c246b9d (diff)
parent64235a3a410efb098fce619b44672cab6d357b9d (diff)
Merge "Remove ODL and ONOS from base scenarios"
-rwxr-xr-xdocker/run_tests.sh2
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(){