summaryrefslogtreecommitdiff
path: root/openstackclient/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Refactor security group delete to use SDKRichard Theis2016-02-023-0/+280
| |/ / /
* | | | Merge "Network: Abstract get_body() out to be a private helper."Jenkins2016-02-032-9/+11
|\ \ \ \
| * | | | Network: Abstract get_body() out to be a private helper.Tang Chen2016-02-022-9/+11
* | | | | Merge "Add "os port show" command"Jenkins2016-02-033-4/+134
|\ \ \ \ \
| * | | | | Add "os port show" commandRichard Theis2016-02-023-4/+134
| | |/ / / | |/| | |
* | | | | Merge "Add availability zone support for router commands"Jenkins2016-02-032-0/+30
|\ \ \ \ \
| * | | | | Add availability zone support for router commandsJas2016-01-292-0/+30
* | | | | | Merge "Add --marker option to "image list" command"Jenkins2016-02-031-0/+21
|\ \ \ \ \ \
| * | | | | | Add --marker option to "image list" commandTang Chen2016-02-031-0/+21
* | | | | | | Merge "Add limit option to "image list" command"Jenkins2016-02-031-0/+17
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Add limit option to "image list" commandxiexs2016-02-031-0/+17
* | | | | | | Merge "Remove marker and loop from "image list" command"Jenkins2016-02-031-15/+4
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Remove marker and loop from "image list" commandTang Chen2016-02-031-15/+4
| | |/ / / / | |/| | | |
* | | | | | Trivial: Reorder test class in test_volume.py into alphabetical orderTang Chen2016-02-031-41/+41
|/ / / / /
* | | | | Trivial: Fix wrong comment in test_image.pyTang Chen2016-02-021-1/+3
| |/ / / |/| | |
* | | | Fix showing network quotas for a projectRichard Theis2016-02-022-7/+30
* | | | Merge "Add availability zone support for network commands"Jenkins2016-01-312-2/+25
|\ \ \ \ | |_|/ / |/| | |
| * | | Add availability zone support for network commandsBrad Behle2016-01-282-2/+25
* | | | Merge "Use correct terminology for subnets"Jenkins2016-01-271-2/+2
|\ \ \ \
| * | | | Use correct terminology for subnetsDean Troyer2016-01-271-2/+2
* | | | | Merge "Subnet List"Jenkins2016-01-272-0/+176
|\ \ \ \ \ | |/ / / /
| * | | | Subnet ListTerry Howe2016-01-252-0/+176
* | | | | Merge "Refactor abstract columns and datalist out in image and object test ca...Jenkins2016-01-236-171/+106
|\ \ \ \ \
| * | | | | Refactor abstract columns and datalist out in image and objectSaiKiran2016-01-236-171/+106
* | | | | | Merge "Support listing volume availability zones"Jenkins2016-01-222-10/+143
|\ \ \ \ \ \
| * | | | | | Support listing volume availability zonesRichard Theis2016-01-142-10/+143
* | | | | | | Merge "Refactor "os availability zone list""Jenkins2016-01-222-0/+175
|\ \ \ \ \ \ \ | |/ / / / / / | | / / / / / | |/ / / / / |/| | | | |
| * | | | | Refactor "os availability zone list"Richard Theis2016-01-142-0/+175
* | | | | | Merge "Refactor: Abstract columns and datalist out in volume test cases"Jenkins2016-01-227-603/+226
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Refactor: Abstract columns and datalist out in volume test casesSaiKiran2016-01-207-603/+226
* | | | | | Merge "Change --owner to --project in image commands"Jenkins2016-01-212-8/+64
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Change --owner to --project in image commandsDean Troyer2016-01-152-8/+64
* | | | | | Refactor abstract columns and datalist out in compute test casesSaiKiran2016-01-213-167/+83
* | | | | | Merge "Set up logger of each command by metaclass"Jenkins2016-01-211-0/+32
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Set up logger of each command by metaclassAkihiro Motoki2016-01-201-0/+32
* | | | | | Add support to delete the portsSaiKiran2016-01-202-0/+130
|/ / / / /
* | | | | 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 "Changed the abstract columns and datalists from test cases of common a...Jenkins2016-01-1419-814/+562
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Changed the abstract columns and datalists from test cases of common and Iden...SaiKiran2016-01-1219-816/+564
* | | | | Merge "Refactor network endpoint enablement checking"Jenkins2016-01-142-1/+46
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Refactor network endpoint enablement checkingRichard Theis2016-01-042-1/+46
* | | | | Support non-interactive user password updateGuang Yee2016-01-111-0/+19
| |_|_|/ |/| | |
* | | | Merge "Use assertTrue/False instead of assertEqual(T/F)"Jenkins2016-01-071-3/+3
|\ \ \ \
| * | | | Use assertTrue/False instead of assertEqual(T/F)Swapnil Kulkarni (coolsvap)2016-01-071-3/+3
* | | | | Replace assertEqual(*, None) with assertIsNone in testsEinst Crazy2016-01-071-2/+2
|/ / / /
* | | | 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
* | | | | Merge "Implementation for project unset cmd for python-openstackclient."Jenkins2016-01-041-1/+47
|\ \ \ \ \
| * | | | | Implementation for project unset cmd for python-openstackclient.Jude Job2016-01-041-1/+47