summaryrefslogtreecommitdiff
path: root/tempest/api/image
Commit message (Expand)AuthorAgeFilesLines
* Add retries to more glance location testsDan Smith2023-02-171-33/+25
* Fix retry_bad_request() context managerDan Smith2023-02-091-20/+21
* Retry glance add/update locations on BadRequestDan Smith2023-02-071-4/+31
* Add replace location testDan Smith2022-10-281-3/+38
* Add tests for image location manipulationDan Smith2022-10-281-0/+242
* Fix image import tests for read-only storesDan Smith2022-10-111-3/+5
* Add testing for glance-download import methodDan Smith2022-08-241-3/+138
* Allow free-form image import parametersDan Smith2022-08-192-2/+2
* Add tempest coverage for new cache APIAbhishek Kekane2022-07-271-0/+153
* Fix test_basic_metadata_definition_namespacesBenny Kopilov2022-04-111-0/+1
* Add wait to check the import task statusGhanshyam Mann2021-04-301-6/+4
* Merge "Make image metadef tests admin-only"Zuul2021-03-176-11/+11
|\
| * Make image metadef tests admin-onlyDan Smith2021-03-126-11/+11
* | Merge "Negative test for web-download import"Zuul2021-03-111-0/+62
|\ \ | |/ |/|
| * Negative test for web-download importDan Smith2021-03-071-0/+62
* | Add image task validationDan Smith2021-03-091-1/+18
* | Test glance distributed importDan Smith2021-03-031-14/+62
|/
* Remove usage of sixsongwenping2021-02-224-16/+15
* Merge "Test glance reserved properties"Zuul2021-02-161-0/+42
|\
| * Test glance reserved propertiesDan Smith2021-01-181-0/+42
* | Make import wait check for store statusDan Smith2021-02-081-2/+2
* | Fix memory explosion in multi-store image testsDan Smith2021-01-141-1/+1
|/
* Fix TypeError when there exists image with size Nonezhufl2020-11-251-1/+2
* Add glance image import copy-image testsGhanshyam Mann2020-10-291-0/+68
* Add glance multistore testsPranaliD2020-09-252-0/+100
* Add glance image import web-download testsGhanshyam Mann2020-07-281-19/+45
* Tempest tests for glance import workflowAbhishek Kekane2020-07-241-0/+58
* Merge "Adding description for testcases - image part2"Zuul2020-05-219-25/+55
|\
| * Adding description for testcases - image part2zhufl2020-04-219-25/+55
* | Adding description for testcases - image part1zhufl2020-04-219-26/+51
|/
* Move upload/download image action to right placewangxiyuan2019-09-171-11/+7
* Add missing ws seperator between words part 2Sergey Vilgelm2018-12-221-1/+1
* Fix an assert sequence in test_image_share_acceptzhufl2018-09-121-1/+1
* Check status code when downloading empty fileKen'ichi Ohmichi2018-05-111-0/+11
* Fix code to pass pep8 Tox environment.Federico Ressi2018-04-121-6/+6
* Update image using 'owner' parameterlkuchlan2018-02-271-0/+18
* Merge "Create image using 'owner' parameter"Zuul2018-02-213-0/+43
|\
| * Create image using 'owner' parameterlkuchlan2018-02-143-0/+43
* | Fix misuse of assertTrueTakashi NATSUME2018-02-201-1/+1
* | Fix image namespace test loggingJan Kasiak2018-02-081-3/+4
|/
* Merge "Remove BaseV*ImageAdminTest class"Zuul2018-02-061-20/+0
|\
| * Remove BaseV*ImageAdminTest classMasayuki Igawa2017-12-281-20/+0
* | Remove 'deactivate_image' config optionsghanshyam2018-01-121-4/+0
|/
* Use addClassResourceCleanup in BaseImageTestzhufl2017-11-061-10/+4
* Remove unused variable assignmentzhufl2017-08-181-1/+1
* Use assert(Not)Empty,IsNotNone instead of assert(Not)Equal,GreaterEqual(0, le...Masayuki Igawa2017-06-051-1/+1
* Remove undefined variable in exception messagelkuchlan2017-05-241-1/+2
* Replace assertEqual([], items) with assertEmpty(items)jeremy.zhang2017-05-161-1/+1
* test.py: stop using aliases for creds managerJordan Pittier2017-04-262-16/+17
* Move 'test_admin_deactivate_reactivate_image' test under non-admin directorylkuchlan2017-04-214-58/+37