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
- secgroup_backend = 'neutron'
- setUp()[source]
- tearDown()[source]
- test_detail_add_rule_custom_protocol(*args, **kwargs)[source]
- test_detail_add_rule_egress(*args, **kwargs)[source]
- test_detail_add_rule_egress_with_all_tcp(*args, **kwargs)[source]
- 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
- secgroup_backend = 'nova'
- setUp()[source]
- tearDown()[source]
- class openstack_dashboard.dashboards.project.access_and_security.security_groups.tests.SecurityGroupsViewTests(methodName='runTest')[source]
Bases: openstack_dashboard.test.helpers.TestCase
- secgroup_backend = 'nova'
- setUp()[source]
- test_create_security_groups_get()[source]
- test_create_security_groups_post(*args, **kwargs)[source]
- test_create_security_groups_post_exception(*args, **kwargs)[source]
- test_create_security_groups_post_wrong_name(*args, **kwargs)[source]
- test_delete_group(*args, **kwargs)[source]
- test_delete_group_exception(*args, **kwargs)[source]
- test_detail_add_rule_cidr()[source]
- test_detail_add_rule_cidr_with_invalid_unused_fields()[source]
- test_detail_add_rule_cidr_with_template(*args, **kwargs)[source]
- test_detail_add_rule_exception(*args, **kwargs)[source]
- test_detail_add_rule_icmp_with_invalid_unused_fields()[source]
- test_detail_add_rule_securitygroup_with_invalid_unused_fields()[source]
- test_detail_add_rule_self_as_source_group(*args, **kwargs)[source]
- test_detail_add_rule_self_as_source_group_with_template(*args, **kwargs)[source]
- test_detail_delete_rule(*args, **kwargs)[source]
- test_detail_delete_rule_exception(*args, **kwargs)[source]
- test_detail_get(*args, **kwargs)[source]
- test_detail_get_exception(*args, **kwargs)[source]
- test_detail_invalid_icmp_rule(*args, **kwargs)[source]
- test_detail_invalid_port(*args, **kwargs)[source]
- test_detail_invalid_port_range(*args, **kwargs)[source]
- test_update_security_groups_get(*args, **kwargs)[source]
- test_update_security_groups_post(*args, **kwargs)[source]
- openstack_dashboard.dashboards.project.access_and_security.security_groups.tests.strip_absolute_base(uri)[source]