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

test_index(*args, **kwargs)[source]
test_update_aggregate()[source]
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

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

Bases: openstack_dashboard.test.helpers.BaseAdminViewTests

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

Previous topic

The openstack_dashboard.dashboards.admin.aggregates.views Module

Next topic

The openstack_dashboard.dashboards.admin.aggregates Module

This Page