The nova.tests.api.openstack.compute.test_image_metadata Module

class ImageMetaDataTest(*args, **kwargs)

Bases: nova.test.TestCase

setUp()
test_create()
test_create_image_not_found()
test_delete()
test_delete_image_not_found()
test_delete_not_found()
test_index()
test_show()
test_show_image_not_found()
test_show_not_found()
test_too_many_metadata_items_on_create()
test_too_many_metadata_items_on_put()
test_update_all()
test_update_all_image_not_found()
test_update_item()
test_update_item_bad_body()
test_update_item_body_uri_mismatch()
test_update_item_image_not_found()
test_update_item_too_many_keys()

Previous topic

The nova.tests.api.openstack.compute.test_flavors Module

Next topic

The nova.tests.api.openstack.compute.test_images Module

This Page