Unskipp test. Bug https://storyboard.openstack.org/#!/story/2007979 is resolved.
Related-prod: PRODX-27597
Change-Id: I6f258e51539eb7858e877b5d6666fd5e949678be
diff --git a/octavia_tempest_plugin/tests/api/v2/test_listener.py b/octavia_tempest_plugin/tests/api/v2/test_listener.py
index 01ddeac..3dc0d04 100644
--- a/octavia_tempest_plugin/tests/api/v2/test_listener.py
+++ b/octavia_tempest_plugin/tests/api/v2/test_listener.py
@@ -80,11 +80,6 @@
self._test_listener_create(const.TCP, 8002)
@decorators.idempotent_id('7b53f336-47bc-45ae-bbd7-4342ef0673fc')
- # Skipping due to a status update bug in the amphora driver.
- @decorators.skip_because(
- bug='2007979',
- bug_type='storyboard',
- condition=CONF.load_balancer.provider in const.AMPHORA_PROVIDERS)
def test_udp_listener_create(self):
self._test_listener_create(const.UDP, 8003)
@@ -378,11 +373,6 @@
self._test_listener_list(const.TCP, 8030)
@decorators.idempotent_id('c08fb77e-b317-4d6f-b430-91f5b27ebac6')
- # Skipping due to a status update bug in the amphora driver.
- @decorators.skip_because(
- bug='2007979',
- bug_type='storyboard',
- condition=CONF.load_balancer.provider in const.AMPHORA_PROVIDERS)
def test_udp_listener_list(self):
self._test_listener_list(const.UDP, 8040)
@@ -747,11 +737,6 @@
self._test_listener_show(const.TCP, 8052)
@decorators.idempotent_id('1dea3a6b-c95b-4e91-b591-1aa9cbcd0d1d')
- # Skipping due to a status update bug in the amphora driver.
- @decorators.skip_because(
- bug='2007979',
- bug_type='storyboard',
- condition=CONF.load_balancer.provider in const.AMPHORA_PROVIDERS)
def test_udp_listener_show(self):
self._test_listener_show(const.UDP, 8053)
@@ -904,11 +889,6 @@
self._test_listener_update(const.TCP, 8062)
@decorators.idempotent_id('fd02dbfd-39ce-41c2-b181-54fc7ad91707')
- # Skipping due to a status update bug in the amphora driver.
- @decorators.skip_because(
- bug='2007979',
- bug_type='storyboard',
- condition=CONF.load_balancer.provider in const.AMPHORA_PROVIDERS)
def test_udp_listener_update(self):
self._test_listener_update(const.UDP, 8063)
@@ -1176,11 +1156,6 @@
self._test_listener_delete(const.TCP, 8072)
@decorators.idempotent_id('86bd9717-e3e9-41e3-86c4-888c64455926')
- # Skipping due to a status update bug in the amphora driver.
- @decorators.skip_because(
- bug='2007979',
- bug_type='storyboard',
- condition=CONF.load_balancer.provider in const.AMPHORA_PROVIDERS)
def test_udp_listener_delete(self):
self._test_listener_delete(const.UDP, 8073)
@@ -1253,11 +1228,6 @@
self._test_listener_show_stats(const.TCP, 8082)
@decorators.idempotent_id('a4c1f199-923b-41e4-a134-c91e590e20c4')
- # Skipping due to a status update bug in the amphora driver.
- @decorators.skip_because(
- bug='2007979',
- bug_type='storyboard',
- condition=CONF.load_balancer.provider in const.AMPHORA_PROVIDERS)
def test_udp_listener_show_stats(self):
self._test_listener_show_stats(const.UDP, 8083)
diff --git a/octavia_tempest_plugin/tests/scenario/v2/test_listener.py b/octavia_tempest_plugin/tests/scenario/v2/test_listener.py
index 79d43e7..8a6d5d5 100644
--- a/octavia_tempest_plugin/tests/scenario/v2/test_listener.py
+++ b/octavia_tempest_plugin/tests/scenario/v2/test_listener.py
@@ -141,11 +141,6 @@
self._test_listener_CRUD(const.TCP, pool1, pool2)
@decorators.idempotent_id('27a2ba7d-6147-46e4-886a-47c1ba63bf89')
- # Skipping due to a status update bug in the amphora driver.
- @decorators.skip_because(
- bug='2007979',
- bug_type='storyboard',
- condition=CONF.load_balancer.provider in const.AMPHORA_PROVIDERS)
def test_udp_least_connections_listener_CRUD(self):
pool1, pool2 = self._create_pools(const.UDP,
const.LB_ALGORITHM_LEAST_CONNECTIONS)
@@ -164,11 +159,6 @@
self._test_listener_CRUD(const.TCP, pool1, pool2)
@decorators.idempotent_id('dd913f74-c6a6-4998-9bed-095babb9cb47')
- # Skipping due to a status update bug in the amphora driver.
- @decorators.skip_because(
- bug='2007979',
- bug_type='storyboard',
- condition=CONF.load_balancer.provider in const.AMPHORA_PROVIDERS)
def test_udp_round_robin_listener_CRUD(self):
pool1, pool2 = self._create_pools(const.UDP,
const.LB_ALGORITHM_ROUND_ROBIN)
@@ -187,11 +177,6 @@
self._test_listener_CRUD(const.TCP, pool1, pool2)
@decorators.idempotent_id('7830aba8-12ca-40d9-9d9b-a63f7a43b287')
- # Skipping due to a status update bug in the amphora driver.
- @decorators.skip_because(
- bug='2007979',
- bug_type='storyboard',
- condition=CONF.load_balancer.provider in const.AMPHORA_PROVIDERS)
def test_udp_source_ip_listener_CRUD(self):
pool1, pool2 = self._create_pools(const.UDP,
const.LB_ALGORITHM_SOURCE_IP)
@@ -226,11 +211,6 @@
raise testtools.TestCase.skipException(message)
@decorators.idempotent_id('3f9a2de9-5012-437d-a907-a25e1f68ccfb')
- # Skipping due to a status update bug in the amphora driver.
- @decorators.skip_because(
- bug='2007979',
- bug_type='storyboard',
- condition=CONF.load_balancer.provider in const.AMPHORA_PROVIDERS)
def test_udp_source_ip_port_listener_CRUD(self):
try:
pool1, pool2 = self._create_pools(