summaryrefslogtreecommitdiff
path: root/functional/tests
Commit message (Collapse)AuthorAgeFilesLines
* set image api to 1 for functional testsSteve Martinelli2015-09-161-0/+2
| | | | | | | | | devstack now defaults to image api v2, but osc does not support v2 image create. set the functional tests to use v1 for now to unwedge the gate. Closes-Bug: #1496337 Change-Id: Ia02ed761446b8de52c932a424b9c423691ebcceb
* Automate flavors, networks, and image getTerryHowe2015-08-221-9/+29
| | | | | | | | Functional tests rely on some sort of configuration and rather than configure something right now, how about it pulls something from the middle of the available list. Change-Id: I8147e40e5ee7393d8a8dcf1b0beb48856f28af7e
* Merge "additional functional tests for identity providers"Jenkins2015-08-222-0/+35
|\
| * additional functional tests for identity providersKelvin Lui2015-08-212-0/+35
| | | | | | | | | | | | | | | | | | | | | | add tests for: * delete * set * list * show Change-Id: Ibe34f28d7ae77d139a6e0edf4fe04215c371c9a8
* | unwedge the osc gateSteve Martinelli2015-08-211-1/+1
| | | | | | | | | | | | | | | | | | keystone added a new property to projects, called is_domain. our functional tests fail because we are not expecting that in the project's 'show' command. Change-Id: Idf05118155847e3a6002818c44b99825801ea9f4 Related-Bug: #1487600
* | Skip functional test: test_server_upSteve Martinelli2015-08-101-0/+3
|/ | | | | | | | seems like test_server_up is causing intermittent issues in our CI, skipping for now, so we can proceed with merging code. Change-Id: Id41a78e703d7b416dfdc9a7bc95b19a8999192e3 Related-Bug: 1483422
* Add functional test for volume type create --propertyRobert Francis2015-08-051-7/+11
| | | | | | | Combine test_volume_set_one_propety and test_volume_type_set_unset_properties. Change-Id: Ia8862a59161f6a15880b87ea305fb5bb15c31300
* Merge "Added a new function test for volume type set"Jenkins2015-08-031-2/+13
|\
| * Added a new function test for volume type setJP Parkin2015-08-031-2/+13
| | | | | | | | | | | | | | This is a new test to validate the setting of one property for an existing volume type Change-Id: Ia9a7d86ce9b0d8df9d64ddc1df2d443843bba5ef
* | Merge "Introduce functional test for Identity Provider"Jenkins2015-08-032-0/+39
|\ \ | |/ |/|
| * Introduce functional test for Identity ProviderKelvin Lui2015-08-012-0/+39
| | | | | | | | | | | | Identity Provider currently doesn't have test coverage. Change-Id: Iea2e705f9d2303f58516f08a7526135988032025
* | Merge "Removed unnecessary assignment of function result Joined lines together"Jenkins2015-08-011-4/+2
|\ \
| * | Removed unnecessary assignment of function resultJoe Wigglesworth2015-07-311-4/+2
| | | | | | | | | | | | | | | | | | Joined lines together Change-Id: Iffe19c309369301137cfd52c8ea1aa988ce39f7e
* | | Merge "Added test for `volume type show`"Jenkins2015-07-311-0/+5
|\ \ \
| * | | Added test for `volume type show`Kenneth Chu2015-07-301-0/+5
| | |/ | |/| | | | | | | Change-Id: I05bbbdd8389f57d567b02391cbbc52448a9a2e7a
* | | Merge "Set OS_VOLUME_API_VERSION before running functional tests"Jenkins2015-07-303-4/+27
|\ \ \ | |_|/ |/| |
| * | Set OS_VOLUME_API_VERSION before running functional testsSteve Martinelli2015-07-303-4/+27
| |/ | | | | | | | | | | For v1 functional tests, set the env. var. Change-Id: I6c554932bdb8f99438d4f2ae855eb16c5bb3a357
* | Merge "New test for configuration show --mask"Jenkins2015-07-301-2/+9
|\ \
| * | New test for configuration show --maskYunpeng Li2015-07-301-2/+9
| | | | | | | | | | | | Change-Id: I56bb110d25b9f05cb1a706ecc5bbf5b6b154b240
* | | Merge "add new test for configuration show unmask"Jenkins2015-07-301-0/+8
|\ \ \ | |/ /
| * | add new test for configuration show unmaskJohn Keenleyside2015-07-301-0/+8
| | | | | | | | | | | | Change-Id: Ib85bfa627f4ddee9e017f148c86a6d7d640bfba4
* | | Merge "New test for configuration show"Jenkins2015-07-302-0/+23
|\ \ \ | |/ / | | / | |/ |/|
| * New test for configuration showManuel Silveyra2015-07-292-0/+23
| | | | | | | | | | | | Creates a new common file for configuration tests. Change-Id: Id4c26759dfec5d508b762d0b54386f258a362971
* | Add functional tests for volume type listRadu Mateescu2015-07-291-0/+40
|/ | | | | | add tests for `os volume type list` Change-Id: Icd874b9cfac9376cc410041806fac64f1ff0c59d
* Add functional tests server rebootTerryHowe2015-07-181-1/+4
| | | | Change-Id: I1699ac826519ccc177159423c7b6727ffaf4abff
* Add functional tests server IP attach and detachTerryHowe2015-07-181-0/+21
| | | | Change-Id: Id87a5474e2df80c9ef84a6c554f12116302a38b3
* 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 "enhance tests for user v3"Jenkins2015-07-182-3/+39
|\ \
| * | enhance tests for user v3Guojian Shao2015-07-172-3/+39
| | | | | | | | | | | | | | | 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
* | 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 "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
* | Fix wrong mock method calllin-hua-cheng2015-07-111-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 "add functional tests for identity v3"Jenkins2015-07-078-60/+764
|\ \ | |/
| * add functional tests for identity v3Guojian Shao2015-07-078-60/+764
| | | | | | | | | | | | | | | | | | | | | | 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
|\ \ \ \ | |/ / /
| * | | Add flavor functional testTerryHowe2015-06-111-0/+46
| |/ / | | | | | | | | | Change-Id: I3166e1c3fb0f9b89cff8f083d30cb15e7196f59a
* | | Merge "Add functional tests for server CRUD"Jenkins2015-07-051-0/+55
|\ \ \ | |_|/ |/| |
| * | Add functional tests for server CRUDTerryHowe2015-06-111-0/+55
| |/ | | | | | | Change-Id: I77f292d47a9bea6a5b486ce513c0c19ec8c845dd
* | Add functional tests for image setTerryHowe2015-06-161-1/+22
|/ | | | | | | | | | | | | | | | This patch includes functional tests for image set and it includes a change to use the OSC utils.format_dict method to format the properties. This will give a more user friendly format to the image commands and it gives a more consistent testable format to the output. Instead of: {u'a': u'b', u'c': u'd'} The user will see: a=b, c=d Change-Id: Ib396316586ffc5dbab231064d5b6dc9425507934