summaryrefslogtreecommitdiff
path: root/nova/tests/unit/test_flavors.py
Commit message (Expand)AuthorAgeFilesLines
* add new test fixture flavor with extra_specsChris Friesen2017-06-011-1/+1
* Merge "Move some flavor fakes closer to where they are being used"Jenkins2016-10-181-37/+0
|\
| * Move some flavor fakes closer to where they are being usedHans Lindgren2016-08-171-37/+0
* | Merge "Replace flavors.get_all_flavors_sorted_list() with object call"Jenkins2016-10-181-38/+0
|\ \ | |/
| * Replace flavors.get_all_flavors_sorted_list() with object callHans Lindgren2016-08-171-38/+0
* | Using assertIsNotNone() instead of assertIsNot(None,)Luong Anh Tuan2016-09-121-3/+3
|/
* Return 400 HTTP error for invalid flavor attributesdineshbhor2016-05-261-3/+3
* Make flavor-manage api call destroy with Flavor objectHans Lindgren2016-05-191-12/+1
* remove FlavorCreateFailed exceptionSean Dague2016-05-171-2/+2
* Make Flavor create() and destroy() work against API DBDan Smith2016-04-011-31/+1
* Objectify some tests in test_compute and test_flavorsDan Smith2016-03-231-2/+2
* Fixes dict keys and items references for Python 3Claudiu Belu2015-12-071-1/+1
* Remove flavors.get_flavor() only used in testsHans Lindgren2015-11-131-18/+1
* Remove flavors.get_all_flavors() only used in testsHans Lindgren2015-11-061-83/+9
* Support flavor object in migrate_disk_and_power_offQin Zhao2015-06-191-0/+8
* Replace dict.iteritems() with six.iteritems(dict)Victor Stinner2015-05-221-1/+3
* Avoid KeyError Exception in extract_flavor()Trung Trinh2015-03-051-0/+7
* Expand valid resource name character setChris St. Pierre2014-12-181-4/+5
* object-ify flavors api and compute/api side of RPCmelanie witt2014-11-131-103/+71
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+593