The openstack_dashboard.dashboards.project.routers.tests ModuleΒΆ

class openstack_dashboard.dashboards.project.routers.tests.RouterActionTests(methodName='runTest')[source]

Bases: openstack_dashboard.test.helpers.TestCase

DASHBOARD = 'project'
DETAIL_PATH = 'horizon:project:routers:detail'
INDEX_URL = '/project/routers/'
test_router_add_gateway(*args, **kwargs)[source]
test_router_add_gateway_exception(*args, **kwargs)[source]
test_router_addinterface(*args, **kwargs)[source]
test_router_addinterface_exception(*args, **kwargs)[source]
test_router_addinterface_ip_addr(*args, **kwargs)[source]
test_router_addinterface_ip_addr_exception_add_interface(*args, **kwargs)[source]
test_router_addinterface_ip_addr_exception_port_create(*args, **kwargs)[source]
test_router_addinterface_ip_addr_exception_port_delete(*args, **kwargs)[source]
test_router_addinterface_ip_addr_exception_subnet_get(*args, **kwargs)[source]
test_router_create_post(*args, **kwargs)[source]
test_router_create_post_exception(*args, **kwargs)[source]
class openstack_dashboard.dashboards.project.routers.tests.RouterRuleTests(methodName='runTest')[source]

Bases: openstack_dashboard.test.helpers.TestCase

DASHBOARD = 'project'
DETAIL_PATH = 'horizon:project:routers:detail'
INDEX_URL = '/project/routers/'
test_extension_hides_without_rules(*args, **kwargs)[source]
test_router_addrouterrule(*args, **kwargs)[source]
test_router_addrouterrule_exception(*args, **kwargs)[source]
test_router_removerouterrule(*args, **kwargs)[source]
test_router_resetrouterrules(*args, **kwargs)[source]
test_routerrule_detail(*args, **kwargs)[source]
class openstack_dashboard.dashboards.project.routers.tests.RouterTests(methodName='runTest')[source]

Bases: openstack_dashboard.test.helpers.TestCase

DASHBOARD = 'project'
DETAIL_PATH = 'horizon:project:routers:detail'
INDEX_URL = '/project/routers/'
test_index(*args, **kwargs)[source]
test_index_router_list_exception(*args, **kwargs)[source]
test_router_detail(*args, **kwargs)[source]
test_router_detail_exception(*args, **kwargs)[source]