summaryrefslogtreecommitdiff
path: root/tests/test_https.py
Commit message (Collapse)AuthorAgeFilesLines
* Use requests module for HTTP/HTTPSDean Troyer2012-12-181-11/+27
| | | | | | | | | | | | | * Implement correct certificate verification * Add requests to tools/pip-requires * Fix OS_CACERT env var help text * Add info to README * Rework tests to use requests Pinned requests module to < 1.0 as 1.0.2 is now current in pipi as of 17Dec2012. Change-Id: I120d2c12d6f20ebe2fd7182ec8988cc73f623b80
* use mock context managers instead of decorators+functionsIonuț Arțăriși2012-10-181-16/+10
| | | | Change-Id: I761ee19169b39e47c4aa191b553965446432dba9
* Support 2-way SSL with Keystone server if it is configured to enforceLiem Nguyen2012-07-031-0/+60
2-way SSL. See also https://review.openstack.org/#/c/7706/ for the corresponding review for the 2-way SSL addition to Keystone. Change-Id: If0cb46a43d663687396d93604a7139d85a4e7114