summaryrefslogtreecommitdiff
path: root/tests/unit/test_shell.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-05-19 22:20:17 +0000
committerGerrit Code Review <review@openstack.org>2016-05-19 22:20:17 +0000
commitf9d0657e70e9511a2d7b4c63bbf06b138dd0be5e (patch)
treef4e0f665e77c37c368305fe2103f45628bd5b500 /tests/unit/test_shell.py
parent8ffc5c11ae6e246769a15104096873ed47d535a5 (diff)
parent450f505c35f8762cca29d56b6e928490288ec166 (diff)
downloadpython-swiftclient-f9d0657e70e9511a2d7b4c63bbf06b138dd0be5e.tar.gz
Merge "Support client certificate/key"
Diffstat (limited to 'tests/unit/test_shell.py')
-rw-r--r--tests/unit/test_shell.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/unit/test_shell.py b/tests/unit/test_shell.py
index 9043cb0..d82def6 100644
--- a/tests/unit/test_shell.py
+++ b/tests/unit/test_shell.py
@@ -1855,7 +1855,9 @@ class TestKeystoneOptions(MockHttpTest):
'project-id': 'projectid',
'project-domain-id': 'projectdomainid',
'project-domain-name': 'projectdomain',
- 'cacert': 'foo'}
+ 'cacert': 'foo',
+ 'cert': 'minnie',
+ 'key': 'mickey'}
catalog_opts = {'service-type': 'my-object-store',
'endpoint-type': 'public',
'region-name': 'my-region'}