summaryrefslogtreecommitdiff
path: root/test/functional/test_openstacksdk.py
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-09-23 22:14:55 +0000
committerGerrit Code Review <review@openstack.org>2020-09-23 22:14:55 +0000
commit89994a7ad02cf11f723a9071a4c96dc757b30583 (patch)
treed771d3cf4d4fb5f2be64570dc13fa5fd304123d7 /test/functional/test_openstacksdk.py
parentef7380048ef48bf64019482351a0ec5019d440a3 (diff)
parent2eba2dd42a7fa9663b59486f25707c16ef3731d7 (diff)
downloadpython-swiftclient-89994a7ad02cf11f723a9071a4c96dc757b30583.tar.gz
Merge "Add cacert test config option"
Diffstat (limited to 'test/functional/test_openstacksdk.py')
-rw-r--r--test/functional/test_openstacksdk.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_openstacksdk.py b/test/functional/test_openstacksdk.py
index cee7f4e..e51773a 100644
--- a/test/functional/test_openstacksdk.py
+++ b/test/functional/test_openstacksdk.py
@@ -35,6 +35,7 @@ class TestOpenStackSDK(unittest.TestCase):
auth_url=TEST_CONFIG['auth_url'],
username=TEST_CONFIG['account_username'],
password=TEST_CONFIG['password'],
+ cacert=TEST_CONFIG['cacert'],
)
cls.object_store = cls.conn.object_store