summaryrefslogtreecommitdiff
path: root/openstackclient
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Refactor TestCreateNetwork: Setup cmd in setUp() in ↵Jenkins2015-12-051-11/+12
|\ | | | | | | TestCreateNetworkIdentityV2"
| * Refactor TestCreateNetwork: Setup cmd in setUp() in TestCreateNetworkIdentityV2Tang Chen2015-12-051-11/+12
| | | | | | | | | | | | | | | | This patch setup the tested command only once in setUp() for TestCreateNetworkIdentityV2. Change-Id: I689980674c9500c0c040d27164ec61f5fcf40ee5 Implements: blueprint osc-network-unit-test-refactor Related-to: blueprint neutron-client
* | Merge "Refactor TestCreateNetwork: Setup cmd in setUp() in ↵Jenkins2015-12-051-18/+15
|\ \ | |/ | | | | TestCreateNetworkIdentityV3"
| * Refactor TestCreateNetwork: Setup cmd in setUp() in TestCreateNetworkIdentityV3Tang Chen2015-12-051-18/+15
| | | | | | | | | | | | | | | | This patch setup the tested command only once in setUp() for TestCreateNetworkIdentityV3. Change-Id: Iff5119fa24c9cc0caa72ff0e8f63e8dcac72470a Implements: blueprint osc-network-unit-test-refactor Related-to: blueprint neutron-client
* | Merge "Refactor TestCreateNetwork: Split TestCreateNetwork into two classes ↵Jenkins2015-12-051-1/+11
|\ \ | |/ | | | | for identity v2 and v3"
| * Refactor TestCreateNetwork: Split TestCreateNetwork into two classes for ↵Tang Chen2015-12-051-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | identity v2 and v3 In TestCreateNetwork, both Identity v2 and v3 clients are tested. As a result, we should initialize the identity client again and again in each test function. To reduce redundant code, this patch split TestCreateNetwork to TestCreateNetworkIdentityV2 and V3. And then initialize the identity client only once in each of them. Change-Id: I349fe7f827524beb541efe7dd9460c534254b80c Implements: blueprint osc-network-unit-test-refactor Related-to: blueprint neutron-client
* | Merge "Refactor network test: Introduce TestNetworkv2 and TestNetwork to ↵Jenkins2015-12-052-0/+35
|\ \ | |/ | | | | improve unit test of network"
| * Refactor network test: Introduce TestNetworkv2 and TestNetwork to improve ↵Tang Chen2015-12-052-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | unit test of network The class inherit architecture in network unit test is different from other test classes, which leads to lots of redundant code. This patch will make it the same as the other test classes. And it will be more convenience for the coming up refactor. Change-Id: I6f239dd54b9401ff2bbcf7ffdeb18769a450f573 Implements: blueprint osc-network-unit-test-refactor Related-to: blueprint neutron-client
* | Merge "Trivial: Improve doc for "server create" command"Jenkins2015-12-051-4/+4
|\ \
| * | Trivial: Improve doc for "server create" commandTang Chen2015-12-041-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | The following options of "server create" command support searching by both name and ID. So add this info into doc. --image, --volume, --flavor, --security. Change-Id: I93b167da58144e5de6c9996009b7ea2449fb4cd8
* | | Merge "Add --volume to Image `create`"Jenkins2015-12-041-5/+41
|\ \ \
| * | | Add --volume to Image `create`NiallBunting2015-11-201-5/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was previously part of the command, so added it in for backwards compatibility. This adds the --volume command and the complimentary --force command allowing users to create images from volumes. It seems it may not be possible to add it to image set v2. Change-Id: Ica36e70989f75d80959af3227f66708758fae68d
* | | | Merge "Introduce FakeImage class"Jenkins2015-12-041-0/+133
|\ \ \ \ | |_|_|/ |/| | |
| * | | Introduce FakeImage classxiexs2015-12-021-0/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce FakeImage to improve the current image unittest framework with following two advantages: 1. generate more than one faking images 2. all faking images generated by random Change-Id: Ide326fa2a047ddeea478bef97000083617a0b744 Implements: blueprint improve-image-unittest-framework
* | | | Merge "Support "server list" searching by both image name and ID."Jenkins2015-12-031-2/+9
|\ \ \ \
| * | | | Support "server list" searching by both image name and ID.Tang Chen2015-12-011-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nova API only supports list servers searching by image ID. In OSC, we can support both image name and ID by mapping the name to ID. This patch also fix the inconsistent doc in .py and .rst files. Closes-Bug: 1521492 Change-Id: I70613843f82d74732bd32a457cd4a31aba57825f
* | | | | Merge "Support "server list" searching by both flavor name and ID."Jenkins2015-12-031-2/+9
|\ \ \ \ \ | |/ / / /
| * | | | Support "server list" searching by both flavor name and ID.Tang Chen2015-12-011-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nova API only supports list servers searching by flavor ID. In OSC, we can support both flavor name and ID by mapping the name to ID. This patch also fix the inconsistent doc in .py and .rst files. Partial-Bug: 1521492 Change-Id: I1d1a6aa91aef4e2846745babe8382481185fa96e
* | | | | Merge "Add multi deletion testcase for openstack volume delete"Jenkins2015-12-031-8/+32
|\ \ \ \ \
| * | | | | Add multi deletion testcase for openstack volume deletexiexs2015-12-021-8/+32
| |/ / / / | | | | | | | | | | | | | | | Change-Id: Id8e6e8311e46e4c8644d41d773aeb27416ca6a7e
* | | | | Merge "Fix exception when doing volume set operation"Jenkins2015-12-031-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix exception when doing volume set operationXi Yang2015-12-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The v2 SetVolume extends from show.ShowOne and returns None after setting volume operation. It will raise an exception. This patch is going to fix the issue by changing the parent class of SetVolume to command.Command. Change-Id: Iefa453fe4adad06f2a0601a052c01e74004be5b7 Closes-bug: 1521896
* | | | | Merge "Switch to ksa Session"Jenkins2015-12-0214-37/+39
|\ \ \ \ \
| * | | | | Switch to ksa SessionDean Troyer2015-12-0214-37/+39
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Change session imports to keystoneauth1 * Change keystoneclient.exception imports to keystoneauth1 * Change exceptions raised from internal API from keystoneclient to openstack.common Change-Id: I046d89f561d6fe04baae53726f9749d2e7fe2056
* | | | | Add class TestServerList to provide basic unit test for "server list" command.Tang Chen2015-12-021-0/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch provide a class to test "server list" command. Only one simplest case in this patch. Some of the options in "server list" are complicated. And the server object contains lots of attributes need to be handled in specific ways. So other test cases will be added in other patches. Change-Id: Id9fdba8f149bd74187aa42516067dacebc6962b5 Implements: blueprint osc-unit-test-framework-improvement
* | | | | Enable setup_servers_mock() to take attributes param.Tang Chen2015-12-021-1/+5
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | setup_servers_mock() is now able to set methods to the fake servers. But it cannot set attributes. This patch enable it to do so. This will be useful in "server list" test cases. Change-Id: Ic30d750ebe4650244707a368cdd5d622a8f1b8ed Implements: blueprint osc-unit-test-framework-improvement
* | | | Merge "Introduce FakeVolume class"Jenkins2015-12-011-0/+84
|\ \ \ \
| * | | | Introduce FakeVolume classxiexs2015-11-301-0/+84
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce FakeVolume to improve the current volume unittest framework with following two advantages: 1. generate more than one faking volumes 2. all faking volumes generated by random Change-Id: I9d56efa4fd4f03c82cd4e29622b6312566dbc453 Implements: blueprint improve-volume-unittest-framework
* | | | Merge "Add --limit option to "server list" command."Jenkins2015-12-011-1/+12
|\ \ \ \ | |_|/ / |/| | |
| * | | Add --limit option to "server list" command.Tang Chen2015-12-011-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | This option will limit the total amount of items the command will list up. Change-Id: I46af0d479d795ebb6a74585d0f76629dd940b117
* | | | Merge "Add unit testcases for "openstack flavor delete""Jenkins2015-12-011-0/+46
|\ \ \ \
| * | | | Add unit testcases for "openstack flavor delete"xiexs2015-11-301-0/+46
| | |/ / | |/| | | | | | | | | | Change-Id: If23a71c678193e5c9c91300fddd17e79f674bf82
* | | | Merge "Consistency of the --all argument for snapshots"Jenkins2015-12-013-3/+56
|\ \ \ \
| * | | | Consistency of the --all argument for snapshotsJean-Philippe Evrard2015-11-303-3/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change is inspired by the volume.py. It allow the user to use openstack snapshot list --all. Closes-Bug: #1517386 Change-Id: I72a53fcd0c5c5af539cd88b37e71b4331fa67473
* | | | | Merge "Add project name/ID validation for "openstack quota show""Jenkins2015-12-013-3/+132
|\ \ \ \ \
| * | | | | Add project name/ID validation for "openstack quota show"xiexs2015-11-293-3/+132
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | A validation is necessary to check the existence of project. This patch is similar to Ia2d8c96527820e25b074e6486d3f39c5ad7eae60. Change-Id: Id8895ba7a21ecad05942619a82a87c0dc68eae53
* | | | | Merge "Add status column for "openstack image list""Jenkins2015-11-304-20/+36
|\ \ \ \ \
| * | | | | Add status column for "openstack image list"xiexs2015-11-294-20/+36
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Actually, the status column is useful for the user. So, it`s better to output this info by default (or, user had to specify the extra option, i.e. --long). Change-Id: Id2a9f86f0de5310f8f5ff9a46bf1b7411094b519 Closes-Bug: #1519181
* | | | | Merge "Add --marker option to "server list" command."Jenkins2015-11-301-1/+16
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Add --marker option to "server list" command.Tang Chen2015-12-011-1/+16
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | This option will give user a chance to display the server list from wherever they want. Change-Id: I92cca5e98cd473f1113a9106eb9d1f490694b1fe
* | | | Merge "Add testcases for compute.v2.service"Jenkins2015-11-302-5/+109
|\ \ \ \ | |_|/ / |/| | |
| * | | Add testcases for compute.v2.servicexiexs2015-12-012-5/+109
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Add a set of testcases to test the classes of ListService and SetService in the compute.v2.service. And to be consistent with cinder term, use service_binary to represent the service binary. Change-Id: I9fe740f07c9ce3afdba7b7cca152d614170abb96
* | | Merge "Use is_public to set access of volume type"Jenkins2015-11-302-5/+5
|\ \ \
| * | | Use is_public to set access of volume typeXi Yang2015-11-262-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the 'public' and 'private' keys does not work when creating volume type, 'is_public' should be used. Change-Id: If34a66053ea6c192882a1b9d8bbb1d3666be3f83 Closes-bug: 1520115
* | | | Merge "Add "openstack server unshelve" into OSC"Jenkins2015-11-302-45/+90
|\ \ \ \ | |_|/ / |/| | |
| * | | Add "openstack server unshelve" into OSCxiexs2015-11-282-45/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The unshelve operation is not supported by OSC, and this patch tries to add it. Change-Id: Ic60a4616cb63ad21c1a3c8e02611da8bad3a8bd0 Implements: blueprint introduce-shelve-into-osc
* | | | Merge "Remove old fake flavor data."Jenkins2015-11-291-12/+0
|\ \ \ \
| * | | | Remove old fake flavor data.Tang Chen2015-11-281-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new class FakeFlavor has been introduced to fake one or more flavors. So use it and remove the old fake flavor data. Change-Id: Ie3a33b36ae6e597c6a0b1d17ad13c73cf4b73bc9 Implements: blueprint improve-flavor-unit-test
* | | | | Merge "Use FakeFlavor in TestServerCreate."Jenkins2015-11-291-11/+7
|\ \ \ \ \ | |/ / / /
| * | | | Use FakeFlavor in TestServerCreate.Tang Chen2015-11-281-11/+7
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib82f845258b1ad78cbc8b23d28fa42e7ccc8097a Implements: blueprint improve-flavor-unit-test