Remove exits in OpenStack client utils
authorCédric Ollivier <cedric.ollivier@orange.com>
Thu, 13 Oct 2016 13:29:35 +0000 (15:29 +0200)
committerJose Lausuch <jose.lausuch@ericsson.com>
Tue, 18 Oct 2016 14:00:23 +0000 (14:00 +0000)
commitd4f57cb256542e42cfafd586b8c9ef025e6ef005
tree3769be46de872e1b46415e6c0fdd4b04b83d628e
parentee65be08012c74674ca7ba3261aaa6693f9773ba
Remove exits in OpenStack client utils

It prevents openstack_utils from exiting when the mandatory env vars
are unset. Every testcase is now in charge of handling the exception
MissingEnvVar.

JIRA: FUNCTEST-438

Change-Id: I0e321b544a470c1f2f2fa62b3e061fe5f938e112
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
testcases/Controllers/ODL/OpenDaylightTesting.py
utils/openstack_utils.py