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:
@@ -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'])
|
||||
|
Reference in New Issue
Block a user