nova/nova/tests/objects
Dan Smith 047a0941df Add Flavor object
This patch adds the Flavor object and associated tests. It looks
mostly like the corresponding DB object, but without a nullable
flavorid attribute (which isn't actually optional). It also
makes a loadable 'projects' field with the associated project IDs
in it to avoid another object/interface for this simple thing.

Related to blueprint compute-manager-objects

Change-Id: Ib50a4efe874d6f19f5fc1178eb253ec8487f3808
2013-12-05 07:29:36 -08:00
..
__init__.py Add base object model 2013-05-29 10:46:52 -07:00
test_aggregate.py Add missing key attribute to AggregateList.get_by_host() 2013-10-14 16:49:37 -07:00
test_compute_node.py Stored metrics into compute_nodes as a json dictionary 2013-10-25 09:31:37 +08:00
test_fields.py Add FloatField for objects 2013-11-22 11:14:06 -08:00
test_flavor.py Add Flavor object 2013-12-05 07:29:36 -08:00
test_instance.py Utilizes assertIsNone and assertIsNotNone - tests/etc 2013-10-31 06:06:02 +09:00
test_instance_action.py Utilizes assertIsNone and assertIsNotNone - tests/etc 2013-10-31 06:06:02 +09:00
test_instance_fault.py Utilizes assertIsNone and assertIsNotNone - tests/etc 2013-10-31 06:06:02 +09:00
test_instance_group.py Utilize assertIsInstance 2013-10-09 13:03:43 +08:00
test_instance_info_cache.py Utilizes assertIsNone and assertIsNotNone - tests/etc 2013-10-31 06:06:02 +09:00
test_keypair.py Clean up object comparison routines in tests 2013-09-09 14:45:09 -07:00
test_migration.py Periodic task _poll_unconfirmed_resizes can now use slave db 2013-11-20 20:17:30 -07:00
test_objects.py Utilizes assertIsNone and assertIsNotNone - tests/etc 2013-10-31 06:06:02 +09:00
test_pci_device.py Utilizes assertIsNone and assertIsNotNone - tests/etc 2013-10-31 06:06:02 +09:00
test_quotas.py Utilizes assertIsNone and assertIsNotNone - tests/etc 2013-10-31 06:06:02 +09:00
test_security_group.py Make SecurityGroup receive context 2013-10-15 12:19:02 -07:00
test_security_group_rule.py Add SecurityGroupRule object 2013-10-29 06:53:44 -07:00
test_service.py Make Instance.refresh() extra careful about recursive loads 2013-09-25 12:50:34 -07:00