summaryrefslogtreecommitdiff
path: root/openstackclient/tests/compute
Commit message (Expand)AuthorAgeFilesLines
* Refactor service unit testsTang Chen2016-05-252-73/+101
* Merge "Enhance exception handling for "network delete" command"Jenkins2016-05-171-0/+19
|\
| * Enhance exception handling for "network delete" commandTang Chen2016-04-141-0/+19
* | Merge "Add unit tests for "server show" command"Jenkins2016-05-111-0/+95
|\ \
| * | Add unit tests for "server show" commandTang Chen2016-05-111-0/+95
* | | Merge "Use find_resource() instead of get() in _prep_server_detail()"Jenkins2016-05-111-7/+5
|\ \ \ | |/ / |/| |
| * | Use find_resource() instead of get() in _prep_server_detail()Tang Chen2016-05-091-7/+5
* | | Merge "Map server power state num to meanful string"Jenkins2016-05-092-1/+7
|\ \ \ | |/ / |/| |
| * | Map server power state num to meanful stringTang Chen2016-05-072-1/+7
* | | Merge "Trivial: Remove unuseful comments for assertRaise() checking"Jenkins2016-05-071-1/+0
|\ \ \ | |/ / |/| |
| * | Trivial: Remove unuseful comments for assertRaise() checkingTang Chen2016-05-061-1/+0
* | | Merge "Make "flavor show" command to show a private flavor properly"Jenkins2016-05-061-13/+9
|\ \ \ | |/ / |/| |
| * | Make "flavor show" command to show a private flavor properlyHuanxuan Ao2016-05-021-13/+9
* | | Add a unit test for "flavor create" commandHuanxuan Ao2016-05-042-2/+162
|/ /
* | Fix error in flavor set/unset commandHuanxuan Ao2016-04-281-4/+8
* | Merge "Add "server group show" command"Jenkins2016-04-201-0/+23
|\ \
| * | Add "server group show" commandRui Chen2016-04-201-0/+23
* | | Merge "Fix mutable default arguments in tests"Jenkins2016-04-201-26/+33
|\ \ \ | |/ / |/| |
| * | Fix mutable default arguments in testsTang Chen2016-04-201-26/+33
* | | Add "server group list" commandRui Chen2016-04-201-0/+68
* | | Add "server group delete" commandRui Chen2016-04-201-0/+84
* | | Add "server group create" commandRui Chen2016-04-202-0/+142
|/ /
* | Remove methods argument from FakeHypervisorStatsTang Chen2016-04-151-2/+1
* | Remove fake methods code from compute networkTang Chen2016-04-121-77/+15
|/
* Merge "Refactor security group rule list to use SDK"Jenkins2016-04-111-229/+0
|\
| * Refactor security group rule list to use SDKRichard Theis2016-03-281-229/+0
* | Merge "Log hint when --enable present with --disable-reason"Jenkins2016-04-061-9/+64
|\ \
| * | Log hint when --enable present with --disable-reasonRui Chen2016-04-051-9/+64
* | | Trivial: Rename FakehypervisorStats to FakeHypervisorStatsTang Chen2016-04-052-3/+3
|/ /
* | Merge "Add unit tests for compute v2 aggregate"Jenkins2016-03-301-5/+331
|\ \
| * | Add unit tests for compute v2 aggregateRui Chen2016-03-261-5/+331
* | | Merge "Add "aggregate unset" to osc"Jenkins2016-03-302-0/+98
|\ \ \ | |/ / | | / | |/ |/|
| * Add "aggregate unset" to oscRui Chen2016-03-242-0/+98
* | Refactor security group rule create to use SDKRichard Theis2016-03-232-269/+3
|/
* Merge "[compute] Add set host command"Jenkins2016-03-172-0/+131
|\
| * [compute] Add set host commandjichenjc2016-02-262-0/+131
* | Support "--long" option in ListServiceRui Chen2016-03-142-1/+27
* | Refactor security group create to use SDKRichard Theis2016-03-101-127/+0
* | Refactor security group show to use SDKRichard Theis2016-03-101-3/+10
* | Merge "Remove FakeFlavorResource class"Jenkins2016-03-091-29/+16
|\ \
| * | Remove FakeFlavorResource classTang Chen2016-03-091-29/+16
* | | Merge "Add --reason for disable service"Jenkins2016-03-091-0/+26
|\ \ \ | |/ / |/| |
| * | Add --reason for disable servicejichenjc2016-03-091-0/+26
* | | Trivial: Fix incorrect comments in compute fakes.pyTang Chen2016-03-081-3/+3
| |/ |/|
* | Merge "[compute] Support restore server"Jenkins2016-03-041-0/+20
|\ \
| * | [compute] Support restore serverjichenjc2016-02-231-0/+20
* | | Merge "[compute] Add unit test for keypair"Jenkins2016-03-042-0/+315
|\ \ \
| * | | [compute] Add unit test for keypairjichenjc2016-02-232-0/+315
* | | | Merge "Add test cases to test some commands with '--wait' and fix bug"Jenkins2016-03-041-0/+188
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add test cases to test some commands with '--wait' and fix bugting.wang2016-03-021-0/+188