Always show healthcheck output if it was run 36/88636/1
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>
Tue, 28 May 2019 11:59:13 +0000 (13:59 +0200)
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>
Tue, 28 May 2019 11:59:13 +0000 (13:59 +0200)
commit13ba3c34d2144beafccb3d4519e416fa51d96d37
tree49a5bbdaaac89f0e48e132dd9139d12810069290
parent929f0905e6bf1b370dae729d657962d9d75d6041
Always show healthcheck output if it was run

This patch changes the default behavior of showing
healthcheck script results. So far output was printed
only in increased verbosity mode but the proper action
should be to print it whenever it was called.

A bug in exec_healthcheck() routine is also fixed
(subprocess.check_output() returns byte string, not
an object with 'output' attribute).

Change-Id: Ifd7294de9bed321123f74977f881999ce69cf878
Issue-ID: OOM-1806
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
helm_deployment_status.py