summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add functional tests for servers that require waitTerryHowe2015-07-181-1/+68
| | | | Change-Id: I4c85b1e303ecb99458594e7743950b0668b3bdfc
* Merge "Add functional tests for volume qos"Jenkins2015-07-181-0/+54
|\
| * Add functional tests for volume qosTerryHowe2015-07-171-0/+54
| | | | | | | | Change-Id: I80010b56b399bc027ac864304be60a3ee53bda00
* | Merge "Remove unnecessary test extension mock"Jenkins2015-07-181-7/+0
|\ \
| * | Remove unnecessary test extension mockTerryHowe2015-07-171-7/+0
| | | | | | | | | | | | | | | | | | The network extension test does not need this. Change-Id: I8dd2cad759a813d7df0476afa6c56f455ddff616
* | | Merge "enhance tests for user v3"Jenkins2015-07-183-3/+72
|\ \ \
| * | | enhance tests for user v3Guojian Shao2015-07-173-3/+72
| |/ / | | | | | | | | | | | | Change-Id: Ib17ba0cd71068ba8d7e7665160daf3ae0735971b Related-Bug: #1475357
* | | Merge "add functional tests for identity v2"Jenkins2015-07-173-0/+125
|\ \ \
| * | | add functional tests for identity v2Guojian Shao2015-07-173-0/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | add tests for endpoint and service. Change-Id: Iec80106d6e4c310cea1c5af262d145ac1f56525e Implements: blueprint identity-functional-tests
* | | | Merge "Support multiple volume qos delete"Jenkins2015-07-175-105/+103
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Support multiple volume qos deleteTerryHowe2015-07-175-105/+103
| | | | | | | | | | | | | | | | | | | | | Also make sure that we are using the singular qos_spec when we should and the plural qos_specs otherwise. Change-Id: If4bbeb6fc245d7d80dc3d7dccfe9f949e802653c
* | | add functional tests for identity v3Guojian Shao2015-07-175-11/+279
|/ / | | | | | | | | | | | | add functional tests for endpoint, region and service. Change-Id: I504878811dc8f9fcb2295cbf7419885959d9c1f6 Implements: blueprint identity-functional-tests
* | Merge "Rename endpoint type to interface"Jenkins2015-07-1713-50/+46
|\ \ | |/ |/|
| * Rename endpoint type to interfaceTerryHowe2015-07-1513-50/+46
| | | | | | | | | | Change-Id: I4e21d09bc747e8210f4f79a1d6c4c7ccf2f25d1c Closes-Bug: #1454392
* | Merge "Drop py33 support for Liberty"Jenkins2015-07-172-2/+2
|\ \
| * | Drop py33 support for LibertyTerryHowe2015-07-132-2/+2
| | | | | | | | | | | | | | | | | | | | | Less is more: https://wiki.openstack.org/wiki/Python3 Change-Id: I8a98b72f85bb29a3663c654613ac0d70fddbc1b1
* | | Merge "only return endpoints that have url"Jenkins2015-07-172-2/+44
|\ \ \
| * | | only return endpoints that have urlGuojian Shao2015-07-162-2/+44
| | | | | | | | | | | | | | | | | | | | Change-Id: I97a502252c0c377fce573e92b83c0122812f6f80 Closes-Bug: #1474656
* | | | add --project-domain option for user v3Guojian Shao2015-07-163-8/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | user v3 create/set only support --project option, we need --project-domain to prevent collisions between project names exist. Change-Id: I2d62e5b9bb6df4c5c5a9542514faf2e4365bb18b Closes-Bug: #1475357
* | | | Fix the way we call find_resource when only using IDSteve Martinelli2015-07-161-6/+18
|/ / / | | | | | | | | | | | | Change-Id: I6fb08edd5499767863e0e67f363bcd9fff3aea60 Closes-Bug: 1475127
* | | Updated from global requirementsOpenStack Proposal Bot2015-07-153-4/+4
| | | | | | | | | | | | Change-Id: I0703a48d8c95617e687eea9eea7990d778d760b5
* | | Merge "Remove the --dhcp option to network list"Jenkins2015-07-143-85/+41
|\ \ \
| * | | Remove the --dhcp option to network listTerryHowe2015-07-083-85/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The --dhcp option lists agents, not networks. This does not make a lot of sense. Another command should be created to list agents. BackwardsIncompatibleImpact Closes-Bug: #1472613 Change-Id: I5ecfe3fc046a07eb64a4dabd41dbd99de7c2215f
* | | | temporarily skip help testsSteve Martinelli2015-07-131-0/+2
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We're trying to change cliff for the better, by improving the UX of the help command. But cliff tests against the tip of OSC. Temporarily skip the tests that are failing and then update them once the fix for cliff has been merged. The patch in question: https://review.openstack.org/#/c/201258/ Change-Id: Ie1e7ddd66477ddf4a3bafedad12934e900ace48f
* | | Merge "Fix interactive password prompt"Jenkins2015-07-131-1/+1
|\ \ \
| * | | Fix interactive password promptTerryHowe2015-07-131-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: Ie0e7a9cd6016b5c646a111a76e8372e10602a25c Closes-Bug: #1473862
* | | | Merge "add functional tests for identity v2"Jenkins2015-07-137-88/+462
|\ \ \ \
| * | | | add functional tests for identity v2Guojian Shao2015-07-107-88/+462
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | split test_identity.py into test_user.py, test_project, etc. To make functional tests run repeatedly without raising duplicated error, clean up resources before exiting each test case. Change-Id: I8f31ccbd70f1cccdab8b3720aac179e2e399486d Implements: blueprint identity-functional-tests
* | | | | Merge "Show which aggregate a hypervisor is member of"Jenkins2015-07-131-0/+23
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Show which aggregate a hypervisor is member ofDavid Moreau Simard2015-07-021-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds support for showing which host aggregates a hypervisor is member of, if any. It supports hypervisors with or without nova cells. Closes-bug: #1470875 Change-Id: I0cfe4f15fa8f8ba0be3295b79cd438998893114c
* | | | | Updated from global requirementsOpenStack Proposal Bot2015-07-121-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: Id0d62a51c35a4f7db5144dcbcde1888703fae378
* | | | | Merge "Remove testing of cliff command line options"Jenkins2015-07-122-31/+4
|\ \ \ \ \
| * | | | | Remove testing of cliff command line optionsTerryHowe2015-07-082-31/+4
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | These options are part of cliff, let cliff test them. Change-Id: I802c25ba80048607eef6909a21709dcda63231cc
* | | | | Merge "Fix address parsing for server ssh command"Jenkins2015-07-122-15/+91
|\ \ \ \ \
| * | | | | Fix address parsing for server ssh commandTerryHowe2015-07-082-15/+91
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There seem to be three formats for the server address field and the old code only supported the old format. This code adds a parser for all three formats. Change-Id: I7f12d2c69ff70556907ea6f31a0e0bba91b68b49 Closes-Bug: #1469843
* | | | | Merge "Fixes modules index generated by Sphinx"Jenkins2015-07-121-1/+1
|\ \ \ \ \
| * | | | | Fixes modules index generated by Sphinxlin-hua-cheng2015-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sphinx was always using (o)penstackclient for the prefix so the index wasn't very useful. Change-Id: Ie9f5d7fe428142bdb8027b422e3023418b48c428
* | | | | | Fix wrong mock method calllin-hua-cheng2015-07-115-6/+6
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no assert_called() method in mock, replace it with assert_called_with() method. The old method used to work with mock 1.0.1 because it was a noop in magicmock. Needs https://review.openstack.org/#/c/200583 to pass the requirements check. https://review.openstack.org/#/c/193935/ changed the OS_* vars we source by forcing v2password as the auth method. change our identity v3 test setup by setting v3password Co-Authored-By: Steve Martinelli <stevemar@ca.ibm.com> Closes-Bug: 1473454 Depends-on: I0cfab6d13e5d9e744cb302c86a2c21269923e75d Change-Id: Id22765c7e044797e03d19ad1b103fadec2726aa2
* | | | | Merge "openstack catalog list always returns publicURL for internalURL and ↵Jenkins2015-07-092-9/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | adminURL"
| * | | | | openstack catalog list always returns publicURL for internalURL and adminURLMartin Schuppert2015-07-082-9/+11
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this change 'openstack catalog list' returns the correspoding URL for publicURL, internalURL and adminURL in _format_endpoints . Change-Id: I5d946c9d70a2d3c22a7cc77067fec8e2e9aa4940 Closes-Bug: 1472629
* | | | | Imported Translations from TransifexOpenStack Proposal Bot2015-07-093-29/+23
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I053c9518ef01e008e63833494d2b51c44d3a64a7
* | | | Merge "add functional tests for identity v3"Jenkins2015-07-0710-60/+785
|\ \ \ \ | | |/ / | |/| |
| * | | add functional tests for identity v3Guojian Shao2015-07-0710-60/+785
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To make test cases more clearly, split test_identity.py into test_user.py, test_role, etc. Add more test cases for user, role, etc. Furthermore, to make functional tests run repeatedly without raising duplicated error, clean up resources before exiting each test case. Change-Id: I1541943ad0b8d4d8d1e72822c159fda243b3d1d7 Implements: blueprint identity-functional-tests
* | | | Merge "Add functional tests for volume set size"Jenkins2015-07-061-0/+7
|\ \ \ \
| * | | | Add functional tests for volume set sizeTerryHowe2015-06-111-0/+7
| | | | | | | | | | | | | | | | | | | | Change-Id: Ie369c6366e1d0632ab1892fd019f5b12528c195b
* | | | | Merge "Add functional tests for security group CRUD"Jenkins2015-07-061-0/+57
|\ \ \ \ \
| * | | | | Add functional tests for security group CRUDTerryHowe2015-06-101-0/+57
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib5bbd46c0454d7dbb541354d515430922569c994
* | | | | | Merge "Add functional tests for flavor metadata"Jenkins2015-07-061-0/+10
|\ \ \ \ \ \
| * | | | | | Add functional tests for flavor metadataTerryHowe2015-06-111-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iae7a3f61c0c9777ee2511558d8942243066a8c60
* | | | | | | Merge "Add flavor functional test"Jenkins2015-07-061-0/+46
|\ \ \ \ \ \ \ | |/ / / / / /