From f4786552cd66f8576a1169f1d91c033fa5102dc0 Mon Sep 17 00:00:00 2001 From: Peter Bandzi Date: Mon, 21 Sep 2015 14:43:19 +0200 Subject: 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 --- utils/lab-reconfiguration/reconfigUcsNet.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils') 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 -- cgit 1.2.3-korg