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:
3a39688
)
Undo setting CI_DEBUG to true by default
65/29065/1
author
Romanos Skiadas
<rski@intracom-telecom.com>
Mon, 20 Feb 2017 09:49:44 +0000
(11:49 +0200)
committer
Romanos Skiadas
<rski@intracom-telecom.com>
Mon, 20 Feb 2017 09:50:29 +0000
(11:50 +0200)
Change-Id: I24ca35ada7591e93413cdda1905ee01f77131889
Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
functest/utils/env.py
patch
|
blob
|
history
diff --git
a/functest/utils/env.py
b/functest/utils/env.py
index
fa5245f
..
7e4df2e
100644
(file)
--- a/
functest/utils/env.py
+++ b/
functest/utils/env.py
@@
-3,7
+3,7
@@
import re
default_envs = {
'NODE_NAME': 'unknown_pod',
- 'CI_DEBUG': '
tru
e',
+ 'CI_DEBUG': '
fals
e',
'DEPLOY_SCENARIO': 'os-nosdn-nofeature-noha',
'DEPLOY_TYPE': 'virt',
'INSTALLER_TYPE': None,