summaryrefslogtreecommitdiff
path: root/nova/tests/unit/test_flavors.py
Commit message (Expand)AuthorAgeFilesLines
* 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