Add skippers to octavia-amphora ssh fault tests

Bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=2126055
makes different amphoras (either Master or Backup) receive and handle
the requests whenever they reach the LB VIP, after a failover.

There might be other reasons for the tests failure, but the BZ makes it
harder to investigate, as it interupts Octavia's behavior.

This patch adds skippers for the tests which are affected from that BZ.

Change-Id: I0287e23a18f21e5b84ea4e5edc9e48bb53dceb44
This commit is contained in:
Omer 2022-10-20 11:57:28 +02:00
parent ac2b04dceb
commit a1610054c7
1 changed files with 3 additions and 0 deletions

View File

@ -143,6 +143,7 @@ class OctaviaBasicFaultTest(testtools.TestCase):
self._plug_new_amphora_to_existing_fip()
@tobiko.skip(reason='Bugzilla', bugzilla=2126055)
def test_kill_amphora_agent(self):
"""Kill the MASTER amphora agent
@ -169,6 +170,7 @@ class OctaviaBasicFaultTest(testtools.TestCase):
self._wait_for_failover_and_test_functionality()
@tobiko.skip(reason='Bugzilla', bugzilla=2126055)
def test_stop_keepalived(self):
"""Stop keepalived on MASTER amphora
@ -186,6 +188,7 @@ class OctaviaBasicFaultTest(testtools.TestCase):
self._wait_for_failover_and_test_functionality()
@tobiko.skip(reason='Bugzilla', bugzilla=2126055)
def test_stop_haproxy(self):
"""Stop haproxy on MASTER amphora