From f1cdc830dcfeb8cda78021fd7ecdb510f20d84d8 Mon Sep 17 00:00:00 2001 From: Luciano Lo Giudice Date: Thu, 6 Apr 2023 19:14:11 -0300 Subject: [PATCH] Remove relation test The CephRelationTest class wasn't of much used and the test was rather flaky, since it compared public IP addresses. Change-Id: I9a77f4a86412f9bf4d27c0d7e0a7fe34d5a403ff func-test-pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/1034 --- tests/tests.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/tests.yaml b/tests/tests.yaml index e9490a78..a1c0d6c6 100644 --- a/tests/tests.yaml +++ b/tests/tests.yaml @@ -13,7 +13,6 @@ configure: tests: - zaza.openstack.charm_tests.ceph.tests.CephLowLevelTest - - zaza.openstack.charm_tests.ceph.tests.CephRelationTest - zaza.openstack.charm_tests.ceph.tests.CephTest - zaza.openstack.charm_tests.ceph.osd.tests.SecurityTest - zaza.openstack.charm_tests.ceph.osd.tests.ServiceTest