summaryrefslogtreecommitdiff
path: root/tests/test_clientmanager.py
Commit message (Collapse)AuthorAgeFilesLines
* Multiple API version supportDean Troyer2013-02-061-35/+0
| | | | | | | | | | | | | | | | * Use multiple entry point groups to represent each API+version combination supported * Add some tests Try it out: * Right now only '* user' commands have multiple overlapping versions; you can see the selection between v2.0 and v3 by looking at the command help output for 'tenant' vs 'project': os --os-identity-api-version=2.0 help set user os --os-identity-api-version=3 help set user Change-Id: I7114fd246843df0243d354a7cce697810bb7de62
* First pass at adding compute unit tests.Josh Kearney2013-01-281-0/+35
Change-Id: Icf3340d457f75eec89bb0e5c9b4b953c3b81020f