From 54420d04dd2abc2bdeb78b9490032e1b1ebd3fac Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Tue, 18 May 2021 14:27:17 +0000 Subject: [PATCH] Skip "test_keepalived_spawns_conflicting_*" tests SIGHUP signal command to stop those processes does not return and the test (and eventually the whole testsuit) timeouts. Until a proper fix is implemented, these tests will be skipped temporarily. Change-Id: I592d8b7bb2afe5cd93cbb0d0ea7062f1b724ff2a Related-Bug: #1921154 --- neutron/tests/functional/agent/linux/test_keepalived.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/neutron/tests/functional/agent/linux/test_keepalived.py b/neutron/tests/functional/agent/linux/test_keepalived.py index 7c5b331803e..aa36cd250fa 100644 --- a/neutron/tests/functional/agent/linux/test_keepalived.py +++ b/neutron/tests/functional/agent/linux/test_keepalived.py @@ -23,7 +23,6 @@ from neutron.agent.linux import ip_lib from neutron.agent.linux import keepalived from neutron.common import utils as common_utils from neutron.conf.agent.l3 import config as l3_config -from neutron.tests import base as tests_base from neutron.tests.common import net_helpers from neutron.tests.functional.agent.linux import helpers from neutron.tests.functional import base @@ -120,14 +119,14 @@ class KeepalivedManagerTestCase(base.BaseSudoTestCase, self._spawn_keepalived(self.manager) - @tests_base.unstable_test("bug 1921154") def test_keepalived_spawns_conflicting_pid_base_process(self): + self.skipTest('bug 1921154') process = self.manager.get_process() pid_file = process.get_pid_file_name() self._test_keepalived_spawns_conflicting_pid(process, pid_file) - @tests_base.unstable_test("bug 1921154") def test_keepalived_spawns_conflicting_pid_vrrp_subprocess(self): + self.skipTest('bug 1921154') process = self.manager.get_process() pid_file = process.get_pid_file_name() self._test_keepalived_spawns_conflicting_pid(