From 703ac6b230b26154934e24515d3c883d6287a4a9 Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Fri, 7 Aug 2020 19:31:14 +0200 Subject: [PATCH] add operator log to debug --- e2e/tests/test_e2e.py | 1 + 1 file changed, 1 insertion(+) diff --git a/e2e/tests/test_e2e.py b/e2e/tests/test_e2e.py index 91a39df90..0e644cd1d 100644 --- a/e2e/tests/test_e2e.py +++ b/e2e/tests/test_e2e.py @@ -593,6 +593,7 @@ class EndToEndTestCase(unittest.TestCase): # wait a little before proceeding time.sleep(30) + print('Operator log: {}'.format(k8s.get_operator_log())) # check that new roles are represented in the config by requesting the # operator configuration via API