summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Bandzi <pbandzi@cisco.com>2015-09-21 14:43:19 +0200
committerPeter Bandzi <pbandzi@cisco.com>2015-09-21 14:48:02 +0200
commitf4786552cd66f8576a1169f1d91c033fa5102dc0 (patch)
tree67863444070626fea24850e8e1656c4b20448f77
parente4b663629c28bd1d3362b803ad151b4c15e8c751 (diff)
Test to skip lab-reconfig.
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>
-rwxr-xr-xutils/lab-reconfiguration/reconfigUcsNet.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/lab-reconfiguration/reconfigUcsNet.py b/utils/lab-reconfiguration/reconfigUcsNet.py
index ac7376eda..45a72a398 100755
--- 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