From: Peter Bandzi Date: Mon, 21 Sep 2015 12:43:19 +0000 (+0200) Subject: Test to skip lab-reconfig. X-Git-Tag: arno.2015.2.0~18 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=f4786552cd66f8576a1169f1d91c033fa5102dc0;p=releng.git 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 --- 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