summaryrefslogtreecommitdiff
path: root/tests/v3/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Initial Trusts supportSteven Hardy2013-08-201-14/+30
| | | | | | | | | Implements client support for the basic trusts API operations, note this does not include support for the roles subpath operations, support for those can be added in a subsequent patch. Change-Id: I0c6ba12bad5cc8f3f10697d2a3dcf4f3be8c7ece blueprint: delegation-impersonation-support
* Make TestResponse properly inherit Response.Jamie Lennox2013-08-061-24/+4
| | | | | | | There are a number of problems doing things like .json() if you don't inherit the correct parameters. Change-Id: I0dfc8ab6486090fbcd28792c18deae67e4769d53
* Correct mis-spell in commentsZhang Xin2013-07-311-1/+1
| | | | | | | | In tests/v3/utils.py, parameterize() Fixes bug #1206895 Change-Id: I36e3d49209eb6896cb0e053bba9e4c966efea5db
* Fix and enable gating on H402Dirk Mueller2013-07-121-1/+1
| | | | | | Docstring summaries need punctuation. Change-Id: I1b740c13d5fedf9a625ca0807c908f651ee08406
* Merge "Fix and enable H401"0.3.1Jenkins2013-06-281-3/+4
|\
| * Fix and enable H401Dirk Mueller2013-06-271-3/+4
| | | | | | | | | | | | Remove leading spaces from doc comments. Change-Id: I75b055c0d64dda478c63839d44158e301900107f
* | Unmock requests when testing complete.Jamie Lennox2013-06-241-8/+17
|/ | | | | | | Any other tests running will unexpectedly have mocks installed for requests otherwise. Make the time mock behave the same way whilst there. Change-Id: Iec4f35c51ed4650a35ae2780637192c82042a980
* Implements v3 auth client.lin-hua-cheng2013-06-201-1/+82
| | | | | | | | | | | Added support for domain scoping. Enhancement on AccessInfo to support reading v2/v3 token information. Enhancement on ServiceCatalog for reading/filtering v2/v3 service catalog information. Change-Id: Ibb678b9933d3673e37d0fba857a152a3c5d2b4f4
* Add find() method to CrudManagerDean Troyer2013-05-301-0/+28
| | | | | | | Add a find() methods to CrudManager to maintain compatability with existing CLI lookups using utils.find_resource(). Change-Id: Ia9b38b975bb88fb361f3471b66f98c7e81bbc6de
* Allow requests up to 0.8 and greaterChuck Short2013-02-111-2/+0
| | | | | | | | | | The requests module dropped all configuration with the 1.0.0 release. There's no danger_mode and no 'verbose'' mode. The former shouldn't be necessary anymore and the latter can be done by setting a different log handler for the request.logging root logger. Change-Id: I41bfaf2574f6d7fc21f86e0124ceae7df6481eee Signed-off-by: Chuck Short <chuck.short@canonical.com>
* Use testtools instead of unittest for base classes.Monty Taylor2012-12-251-6/+6
| | | | | | part of blueprint grizzle-testtools Change-Id: Ic9b438b4224d945e080d1d6071742ddc47ee81ed
* Use requests module for HTTP/HTTPSDean Troyer2012-12-181-48/+91
| | | | | | | | | | | | | * 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
* v3 Domain/Project role grantsDolph Mathews2012-10-091-0/+2
| | | | Change-Id: Idbe0702b42603d6f9f133c9f1855ea9b4f222066
* v3 Endpoint CRUDDolph Mathews2012-10-081-12/+12
| | | | Change-Id: Iff60668a80f8a6679a691a8f256652d7814f2785
* v3 Client & test utilsDolph Mathews2012-10-041-0/+225
Change-Id: I6cafaad053b7fa1ca31f4f5aed1f86aa97c4e87e