summaryrefslogtreecommitdiff
path: root/nova/tests/unit/objects/test_instance_pci_requests.py
Commit message (Expand)AuthorAgeFilesLines
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+2
* objects: Remove 'NovaObjectDictCompat' from 'InstancePCIRequest'Stephen Finucane2022-03-231-17/+0
* db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-091-1/+1
* Remove stale nested backport from InstancePCIRequestsDan Smith2020-04-211-14/+0
* [FUP] Follow-up patch for SR-IOV live migrationAdrian Chiris2019-07-021-0/+18
* Fix invalid assertIsNone stateszhufl2019-06-281-1/+1
* objects: Store InstancePCIRequest.numa_policy in DBStephen Finucane2019-03-061-0/+5
* Record requester in the InstancePCIRequestBalazs Gibizer2019-02-281-1/+18
* Use uuidsentinel from oslo.utilsEric Fried2018-09-051-1/+1
* Use nova.db.api directlyChris Dent2018-07-101-1/+1
* objects: Add PCI NUMA policy fieldsStephen Finucane2017-12-201-0/+26
* pci: Deprecate is_new from pci requestsMoshe Levi2016-06-211-24/+0
* Fix invalid uuid warnings in objects testcasessrushti2016-04-201-7/+8
* pci: Remove objects.InstancePCIRequests.save()Jay Pipes2015-08-191-51/+0
* Fix handling of pci_requests in consume_from_instance.Przemyslaw Czesnowicz2015-04-171-0/+17
* Use list of requests in InstancePCIRequests.obj_from_db.Przemyslaw Czesnowicz2015-04-171-0/+10
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-1/+1
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+191