Code Review
/
releng.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
e4b6636
)
Test to skip lab-reconfig.
21/1821/1
author
Peter Bandzi
<pbandzi@cisco.com>
Mon, 21 Sep 2015 12:43:19 +0000
(14:43 +0200)
committer
Peter Bandzi
<pbandzi@cisco.com>
Mon, 21 Sep 2015 12:48:02 +0000
(14:48 +0200)
Both deployers should have similar network requirement.
If it wokrks ok we can disable reconfig job in jjb.
JIRA: OCTO-109
Change-Id: I75e3cc8d92ac9a3c0288cf6289449f232b1d1aad
Signed-off-by: Peter Bandzi <pbandzi@cisco.com>
utils/lab-reconfiguration/reconfigUcsNet.py
patch
|
blob
|
history
diff --git
a/utils/lab-reconfiguration/reconfigUcsNet.py
b/utils/lab-reconfiguration/reconfigUcsNet.py
index
ac7376e
..
45a72a3
100755
(executable)
--- a/
utils/lab-reconfiguration/reconfigUcsNet.py
+++ b/
utils/lab-reconfiguration/reconfigUcsNet.py
@@
-187,6
+187,8
@@
def set_network(handle=None, yamlFile=None):
if __name__ == "__main__":
+ print "\n*** SKIPING RECONFIGURATION.***\n"
+ sys.exit(0)
# Latest urllib2 validate certs by default
# The process wide "revert to the old behaviour" hook is to monkeypatch the ssl module
# https://bugs.python.org/issue22417