From 7ee3460ef90fa51d1cbbccc65144497cf9273861 Mon Sep 17 00:00:00 2001 From: BorislavG Date: Wed, 14 Feb 2018 15:23:51 +0200 Subject: Updated git submodules Project: oom master 07dc7db266ecfb88a783a94fac5c54e2092bda53 Fix readiness-check exception The problem is that the script tried to iterate on statuses of pod containers. when some pod is in state "pending" or some other case when there is no status, the statuses is None. Therefore python throws exception when trying to iterate None, which is non-iterable. Issue-ID: OOM-514 Signed-off-by: BorislavG Change-Id: If57b8a632a83489fddb12373e4047396f5fa08a3 --- docs/submodules/oom.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules') diff --git a/docs/submodules/oom.git b/docs/submodules/oom.git index 58ba9e800..07dc7db26 160000 --- a/docs/submodules/oom.git +++ b/docs/submodules/oom.git @@ -1 +1 @@ -Subproject commit 58ba9e800fdd7024f43a3e5195dc5275ce3d5b7e +Subproject commit 07dc7db266ecfb88a783a94fac5c54e2092bda53 -- cgit 1.2.3-korg