Merge "tests: ensure gabbi live test fail"
This commit is contained in:
commit
43f146230d
@ -44,3 +44,5 @@ def load_tests(loader, tests, pattern):
|
||||
host=parsed_url.hostname,
|
||||
port=port,
|
||||
prefix=prefix)
|
||||
elif os.getenv('GABBI_LIVE_FAIL_IF_NO_TEST'):
|
||||
raise RuntimeError('AODH_SERVICE_URL is not set')
|
||||
|
Loading…
Reference in New Issue
Block a user