summaryrefslogtreecommitdiff
path: root/openstackclient/tests/common
Commit message (Expand)AuthorAgeFilesLines
* Propagate AttributeErrors when lazily loading pluginsTim Burke2016-04-141-0/+8
* Merge "Support client certificate/key"Jenkins2016-04-061-0/+17
|\
| * Support client certificate/keyCedric Brandily2016-04-061-0/+17
* | Don't mask authorization errorsHidekazu Nakamura2016-04-011-0/+12
|/
* Use assertItemsEqual() instead of assertListEqual()Tang Chen2016-03-141-10/+2
* Merge "Fixed command list"Jenkins2016-03-111-6/+10
|\
| * Fixed command listBrandon Palm2016-03-091-6/+10
* | Enhance list extension unit testFang Zhen2016-03-111-40/+117
|/
* Add MultiKeyValueAction to custom parser actionTang Chen2016-02-271-0/+129
* Fixed a bunch of spacingBrandon Palm2016-02-236-1/+9
* Support unscoped token requestguang-yee2016-02-191-0/+25
* Don't use Mock.called_once_with that does not existTang Chen2016-02-191-1/+1
* Fix DisplayCommandBase comments for cliff Lister subclass testsTang Chen2016-02-094-13/+39
* Merge "Use assert_not_called() in common tests"Jenkins2016-02-041-7/+7
|\
| * Use assert_not_called() in common testsDean Troyer2016-02-031-7/+7
* | Merge "Support listing network availability zones"Jenkins2016-02-041-0/+65
|\ \
| * | Support listing network availability zonesRichard Theis2016-02-021-0/+65
* | | Merge "Allow wait_for_delete to work for all clients"Jenkins2016-02-041-0/+22
|\ \ \ | | |/ | |/|
| * | Allow wait_for_delete to work for all clientsMark Vanderwiel2016-01-281-0/+22
* | | Add "os port show" commandRichard Theis2016-02-021-0/+9
| |/ |/|
* | Fix showing network quotas for a projectRichard Theis2016-02-021-7/+18
|/
* Merge "Support listing volume availability zones"Jenkins2016-01-221-10/+89
|\
| * Support listing volume availability zonesRichard Theis2016-01-141-10/+89
* | Merge "Refactor "os availability zone list""Jenkins2016-01-221-0/+113
|\ \ | |/
| * Refactor "os availability zone list"Richard Theis2016-01-141-0/+113
* | Set up logger of each command by metaclassAkihiro Motoki2016-01-201-0/+32
* | Merge "Changed the abstract columns and datalists from test cases of common a...Jenkins2016-01-143-37/+33
|\ \
| * | Changed the abstract columns and datalists from test cases of common and Iden...SaiKiran2016-01-123-37/+33
* | | Merge "Refactor network endpoint enablement checking"Jenkins2016-01-141-0/+33
|\ \ \ | |_|/ |/| |
| * | Refactor network endpoint enablement checkingRichard Theis2016-01-041-0/+33
* | | Use assertTrue/False instead of assertEqual(T/F)Swapnil Kulkarni (coolsvap)2016-01-071-3/+3
|/ /
* | Merge "Improve output for "os security group show""Jenkins2015-12-281-0/+7
|\ \
| * | Improve output for "os security group show"Richard Theis2015-12-231-0/+7
| |/
* | Refactor: Initialize parser in setUp() in TestNonNegativeActionTang Chen2015-12-281-26/+10
* | Refactor: Initialize parser in setUp() in TestKeyValueActionTang Chen2015-12-281-52/+9
* | Replace assertEqual(None, *) with assertIsNone(*)Xi Yang2015-12-251-1/+1
|/
* SDK integration extensions and server create networksTerry Howe2015-12-091-3/+3
* Add project name/ID validation for "openstack quota show"xiexs2015-11-291-0/+121
* Unable to set some compute quotasRichard Theis2015-11-201-0/+26
* Allow error status to be specifiedMark Vanderwiel2015-11-181-0/+40
* Merge "Add project-name/-id validation for the OSC "openstack quota set""Jenkins2015-11-121-6/+20
|\
| * Add project-name/-id validation for the OSC "openstack quota set"xiexs2015-11-041-6/+20
* | Fix the bug of "openstack console log show"xiexs2015-11-091-0/+55
|/
* Merge "Rename context.py to logs.py"Jenkins2015-10-301-32/+32
|\
| * Rename context.py to logs.pyTerry Howe2015-10-301-32/+32
* | Add tests for find_resource()Dean Troyer2015-10-011-0/+54
* | Merge "Add tests for volume quota set"Jenkins2015-09-191-0/+45
|\ \
| * | Add tests for volume quota setTerryHowe2015-08-111-0/+45
* | | Merge "Create log configuration class"Jenkins2015-09-091-42/+110
|\ \ \ | | |/ | |/|
| * | Create log configuration classTerryHowe2015-08-261-42/+110