summaryrefslogtreecommitdiff
path: root/tempest/thirdparty/boto/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tempest/thirdparty/boto/test.py')
-rw-r--r--tempest/thirdparty/boto/test.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/tempest/thirdparty/boto/test.py b/tempest/thirdparty/boto/test.py
index cd35e7f0a..2aef9109e 100644
--- a/tempest/thirdparty/boto/test.py
+++ b/tempest/thirdparty/boto/test.py
@@ -197,6 +197,8 @@ def friendly_function_call_str(call_able, *args, **kwargs):
class BotoTestCase(tempest.test.BaseTestCase):
"""Recommended to use as base class for boto related test."""
+ credentials = ['primary']
+
@classmethod
def skip_checks(cls):
super(BotoTestCase, cls).skip_checks()
@@ -207,11 +209,6 @@ class BotoTestCase(tempest.test.BaseTestCase):
raise cls.skipException("Identity v2 is not available")
@classmethod
- def setup_credentials(cls):
- super(BotoTestCase, cls).setup_credentials()
- cls.os = cls.get_client_manager()
-
- @classmethod
def resource_setup(cls):
super(BotoTestCase, cls).resource_setup()
cls.conclusion = decision_maker()