Fix missing import in helm_deployment_status.py 07/89807/2
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>
Thu, 13 Jun 2019 13:44:01 +0000 (15:44 +0200)
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>
Thu, 13 Jun 2019 14:14:12 +0000 (16:14 +0200)
commit4a0a39a8f6302299d68104e147c6fd05a7d9b7ff
tree765da2ae1dc109a01d3c05579d2df1bb0d18dcf7
parentd85b2d76b0b2b1913222da4454d820c3dea2c154
Fix missing import in helm_deployment_status.py

After recent changes a regression emerged due to
not properly imported 'subprocess' module 'check_output'
function.

Predefined list of available healthcheck modes is also
removed to allow passing any mode that will be supported
in future by healthcheck script.

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