diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-05-19 22:20:17 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-05-19 22:20:17 +0000 |
commit | f9d0657e70e9511a2d7b4c63bbf06b138dd0be5e (patch) | |
tree | f4e0f665e77c37c368305fe2103f45628bd5b500 /tests/unit/test_shell.py | |
parent | 8ffc5c11ae6e246769a15104096873ed47d535a5 (diff) | |
parent | 450f505c35f8762cca29d56b6e928490288ec166 (diff) | |
download | python-swiftclient-f9d0657e70e9511a2d7b4c63bbf06b138dd0be5e.tar.gz |
Merge "Support client certificate/key"
Diffstat (limited to 'tests/unit/test_shell.py')
-rw-r--r-- | tests/unit/test_shell.py | 4 |
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'} |