diff options
author | Peter Bandzi <pbandzi@cisco.com> | 2015-09-21 14:43:19 +0200 |
---|---|---|
committer | Peter Bandzi <pbandzi@cisco.com> | 2015-09-21 14:48:02 +0200 |
commit | f4786552cd66f8576a1169f1d91c033fa5102dc0 (patch) | |
tree | 67863444070626fea24850e8e1656c4b20448f77 /utils/lab-reconfiguration | |
parent | e4b663629c28bd1d3362b803ad151b4c15e8c751 (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>
Diffstat (limited to 'utils/lab-reconfiguration')
-rwxr-xr-x | utils/lab-reconfiguration/reconfigUcsNet.py | 2 |
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 |