From 4cbee5bfd2ce370385fc14820b94b39a78311e68 Mon Sep 17 00:00:00 2001 From: Zhang Hua Date: Tue, 23 Nov 2021 09:37:31 +0800 Subject: [PATCH] Delete hm port on unit removal - part 4 - disabled test --- zaza/openstack/charm_tests/octavia/tests.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zaza/openstack/charm_tests/octavia/tests.py b/zaza/openstack/charm_tests/octavia/tests.py index d58923c..6158375 100644 --- a/zaza/openstack/charm_tests/octavia/tests.py +++ b/zaza/openstack/charm_tests/octavia/tests.py @@ -17,6 +17,7 @@ import logging import subprocess import tenacity +import unittest from keystoneauth1 import exceptions as keystone_exceptions import octaviaclient.api.v2.octavia @@ -124,6 +125,7 @@ class CharmOperationTest(test_utils.OpenStackBaseTest): Add a unit and then delete a unit, then query the list of ports to check that the port has been deleted. """ + raise unittest.SkipTest("Skipping because of lp:1951858") app = self.test_config['charm_name'] logging.info("test_update_controller_ip_port_list: start test") logging.info("Wait till model is idle ...")