The openstack_dashboard.dashboards.admin.aggregates.tests ModuleΒΆ

class openstack_dashboard.dashboards.admin.aggregates.tests.AggregatesViewTests(methodName='runTest')[source]

Bases: openstack_dashboard.test.helpers.BaseAdminViewTests

AggregatesViewTests.test_index(*args, **kwargs)[source]
AggregatesViewTests.test_update_aggregate()[source]
AggregatesViewTests.test_update_aggregate_fails_missing_fields()[source]
class openstack_dashboard.dashboards.admin.aggregates.tests.BaseAggregateWorkflowTests(methodName='runTest')[source]

Bases: openstack_dashboard.test.helpers.BaseAdminViewTests

class openstack_dashboard.dashboards.admin.aggregates.tests.CreateAggregateWorkflowTests(methodName='runTest')[source]

Bases: openstack_dashboard.dashboards.admin.aggregates.tests.BaseAggregateWorkflowTests

CreateAggregateWorkflowTests.test_create_aggregate(*args, **kwargs)[source]
CreateAggregateWorkflowTests.test_create_aggregate_with_hosts(*args, **kwargs)[source]
CreateAggregateWorkflowTests.test_host_list_nova_compute(*args, **kwargs)[source]
CreateAggregateWorkflowTests.test_workflow_get(*args, **kwargs)[source]
class openstack_dashboard.dashboards.admin.aggregates.tests.ManageHostsTests(methodName='runTest')[source]

Bases: openstack_dashboard.test.helpers.BaseAdminViewTests

ManageHostsTests.test_manage_hosts(*args, **kwargs)[source]
ManageHostsTests.test_manage_hosts_update_add_empty_aggregate()[source]
ManageHostsTests.test_manage_hosts_update_add_not_empty_aggregate()[source]
ManageHostsTests.test_manage_hosts_update_add_not_empty_aggregate_should_fail(*args, **kwargs)[source]
ManageHostsTests.test_manage_hosts_update_add_remove_not_empty_aggregate(*args, **kwargs)[source]
ManageHostsTests.test_manage_hosts_update_clean_not_empty_aggregate()[source]
ManageHostsTests.test_manage_hosts_update_clean_not_empty_aggregate_should_fail(*args, **kwargs)[source]
ManageHostsTests.test_manage_hosts_update_nothing_empty_aggregate()[source]
ManageHostsTests.test_manage_hosts_update_nothing_not_empty_aggregate()[source]

Previous topic

The openstack_dashboard.dashboards.admin.aggregates.tables Module

Next topic

The openstack_dashboard.dashboards.admin.aggregates.constants Module

This Page