summaryrefslogtreecommitdiff
path: root/nova/tests/unit/objects/test_flavor.py
Commit message (Expand)AuthorAgeFilesLines
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+1
* Add autopep8 to tox and pre-commitSean Mooney2021-11-081-0/+1
* db: Enable auto-generation of migrationsStephen Finucane2021-08-091-2/+4
* db: Post reshuffle cleanupStephen Finucane2021-08-091-2/+2
* db: Move remaining 'nova.db.sqlalchemy' modulesStephen Finucane2021-08-091-2/+2
* db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-091-1/+1
* tests: Merge flavor testsStephen Finucane2021-03-291-0/+123
* Fix all invalid obj_make_compatible test caseYikun Jiang2018-07-271-1/+4
* Add Flavor.description attributeMatt Riedemann2017-11-051-0/+44
* Remove compatibility code for flavorsMatt Riedemann2017-09-051-252/+45
* handle uninited fields in notification payloadBalazs Gibizer2017-03-031-6/+14
* Notifications for flavor operationsliyingjun2017-01-091-0/+2
* Make flavor-manage api call destroy with Flavor objectHans Lindgren2016-05-191-6/+9
* Block flavor creation until main database is emptyDan Smith2016-04-011-18/+22
* Make Flavor create() and destroy() work against API DBDan Smith2016-04-011-23/+47
* Make flavor extra_specs operations work against the API DBDan Smith2016-03-241-3/+55
* Make Flavor access routines work against API databaseDan Smith2016-03-241-4/+83
* Make FlavorList.get_all() return results from the API and main DBsDan Smith2016-03-231-16/+116
* Make Flavor.get operations prefer the API databaseDan Smith2016-03-171-0/+85
* Move to using ovo's remotable decoratorsDan Smith2015-07-281-3/+2
* initialize objects with context in Flavor object testsmelanie witt2015-01-061-6/+6
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+253