summaryrefslogtreecommitdiff
path: root/openstackclient/tests/common/test_extension.py
Commit message (Collapse)AuthorAgeFilesLines
* fix the wrong order of assertEqual argswanghong2015-01-271-8/+8
| | | | | | Let's fix them thoroughly. Change-Id: I8a1f042fb614b05c9836a49041f3883638b870b0
* Add network extension listTerry Howe2014-07-261-2/+50
| | | | | | | Network extension list support Change-Id: I013f68ef2c3329c8db59e2441dd8d4ffafd4470e Closes-Bug: #1337685
* Add support for extension listMatt Fischer2014-06-111-0/+128
- Add support in the common section for extension list. This only supports Identity for now. Once the APIs for volume and compute are supported in the respective APIs, they will be added. Once network is added to this client, it will be added (the API already supports it). - Include extension fakes for volume and compute for pre-enablement. Change-Id: Iebb0156a779887d2ab06488a2a27b70b56369376 Closes-Bug: #1319115