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:
efed249
)
typo fix on odl
17/8117/1
author
Morgan Richomme
<morgan.richomme@orange.com>
Wed, 27 Jan 2016 08:56:18 +0000
(09:56 +0100)
committer
Morgan Richomme
<morgan.richomme@orange.com>
Wed, 27 Jan 2016 09:03:46 +0000
(09:03 +0000)
Change-Id: If761b7c38f38d3f2c691eab36b797ca7ce7ccb49
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
(cherry picked from commit
39724bcf9aef79aa8136863bd07a701b8df14489
)
docker/run_tests.sh
patch
|
blob
|
history
diff --git
a/docker/run_tests.sh
b/docker/run_tests.sh
index
9e20216
..
7c5349a
100755
(executable)
--- a/
docker/run_tests.sh
+++ b/
docker/run_tests.sh
@@
-53,7
+53,7
@@
function clean_openstack(){
function odl_tests(){
keystone_ip=$(keystone catalog --service identity | grep publicURL | cut -f3 -d"/" | cut -f1 -d":")
# historically most of the installers use the same IP for neutron and keystone API
- neutron_ip=keystone_ip
+ neutron_ip=
$
keystone_ip
odl_ip=$(keystone catalog --service network | grep publicURL | cut -f3 -d"/" | cut -f1 -d":")
usr_name=$(env | grep OS | grep OS_USERNAME | cut -f2 -d'=')
password=$(env | grep OS | grep OS_PASSWORD | cut -f2 -d'=')