neutron_tempest_plugin.bgpvpn package¶
Subpackages¶
- neutron_tempest_plugin.bgpvpn.api package
- Submodules
- neutron_tempest_plugin.bgpvpn.api.test_bgpvpn module
BgpvpnTest
BgpvpnTest.test_associate_disassociate_network()
BgpvpnTest.test_associate_disassociate_router()
BgpvpnTest.test_associate_invalid_network()
BgpvpnTest.test_attach_associated_subnet_to_associated_router()
BgpvpnTest.test_create_bgpvpn()
BgpvpnTest.test_create_bgpvpn_as_non_admin_fail()
BgpvpnTest.test_create_bgpvpn_with_invalid_routetargets()
BgpvpnTest.test_delete_bgpvpn()
BgpvpnTest.test_delete_bgpvpn_as_non_admin_fail()
BgpvpnTest.test_disassociate_invalid_network()
BgpvpnTest.test_list_bgpvpn()
BgpvpnTest.test_list_bgpvpn_as_non_owner_fail()
BgpvpnTest.test_list_netassoc_as_non_owner_fail()
BgpvpnTest.test_list_show_network_association()
BgpvpnTest.test_list_show_router_association()
BgpvpnTest.test_show_bgpvpn()
BgpvpnTest.test_show_bgpvpn_as_non_owner_fail()
BgpvpnTest.test_show_netassoc_as_non_owner_fail()
BgpvpnTest.test_update_bgpvpn_invalid_routetargets()
BgpvpnTest.test_update_route_target()
BgpvpnTest.test_update_route_target_non_admin_fail()
- Module contents
- neutron_tempest_plugin.bgpvpn.scenario package
- Submodules
- neutron_tempest_plugin.bgpvpn.scenario.manager module
- neutron_tempest_plugin.bgpvpn.scenario.test_bgpvpn_basic module
TestBGPVPNBasic
TestBGPVPNBasic.test_bgpvpn_basic()
TestBGPVPNBasic.test_bgpvpn_negative_delete_bgpvpn()
TestBGPVPNBasic.test_bgpvpn_negative_delete_net_association()
TestBGPVPNBasic.test_bgpvpn_negative_delete_router_association()
TestBGPVPNBasic.test_bgpvpn_negative_disjoint_import_export()
TestBGPVPNBasic.test_bgpvpn_negative_ping_to_unassociated_net()
TestBGPVPNBasic.test_bgpvpn_negative_update_to_disjoint_import_export()
TestBGPVPNBasic.test_bgpvpn_negative_update_to_empty_rt_list()
TestBGPVPNBasic.test_bgpvpn_port_association_bgpvpn_route()
TestBGPVPNBasic.test_bgpvpn_port_association_create_and_delete()
TestBGPVPNBasic.test_bgpvpn_port_association_create_and_update()
TestBGPVPNBasic.test_bgpvpn_port_association_local_pref()
TestBGPVPNBasic.test_bgpvpn_tenant_separation_and_local_connectivity()
TestBGPVPNBasic.test_bgpvpn_update_route_targets_and_unassociated_net()
TestBGPVPNBasic.test_bgpvpn_update_route_targets_common_target()
TestBGPVPNBasic.test_bgpvpn_update_route_targets_disjoint_targets()
TestBGPVPNBasic.test_bgpvpn_update_rt_and_keep_local_connectivity_variant1()
TestBGPVPNBasic.test_bgpvpn_update_rt_and_keep_local_connectivity_variant2()
TestBGPVPNBasic.test_bgpvpn_variant1()
TestBGPVPNBasic.test_bgpvpn_variant2()
TestBGPVPNBasic.test_bgpvpn_variant3()
TestBGPVPNBasic.test_bgpvpn_variant4()
TestBGPVPNBasic.test_bgpvpn_variant5()
TestBGPVPNBasic.test_bgpvpn_variant6()
TestBGPVPNBasic.test_port_association_many_bgpvpn_routes()
assign_24()
- Module contents
- neutron_tempest_plugin.bgpvpn.services package
Submodules¶
neutron_tempest_plugin.bgpvpn.base module¶
- class neutron_tempest_plugin.bgpvpn.base.BaseBgpvpnTest(*args, **kwargs)¶
Bases:
BaseNetworkTest
Base class for the Bgpvpn tests that use the Tempest Neutron REST client