From f77f8390e2109510450b246c17baa3eb53810f68 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Fri, 13 Sep 2019 16:00:13 +0200 Subject: [PATCH] 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 --- docs/submodules/integration.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/integration.git b/docs/submodules/integration.git index bfeeb2481..0ca3d400f 160000 --- a/docs/submodules/integration.git +++ b/docs/submodules/integration.git @@ -1 +1 @@ -Subproject commit bfeeb24819035523222149d4fffdf9f7de363fc2 +Subproject commit 0ca3d400f25810df7b1eb811dc529e0d1231a184 -- 2.16.6