The openstack_dashboard.test.api_tests.cinder_tests ModuleΒΆ

class openstack_dashboard.test.api_tests.cinder_tests.CinderApiTests(methodName='runTest')[source]

Bases: openstack_dashboard.test.helpers.APITestCase

CinderApiTests.test_volume_list()[source]
CinderApiTests.test_volume_snapshot_list()[source]
CinderApiTests.test_volume_snapshot_list_no_volume_configured()[source]
class openstack_dashboard.test.api_tests.cinder_tests.CinderApiVersionTests(methodName='runTest')[source]

Bases: openstack_dashboard.test.helpers.TestCase

CinderApiVersionTests.setUp()[source]
CinderApiVersionTests.test_adapt_dictionary_to_v1(*args, **kwargs)[source]
CinderApiVersionTests.test_adapt_dictionary_to_v2(*args, **kwargs)[source]
CinderApiVersionTests.test_default_client_is_v1()[source]
CinderApiVersionTests.test_get_id_for_nameless_volume()[source]
CinderApiVersionTests.test_get_v1_snapshot_attributes()[source]
CinderApiVersionTests.test_get_v1_volume_attributes()[source]
CinderApiVersionTests.test_get_v2_snapshot_attributes()[source]
CinderApiVersionTests.test_get_v2_volume_attributes()[source]
CinderApiVersionTests.test_v1_setting_returns_v1_client(*args, **kwargs)[source]
CinderApiVersionTests.test_v2_setting_returns_v2_client(*args, **kwargs)[source]

Previous topic

The openstack_dashboard.test.api_tests.keystone_tests Module

Next topic

The openstack_dashboard.test.api_tests.lbaas_tests Module

This Page