The openstack_dashboard.dashboards.project.access_and_security.security_groups.tests ModuleΒΆ

class openstack_dashboard.dashboards.project.access_and_security.security_groups.tests.SecurityGroupsNeutronTests(methodName='runTest')[source]

Bases: openstack_dashboard.dashboards.project.access_and_security.security_groups.tests.SecurityGroupsViewTests

SecurityGroupsNeutronTests.secgroup_backend = 'neutron'
SecurityGroupsNeutronTests.setUp()[source]
SecurityGroupsNeutronTests.tearDown()[source]
SecurityGroupsNeutronTests.test_detail_add_rule_custom_protocol(*args, **kwargs)[source]
SecurityGroupsNeutronTests.test_detail_add_rule_egress(*args, **kwargs)[source]
SecurityGroupsNeutronTests.test_detail_add_rule_egress_with_all_tcp(*args, **kwargs)[source]
SecurityGroupsNeutronTests.test_detail_add_rule_source_group_with_direction_ethertype(*args, **kwargs)[source]
class openstack_dashboard.dashboards.project.access_and_security.security_groups.tests.SecurityGroupsNovaNeutronDriverTests(methodName='runTest')[source]

Bases: openstack_dashboard.dashboards.project.access_and_security.security_groups.tests.SecurityGroupsViewTests

SecurityGroupsNovaNeutronDriverTests.secgroup_backend = 'nova'
SecurityGroupsNovaNeutronDriverTests.setUp()[source]
SecurityGroupsNovaNeutronDriverTests.tearDown()[source]
class openstack_dashboard.dashboards.project.access_and_security.security_groups.tests.SecurityGroupsViewTests(methodName='runTest')[source]

Bases: openstack_dashboard.test.helpers.TestCase

SecurityGroupsViewTests.secgroup_backend = 'nova'
SecurityGroupsViewTests.setUp()[source]
SecurityGroupsViewTests.test_create_security_groups_get()[source]
SecurityGroupsViewTests.test_create_security_groups_post(*args, **kwargs)[source]
SecurityGroupsViewTests.test_create_security_groups_post_exception(*args, **kwargs)[source]
SecurityGroupsViewTests.test_create_security_groups_post_wrong_name(*args, **kwargs)[source]
SecurityGroupsViewTests.test_delete_group(*args, **kwargs)[source]
SecurityGroupsViewTests.test_delete_group_exception(*args, **kwargs)[source]
SecurityGroupsViewTests.test_detail_add_rule_cidr()[source]
SecurityGroupsViewTests.test_detail_add_rule_cidr_with_invalid_unused_fields()[source]
SecurityGroupsViewTests.test_detail_add_rule_cidr_with_template(*args, **kwargs)[source]
SecurityGroupsViewTests.test_detail_add_rule_exception(*args, **kwargs)[source]
SecurityGroupsViewTests.test_detail_add_rule_icmp_with_invalid_unused_fields()[source]
SecurityGroupsViewTests.test_detail_add_rule_securitygroup_with_invalid_unused_fields()[source]
SecurityGroupsViewTests.test_detail_add_rule_self_as_source_group(*args, **kwargs)[source]
SecurityGroupsViewTests.test_detail_add_rule_self_as_source_group_with_template(*args, **kwargs)[source]
SecurityGroupsViewTests.test_detail_delete_rule(*args, **kwargs)[source]
SecurityGroupsViewTests.test_detail_delete_rule_exception(*args, **kwargs)[source]
SecurityGroupsViewTests.test_detail_get(*args, **kwargs)[source]
SecurityGroupsViewTests.test_detail_get_exception(*args, **kwargs)[source]
SecurityGroupsViewTests.test_detail_invalid_icmp_rule(*args, **kwargs)[source]
SecurityGroupsViewTests.test_detail_invalid_port(*args, **kwargs)[source]
SecurityGroupsViewTests.test_detail_invalid_port_range(*args, **kwargs)[source]
SecurityGroupsViewTests.test_update_security_groups_get(*args, **kwargs)[source]
SecurityGroupsViewTests.test_update_security_groups_post(*args, **kwargs)[source]
openstack_dashboard.dashboards.project.access_and_security.security_groups.tests.strip_absolute_base(uri)[source]

Previous topic

The openstack_dashboard.dashboards.project.access_and_security.security_groups.tables Module

Next topic

The openstack_dashboard.dashboards.project.access_and_security.security_groups.urls Module

This Page