octavia_tempest_plugin.tests.act_stdby_scenario.v2 package¶
Submodules¶
octavia_tempest_plugin.tests.act_stdby_scenario.v2.test_active_standby module¶
-
class
ActiveStandbyScenarioTest
(*args, **kwargs)[source]¶ Bases:
octavia_tempest_plugin.tests.test_base.LoadBalancerBaseTestWithCompute
-
mem_listener_client
: octavia_tempest_plugin.services.load_balancer.v2.listener_client.ListenerClient¶
-
test_active_standby_vrrp_failover
()[source]¶ Test idempotent id: e591fa7a-0eee-485a-8ca0-5cf1a556bdf0
Tests active/standby VRRP failover
Test the load balancer to make sure it is functioning
Identifies the Master and Backup amphora
Deletes the Master amphora
Sends traffic through the load balancer
Validates that the Backup has assumed the Master role
-
octavia_tempest_plugin.tests.act_stdby_scenario.v2.test_active_standby_iptables module¶
-
class
ActiveStandbyIptablesScenarioTest
(*args, **kwargs)[source]¶ Bases:
octavia_tempest_plugin.tests.test_base.LoadBalancerBaseTestWithCompute
-
test_active_standby_vrrp_failover
()[source]¶ Test idempotent id: deab2b3f-62c7-4a05-9e92-aa45a04773fd
Tests active/standby VRRP failover
Test the load balancer to make sure it is functioning
Identifies the Master and Backup amphora
Deletes the Master amphora
Sends traffic through the load balancer
Validates that the Backup has assumed the Master role
-