summaryrefslogtreecommitdiff
path: root/nova/tests/unit/pci/test_stats.py
Commit message (Expand)AuthorAgeFilesLines
* Strictly follow placement allocation during PCI claimBalazs Gibizer2023-01-051-3/+98
* Store allocated RP in InstancePCIRequestBalazs Gibizer2022-12-211-0/+69
* Filter PCI pools based on Placement allocationBalazs Gibizer2022-10-171-11/+349
* Map PCI pools to RP UUIDsBalazs Gibizer2022-10-171-0/+115
* Split PCI pools per PFBalazs Gibizer2022-10-171-80/+168
* Support resource_class and traits in PCI aliasBalazs Gibizer2022-10-171-0/+77
* Trigger reschedule if PCI consumption fail on computeBalazs Gibizer2022-08-251-9/+33
* Rename [pci]passthrough_whitelist to device_specBalazs Gibizer2022-08-101-20/+51
* Remove double mockingBalazs Gibizer2022-08-021-16/+7
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+2
* Fix typosRajesh Tailor2022-05-301-1/+1
* Introduce remote_managed tag for PCI devsDmitrii Shcherbakov2022-02-091-13/+214
* pci: Add vDPA vnic to PCI request mapping and filteringSean Mooney2021-03-161-18/+56
* pci: implement the 'socket' NUMA affinity policyArtom Lifshitz2021-03-101-1/+29
* pci: track host NUMA topology in statsArtom Lifshitz2021-03-081-7/+9
* pci: Add a '_filter_pools' helper functionStephen Finucane2020-11-261-0/+1
* Update pci stat pools based on PCI device changesHemanth Nakkina2020-10-151-0/+24
* objects: Introduce 'pcpuset' field for InstanceNUMACellWang Huaqiang2020-07-141-13/+41
* Address nits in I46d483f9de6776db1b025f925890624e5e682adaStephen Finucane2018-01-021-8/+44
* Add PCI NUMA policiesSergey Nikitin2017-12-221-25/+178
* [3/3]Replace six.iteritems() with .items()Spencer Yu2017-02-091-2/+1
* Changed NUMACell to InstanceNUMACell in test_stats.pySergey Nikitin2016-12-131-14/+11
* Use more specific asserts in testsGábor Antal2016-10-121-4/+3
* conf: Move PCI options to a PCI groupStephen Finucane2016-09-291-3/+3
* Merge "Enable python34 tests for nova.tests.unit.pci.test_manager and test_st...Jenkins2016-07-281-12/+17
|\
| * Enable python34 tests for nova.tests.unit.pci.test_manager and test_statsBeliveau, Ludovic2016-07-041-12/+17
* | Fix invalid import orderbhagyashris2016-07-041-2/+1
|/
* Use assertNotIn instead of assertTrue(all(A != B))Stephen Finucane2016-06-031-2/+2
* pci: related updates are done without DB lookupsNikola Dipanov2016-06-011-81/+53
* pci: avoid parsing whitelist repeatedlyGiridhar Jayavelu2016-03-091-1/+17
* pci: store context when creating pci devicesVladik Romanovsky2016-01-191-10/+14
* pci: adding support to specify a device_type in pci requestsVladik Romanovsky2016-01-131-0/+131
* Merge "Change assertEqual(True/False) to assertTrue/False"Jenkins2016-01-121-3/+3
|\
| * Change assertEqual(True/False) to assertTrue/FalseAyush Garg2016-01-111-3/+3
* | objects: adding a parent_addr field to the PciDevice objectVladik Romanovsky2016-01-111-0/+6
|/
* pci: Remove get_pci_devices_filter() methodJay Pipes2015-08-111-19/+7
* resource tracker style pci resource managementYongli he2015-08-051-6/+3
* cleanup NovaObjectDictCompat subclassing from pci_deviceSudipta Biswas2015-07-211-4/+4
* Merge "Cleanups for pci stats in preparation for RT using ComputeNode"Jenkins2015-06-031-1/+1
|\
| * Cleanups for pci stats in preparation for RT using ComputeNodePaul Murray2015-05-231-1/+1
* | Replace dict.iteritems() with six.iteritems(dict)Victor Stinner2015-05-221-1/+3
|/
* Add equality operators to PciDeviceStats and PciDevice objectsMoshe Levi2015-04-201-0/+15
* objects: introduce numa topology limits objectsSahid Orentino Ferdjaoui2015-03-121-9/+8
* Change how the API is getting a list of compute nodesSylvain Bauza2015-02-131-3/+2
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-1/+1
* PCI NUMA filteringPrzemyslaw Czesnowicz2015-02-041-13/+64
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+267