Remove PodifiedContainersHealthTest.test_compute_logrotate_crond

The logrotate_crond container has been removed from EDPM nodes because
it was not needed anymore. Consequently, the tobiko
PodifiedContainersHealthTest.test_compute_logrotate_crond test has to be
removed too:
https://github.com/openstack-k8s-operators/edpm-ansible/pull/995

Closes-ticket: TOBIKO-178
Change-Id: I0bb72046bca8217e02575f6979f6807528f9ca21
This commit is contained in:
Eduardo Olivares
2025-08-25 09:08:53 +02:00
parent 71b1d89813
commit 15b41adb5c

View File

@@ -340,10 +340,6 @@ class PodifiedContainersHealthTest(BaseContainersHealtTest):
self._assert_containers_running(podified.EDPM_COMPUTE_GROUP,
['iscsid'])
def test_compute_logrotate_crond(self):
self._assert_containers_running(podified.EDPM_COMPUTE_GROUP,
['logrotate_crond'])
def test_nova_compute(self):
self._assert_containers_running(podified.EDPM_COMPUTE_GROUP,
['nova_compute'])