Code Review
/
functest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
2e6a5fa
)
Remove ODL and ONOS from base scenarios
73/6873/1
author
jose.lausuch
<jose.lausuch@ericsson.com>
Fri, 15 Jan 2016 15:10:25 +0000
(16:10 +0100)
committer
Morgan Richomme
<morgan.richomme@orange.com>
Fri, 15 Jan 2016 15:15:36 +0000
(15:15 +0000)
Change-Id: If0a1865bfd8ee4cd1e9355a83aae918a728ebe95
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
(cherry picked from commit
64235a3a410efb098fce619b44672cab6d357b9d
)
docker/run_tests.sh
patch
|
blob
|
history
diff --git
a/docker/run_tests.sh
b/docker/run_tests.sh
index
f4e1788
..
2225791
100755
(executable)
--- 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(){