summaryrefslogtreecommitdiff
path: root/tempest/api/compute/admin/test_flavors.py
Commit message (Expand)AuthorAgeFilesLines
* Remove compute api_extensions config optionGhanshyam Mann2022-05-051-8/+0
* Fix flavor swap default value for compute microversion 2.75zhufl2020-06-051-1/+4
* Adding description for testcases - compute part2zhufl2020-04-161-13/+27
* Move test decorators to commonAndrea Frittoli2017-08-231-2/+2
* test.py: stop using aliases for creds managerJordan Pittier2017-04-261-1/+1
* Use tempest.lib data_utils - computeKen'ichi Ohmichi2017-03-101-1/+1
* Remove unnecessary int castingzhufl2017-02-211-1/+1
* admin/test_flavors: some code cleanup and factorizationJordan Pittier2017-02-141-55/+32
* Remove redundant setup_client methodlkuchlan2017-02-131-14/+10
* Add create_flavor in compute.basezhufl2017-02-101-98/+44
* Switch to decorators.idempotent_id on compute.adminKen'ichi Ohmichi2017-01-281-10/+11
* Avoid local variable referenced before assignmentguo yunxian2016-09-251-0/+1
* Add pep8 check to use data_utils.rand_uuid()Ken'ichi Ohmichi2016-04-191-1/+1
* Use tempest.lib code in tempestAndrea Frittoli (andreaf)2016-02-241-2/+1
* Fix H404/405 violations for api tests(3/3)Ken'ichi Ohmichi2015-11-191-4/+1
* Make create_server use **kwargsKen'ichi Ohmichi2015-09-161-1/+2
* Return complete response from flavors_client part-1ghanshyam2015-08-241-17/+18
* Make create_flavor use **kwargsKen'ichi Ohmichi2015-08-031-38/+38
* Use the prefix-embedded rand_name methodFei Long Wang2015-07-061-1/+1
* Merge list_flavors_with_detail to list_flavorsKen'ichi Ohmichi2015-06-221-6/+6
* Apply a naming rule of GET to compute clients(f*)Ken'ichi Ohmichi2015-06-081-2/+2
* remove gate tag (part 1)Sean Dague2015-04-271-10/+0
* Merge "Remove migrated utils code"Jenkins2015-03-101-2/+3
|\
| * Remove migrated utils codeMatthew Treinish2015-03-061-2/+3
* | Split resource_setup for compute testsRohan Kanade2015-03-091-2/+10
|/
* Add UUIDs to all tempest tests and gate checkChris Hoge2015-02-261-0/+10
* Change tempest BadRequest exc to tempest-lib excMasayuki Igawa2015-02-161-2/+2
* Change flavors client to return one value and update testsDavid Kranz2015-02-091-69/+56
* delete all compute xml testsSean Dague2014-11-251-4/+0
* Fix the flavor ram string valueKen'ichi Ohmichi2014-10-291-1/+1
* Migrate computev2 API tests to resource_* fixturesAndrea Frittoli2014-09-181-2/+2
* Enable E113,E111,H302,F812,E713 rulesMatthew Treinish2014-06-171-1/+1
* Clarify API extension description of Nova APIKen'ichi Ohmichi2014-06-041-2/+2
* Enable private flavors testsSantiago Baldassin2014-03-271-1/+0
* Test current tenant not added to private flavorSantiago Baldassin2014-03-241-3/+5
* Cleanup _interface class variables in computeMasayuki Igawa2014-03-051-2/+0
* unskip test_list_non_public_flavorAttila Fazekas2014-02-181-1/+0
* Remove vim headersMasayuki Igawa2014-01-201-2/+0
* add some negative tests for flavorLingxian Kong2013-12-171-77/+0
* Add config options for enabled extensionsMatthew Treinish2013-12-091-21/+19
* Enable a uuid flavorKen'ichi Ohmichi2013-11-271-6/+27
* Cleanup using about the data_utils module and functionsMasayuki Igawa2013-11-231-28/+27
* add tests for show and update of Flavor Extra Spec API extensionivan-zhu2013-10-301-18/+14
* add BaseV2ComputeTest as the base class of nova v2 api testsivan-zhu2013-10-181-1/+1
* introduces skip_because decoratorGiulio Fidente2013-10-041-3/+2
* Replace OpenStack LLC with OpenStack FoundationZhiQiang Fan2013-09-211-1/+1
* Merge "assertEquals is deprecated, use assertEqual"Jenkins2013-09-181-2/+2
|\
| * assertEquals is deprecated, use assertEqualChang Bo Guo2013-09-161-2/+2
* | Add a create_server test for flavor authorizationKen'ichi Ohmichi2013-09-061-0/+20
|/
* add flavor creation testsZhi Kun Liu2013-09-031-0/+38