The openstack_dashboard.test.api_tests.fwaas_tests ModuleΒΆ

class openstack_dashboard.test.api_tests.fwaas_tests.FwaasApiTests(methodName='runTest')[source]

Bases: openstack_dashboard.test.helpers.APITestCase

test_firewall_create(*args, **kwargs)[source]
test_firewall_get(*args, **kwargs)[source]
test_firewall_list(*args, **kwargs)[source]
test_firewall_update(*args, **kwargs)[source]
test_policy_create(*args, **kwargs)[source]
test_policy_get(*args, **kwargs)[source]
test_policy_get_no_rule(*args, **kwargs)[source]
test_policy_insert_rule(*args, **kwargs)[source]
test_policy_list(*args, **kwargs)[source]
test_policy_remove_rule(*args, **kwargs)[source]
test_policy_update(*args, **kwargs)[source]
test_rule_create(*args, **kwargs)[source]
test_rule_get(*args, **kwargs)[source]
test_rule_list(*args, **kwargs)[source]
test_rule_update(*args, **kwargs)[source]

Previous topic

The openstack_dashboard.test.api_tests.ceilometer_tests Module

Next topic

The openstack_dashboard.test.api_tests.cinder_tests Module

This Page