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:
56337b0
)
Remove OS_REGION_NAME from OpenStack credentials check
95/1595/1
author
jose.lausuch
<jose.lausuch@ericsson.com>
Tue, 15 Sep 2015 16:09:27 +0000
(18:09 +0200)
committer
jose.lausuch
<jose.lausuch@ericsson.com>
Tue, 15 Sep 2015 16:09:27 +0000
(18:09 +0200)
Change-Id: I4de7a1cd68f3381d4e22848595ce4c52b1aaa29f
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
testcases/functest_utils.py
patch
|
blob
|
history
diff --git
a/testcases/functest_utils.py
b/testcases/functest_utils.py
index
e146db1
..
04c2836
100644
(file)
--- a/
testcases/functest_utils.py
+++ b/
testcases/functest_utils.py
@@
-31,10
+31,6
@@
def check_credentials():
os.environ['OS_TENANT_NAME']
except KeyError:
return False
- try:
- os.environ['OS_REGION_NAME']
- except KeyError:
- return False
return True