add operator log to debug
This commit is contained in:
parent
a25d7f7b37
commit
703ac6b230
|
|
@ -593,6 +593,7 @@ class EndToEndTestCase(unittest.TestCase):
|
||||||
|
|
||||||
# wait a little before proceeding
|
# wait a little before proceeding
|
||||||
time.sleep(30)
|
time.sleep(30)
|
||||||
|
print('Operator log: {}'.format(k8s.get_operator_log()))
|
||||||
|
|
||||||
# check that new roles are represented in the config by requesting the
|
# check that new roles are represented in the config by requesting the
|
||||||
# operator configuration via API
|
# operator configuration via API
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue