summaryrefslogtreecommitdiff
path: root/openstackclient/tests/compute/v2
Commit message (Expand)AuthorAgeFilesLines
* Refactor security group list to use SDKRichard Theis2016-02-292-62/+64
* Merge "Make SetFlavor and UnsetFlavor inherit from cliff.Command"Jenkins2016-02-291-10/+4
|\
| * Make SetFlavor and UnsetFlavor inherit from cliff.CommandTang Chen2016-02-271-10/+4
* | [Compute] Check return value is None in compute unit tests.Tang Chen2016-02-273-45/+33
|/
* Merge "Floating IP: Neutron support for "ip floating show" command"Jenkins2016-02-251-0/+1
|\
| * Floating IP: Neutron support for "ip floating show" commandTang Chen2016-02-241-0/+1
* | Merge "Fixed a bunch of spacing"Jenkins2016-02-251-0/+2
|\ \
| * | Fixed a bunch of spacingBrandon Palm2016-02-231-0/+2
| |/
* | Add some test cases for "server list" commandting.wang2016-02-242-27/+78
|/
* Merge "Add unit tests for 'hypervisor stats' command"Jenkins2016-02-232-0/+140
|\
| * Add unit tests for 'hypervisor stats' commandting.wang2016-02-222-0/+140
* | Initialize _keys in __init__() in FakeFlavorResourceTang Chen2016-02-231-2/+5
|/
* Add unit test for "flavor show" commandTang Chen2016-02-202-10/+89
* Merge "Support "network show" command in nova network"Jenkins2016-02-181-2/+31
|\
| * Support "network show" command in nova networkTang Chen2016-02-171-2/+31
* | Merge "Support "network list" command in nova network"Jenkins2016-02-181-0/+58
|\ \ | |/
| * Support "network list" command in nova networkTang Chen2016-02-171-0/+58
* | Merge "Refactor security group rule delete to use SDK"Jenkins2016-02-181-0/+62
|\ \ | |/ |/|
| * Refactor security group rule delete to use SDKRichard Theis2016-02-101-0/+62
* | Define FakeFloatingIP class in tests/compute for nova network commandsTang Chen2016-02-161-0/+79
* | Merge "Use assertRaises() to check if an exception is raised"Jenkins2016-02-151-5/+4
|\ \
| * | Use assertRaises() to check if an exception is raisedTang Chen2016-02-141-5/+4
* | | Support "network delete" command in nova networkTang Chen2016-02-141-0/+4
|/ /
* | Floating IP: Neutron support for "ip floating delete" commandJude Job2016-02-141-0/+3
* | Trivial: Fix "abstractmethod" to "abstract method"Tang Chen2016-02-106-24/+24
|/
* Merge "Compute: Fix DisplayCommandBase comments for cliff ShowOne subclass te...Jenkins2016-02-083-12/+36
|\
| * Compute: Fix DisplayCommandBase comments for cliff ShowOne subclass testsTang Chen2016-02-063-12/+36
* | Merge "Compute: Fix DisplayCommandBase comments for cliff Lister subclass tests"Jenkins2016-02-084-9/+27
|\ \ | |/
| * Compute: Fix DisplayCommandBase comments for cliff Lister subclass testsTang Chen2016-02-064-9/+27
* | Merge "Compute: Fix DisplayCommandBase comments for cliff Command subclass te...Jenkins2016-02-082-10/+0
|\ \ | |/
| * Compute: Fix DisplayCommandBase comments for cliff Command subclass testsTang Chen2016-02-062-10/+0
* | Merge "Add unit tests for "hypervisor show" command"Jenkins2016-02-082-0/+131
|\ \
| * | Add unit tests for "hypervisor show" commandTang Chen2016-02-072-0/+131
| |/
* | Remove identity_client.projects definition in TestSecurityGroupTang Chen2016-02-061-4/+2
* | Define security_group_rules mock in FakeComputev2ClientTang Chen2016-02-062-5/+6
* | Move security_groups mock definition to FakeComputev2ClientTang Chen2016-02-063-6/+18
|/
* Merge "Add support for triggering an crash dump"Jenkins2016-02-051-0/+20
|\
| * Add support for triggering an crash dumpxiexs2016-02-051-0/+20
* | Add unit tests for "hypervisor list" commandTang Chen2016-02-052-0/+160
|/
* Merge "Refactor "os availability zone list""Jenkins2016-01-221-0/+62
|\
| * Refactor "os availability zone list"Richard Theis2016-01-141-0/+62
* | Refactor abstract columns and datalist out in compute test casesSaiKiran2016-01-213-167/+83
* | Merge "Make --image parameter optional in "server rebuild""Jenkins2016-01-151-0/+70
|\ \ | |/ |/|
| * Make --image parameter optional in "server rebuild"David Moreau Simard2015-12-111-0/+70
* | Merge "Add support to list all security group rules"Jenkins2016-01-041-4/+82
|\ \
| * | Add support to list all security group rulesRichard Theis2015-12-171-4/+82
* | | TestServerGeneral: Add test for _prep_server_detail()Tang Chen2015-12-201-2/+44
* | | TestServerGeneral: Add test for _format_servers_list_networks()Tang Chen2015-12-201-0/+24
* | | Merge "TestServerGeneral: Add test for _format_servers_list_power_state()"Jenkins2015-12-171-0/+20
|\ \ \ | |/ / |/| |
| * | TestServerGeneral: Add test for _format_servers_list_power_state()Tang Chen2015-12-101-0/+20