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.setUp()[source]
SecurityGroupsNeutronTests.tearDown()[source]
SecurityGroupsNeutronTests.test_detail_add_rule_custom_protocol()[source]
SecurityGroupsNeutronTests.test_detail_add_rule_egress()[source]
SecurityGroupsNeutronTests.test_detail_add_rule_source_group_with_direction_ethertype()[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.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.setUp()[source]
SecurityGroupsViewTests.test_create_security_groups_get()[source]
SecurityGroupsViewTests.test_create_security_groups_post()[source]
SecurityGroupsViewTests.test_create_security_groups_post_exception()[source]
SecurityGroupsViewTests.test_create_security_groups_post_wrong_name()[source]
SecurityGroupsViewTests.test_delete_group()[source]
SecurityGroupsViewTests.test_delete_group_exception()[source]
SecurityGroupsViewTests.test_detail_add_rule_cidr()[source]
SecurityGroupsViewTests.test_detail_add_rule_cidr_with_template()[source]
SecurityGroupsViewTests.test_detail_add_rule_exception()[source]
SecurityGroupsViewTests.test_detail_add_rule_self_as_source_group()[source]
SecurityGroupsViewTests.test_detail_add_rule_self_as_source_group_with_template()[source]
SecurityGroupsViewTests.test_detail_delete_rule()[source]
SecurityGroupsViewTests.test_detail_delete_rule_exception()[source]
SecurityGroupsViewTests.test_detail_get()[source]
SecurityGroupsViewTests.test_detail_get_exception()[source]
SecurityGroupsViewTests.test_detail_invalid_icmp_rule()[source]
SecurityGroupsViewTests.test_detail_invalid_port()[source]
SecurityGroupsViewTests.test_detail_invalid_port_range()[source]
SecurityGroupsViewTests.test_update_security_groups_get()[source]
SecurityGroupsViewTests.test_update_security_groups_post()[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.views Module

Next topic

The openstack_dashboard.dashboards.project.access_and_security.security_groups Module

This Page