This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Nova 2011.2 docs or all OpenStack docs too.

The nova.tests.api.openstack.test_flavors_extra_specs Module

class nova.tests.api.openstack.test_flavors_extra_specs.FlavorsExtraSpecsTest(methodName='runTest')

Bases: nova.test.TestCase

setUp()
test_create()
test_create_empty_body()
test_delete()
test_index()
test_index_no_data()
test_show()
test_show_spec_not_found()
test_update_item()
test_update_item_body_uri_mismatch()
test_update_item_empty_body()
test_update_item_too_many_keys()
nova.tests.api.openstack.test_flavors_extra_specs.delete_flavor_extra_specs(context, flavor_id, key)
nova.tests.api.openstack.test_flavors_extra_specs.return_create_flavor_extra_specs(context, flavor_id, extra_specs)
nova.tests.api.openstack.test_flavors_extra_specs.return_empty_flavor_extra_specs(context, flavor_id)
nova.tests.api.openstack.test_flavors_extra_specs.return_flavor_extra_specs(context, flavor_id)
nova.tests.api.openstack.test_flavors_extra_specs.stub_flavor_extra_specs()