nova/nova/tests/unit/objects
Artom Lifshitz 8dbfecd663 Add cpuset_reserved helper to instance NUMA topology
When we pin emulator threads with the `isolate` policy, those pins are
stored in the `cpuset_reserved` field in each NUMACell. In subsequent
patches we'll need those pins for the whole instance, so this patch
adds a helper property that does this for us, similar to how the
`cpu_pinning` property helper currently works.

Related-bug: 2056612
Change-Id: I8597f13e8089106434018b94e9bbc2091f95fee9
2024-03-08 20:31:19 -05:00
..
__init__.py
test_aggregate.py Use unittest.mock instead of third party mock 2022-08-01 17:46:26 +02:00
test_block_device.py BlockDeviceMapping: Add is_local property 2022-08-02 21:25:47 +00:00
test_build_request.py Use unittest.mock instead of third party mock 2022-08-01 17:46:26 +02:00
test_cell_mapping.py Use unittest.mock instead of third party mock 2022-08-01 17:46:26 +02:00
test_compute_node.py Abort startup if nodename conflict is detected 2023-02-01 09:23:33 -08:00
test_console_auth_token.py enforce remote console shutdown 2024-02-27 13:23:49 +00:00
test_diagnostics.py Added nova objects for intance diagnostics 2017-05-30 00:39:44 +04:00
test_ec2.py Use unittest.mock instead of third party mock 2022-08-01 17:46:26 +02:00
test_external_event.py Use unittest.mock instead of third party mock 2022-08-01 17:46:26 +02:00
test_fields.py Merge "objects: Don't use generic 'Field' container" 2022-08-11 03:36:19 +00:00
test_flavor.py Use unittest.mock instead of third party mock 2022-08-01 17:46:26 +02:00
test_host_mapping.py Use unittest.mock instead of third party mock 2022-08-01 17:46:26 +02:00
test_hv_spec.py objects: Move 'vm_mode' to 'fields.VMMode' 2016-11-25 16:19:44 +00:00
test_image_meta.py Add hw_ephemeral_encryption_secret_uuid image property 2024-02-28 08:46:01 +00:00
test_instance.py objects: Stop fetching from security_groups table 2023-09-13 13:18:29 +01:00
test_instance_action.py Use unittest.mock instead of third party mock 2022-08-01 17:46:26 +02:00
test_instance_device_metadata.py Use unittest.mock instead of third party mock 2022-08-01 17:46:26 +02:00
test_instance_fault.py Use unittest.mock instead of third party mock 2022-08-01 17:46:26 +02:00
test_instance_group.py Use unittest.mock instead of third party mock 2022-08-01 17:46:26 +02:00
test_instance_info_cache.py Use unittest.mock instead of third party mock 2022-08-01 17:46:26 +02:00
test_instance_mapping.py Use unittest.mock instead of third party mock 2022-08-01 17:46:26 +02:00
test_instance_numa.py Add cpuset_reserved helper to instance NUMA topology 2024-03-08 20:31:19 -05:00
test_instance_pci_requests.py Use unittest.mock instead of third party mock 2022-08-01 17:46:26 +02:00
test_keypair.py Use unittest.mock instead of third party mock 2022-08-01 17:46:26 +02:00
test_migrate_data.py Augment the LibvirtLiveMigrateData object 2024-01-30 20:45:08 +01:00
test_migration.py Add dest_compute_id to Migration object 2023-05-31 07:13:16 -07:00
test_migration_context.py Use unittest.mock instead of third party mock 2022-08-01 17:46:26 +02:00
test_monitor_metric.py Fix MonitorMetric obj_make_compatible 2016-09-12 14:10:41 +00:00
test_network_request.py smartnic support - new vnic type 2021-08-05 15:58:25 +08:00
test_numa.py libvirt: start tracking NUMACell.socket for hosts 2021-02-21 11:30:07 -05:00
test_objects.py Merge "Add support for showing requested az in output" 2024-03-01 20:39:00 +00:00
test_pci_device.py Translate VF network capabilities to port binding 2023-10-17 13:31:04 +00:00
test_pci_device_pool.py Return empty PciDevicePoolList obj instead of None 2015-09-11 21:20:01 +02:00
test_quotas.py Use unittest.mock instead of third party mock 2022-08-01 17:46:26 +02:00
test_request_spec.py Allow enabling PCI scheduling in Placement 2023-01-05 17:25:27 +01:00
test_resource.py Use unittest.mock instead of third party mock 2022-08-01 17:46:26 +02:00
test_security_group.py Use unittest.mock instead of third party mock 2022-08-01 17:46:26 +02:00
test_selection.py Add Selection.availability_zone field 2019-10-02 13:39:24 -04:00
test_service.py Use unittest.mock instead of third party mock 2022-08-01 17:46:26 +02:00
test_share_mapping.py Attach Manila shares via virtiofs (objects) 2024-01-22 18:10:22 +01:00
test_tag.py Use unittest.mock instead of third party mock 2022-08-01 17:46:26 +02:00
test_task_log.py Use unittest.mock instead of third party mock 2022-08-01 17:46:26 +02:00
test_trusted_certs.py Use unittest.mock instead of third party mock 2022-08-01 17:46:26 +02:00
test_vcpu_model.py objects: Move 'cpumodel' to 'fields.CPU*' 2016-11-25 16:19:43 +00:00
test_virt_cpu_topology.py Convert hardware.VirtCPUTopology to nova object 2014-11-20 09:14:25 -05:00
test_virtual_interface.py Use unittest.mock instead of third party mock 2022-08-01 17:46:26 +02:00
test_volume_usage.py Use unittest.mock instead of third party mock 2022-08-01 17:46:26 +02:00