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

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

Bases: openstack_dashboard.test.helpers.TestCase

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

Previous topic

The openstack_dashboard.dashboards.project.routers.urls Module

Next topic

The openstack_dashboard.dashboards.project.routers.tabs Module

This Page