print logs before

This commit is contained in:
Felix Kunde 2021-02-12 12:24:45 +01:00
parent 56dd4e4e1f
commit e67497c77f
1 changed files with 1 additions and 1 deletions

View File

@ -749,8 +749,8 @@ class EndToEndTestCase(unittest.TestCase):
r = r and pods[1].spec.containers[0].resources.limits['cpu'] == minCPULimit
return r
self.eventuallyTrue(verify_pod_limits, "Pod limits where not adjusted")
print('Operator log: {}'.format(k8s.get_operator_log()))
self.eventuallyTrue(verify_pod_limits, "Pod limits where not adjusted")
@classmethod
def setUp(cls):