nova/nova/tests/unit/objects
yunhong jiang e948aebda7 Add VirtCPUModel nova objects
The VirtCPUModel is to present the guest cpu modelling. As
this is a quite new object, no from/to_dict function is needed.

The VirtCPUModel object has limitation to the arch and mode,
but not for model or features, so that no update needed when
new CPU model or features are released.

Co-authored: Daniel P. Berrange <berrange@redhat.com>
Change-Id: Ied869f587981804fa23f6b705b5da98a509790e2
Implements: blueprint resource-objects
2015-02-09 10:26:10 +11:00
..
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_agent.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_aggregate.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
test_bandwidth_usage.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
test_block_device.py Add update_or_create flag to BDM objects create() 2015-01-30 09:32:11 +01:00
test_compute_node.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
test_dns_domain.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_ec2.py initialize objects with context in EC2 object tests 2015-01-06 20:49:47 +00:00
test_external_event.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_fields.py Add enum fieldtype field 2015-02-09 10:25:22 +11:00
test_fixed_ip.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
test_flavor.py initialize objects with context in Flavor object tests 2015-01-06 20:49:47 +00:00
test_floating_ip.py Optimize 'floating_ip_bulk_create' function 2014-12-01 20:12:06 +04:00
test_hv_spec.py compute: rename hvtype.py to hv_type.py 2014-11-20 11:26:39 +00:00
test_instance.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
test_instance_action.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
test_instance_fault.py initialize objects with context in InstanceFault object tests 2015-01-08 06:50:05 +00:00
test_instance_group.py initialize objects with context in InstanceGroup object tests 2015-01-08 06:50:05 +00:00
test_instance_info_cache.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_instance_numa_topology.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
test_instance_pci_requests.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
test_keypair.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
test_migration.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
test_network.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_network_request.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_numa.py Make numa_usage_from_instances consider CPU pinning 2015-01-13 18:42:49 +01:00
test_objects.py Add VirtCPUModel nova objects 2015-02-09 10:26:10 +11:00
test_pci_device.py Add numa_node to PCIDevice 2015-01-06 12:08:53 +00:00
test_pci_device_pool.py Add to_dict() method to PciDevicePool object 2015-01-22 12:15:37 +01:00
test_quotas.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_security_group.py initialize objects with context in SecurityGroup object tests 2015-01-08 06:50:05 +00:00
test_security_group_rule.py initialize objects with context in SecurityGroupRule object tests 2015-01-08 06:50:05 +00:00
test_service.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
test_tag.py initialize objects with context in Tag object tests 2015-01-15 17:33:35 +00:00
test_vcpu_model.py Add VirtCPUModel nova objects 2015-02-09 10:26:10 +11:00
test_virt_cpu_topology.py Convert hardware.VirtCPUTopology to nova object 2014-11-20 09:14:25 -05:00
test_virtual_interface.py initialize objects with context in VirtualInterface object tests 2015-01-15 17:33:35 +00:00