Update git submodules
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>
Fri, 13 Sep 2019 14:00:13 +0000 (16:00 +0200)
committerGerrit Code Review <gerrit@onap.org>
Fri, 13 Sep 2019 14:00:13 +0000 (14:00 +0000)
commitf77f8390e2109510450b246c17baa3eb53810f68
tree0cf1eaafdaecbee86950cc1a54fc5e96df1aec81
parent3ce2383dcc7c7916ebbdb07f110adf4917e0d688
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to 0ca3d400f25810df7b1eb811dc529e0d1231a184
  - Refactor healthcheck-k8s.py

    Error reporting was improved by returning actual
    error message from subprocess call to 'kubectl' command.

    Code readability was improved by defining a dictionary
    of endpoint names to check and their IPs.

    Unsecure 'shell=True' property in Popen constructor for
    kubectl command in SDNC DB was removed and command string
    itself sanitized.

    Overall code readability was improved by reusing common
    commands in a loop.

    Change-Id: I19f8f71e27196bb55a9be3d58cd0885ceba3af0c
    Issue-ID: TEST-213
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
docs/submodules/integration.git