summaryrefslogtreecommitdiff
path: root/tempest/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tempest/test.py')
-rw-r--r--tempest/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tempest/test.py b/tempest/test.py
index d49458e72..33602214a 100644
--- a/tempest/test.py
+++ b/tempest/test.py
@@ -809,7 +809,7 @@ class BaseTestCase(testtools.testcase.WithAttributes,
@param os_clients: Clients to be used to provision the resources.
"""
if not CONF.validation.run_validation:
- return
+ return {}
if os_clients in cls._validation_resources:
return cls._validation_resources[os_clients]