Updated git submodules
authorBorislavG <Borislav.Glozman@amdocs.com>
Wed, 14 Feb 2018 13:23:51 +0000 (15:23 +0200)
committerGerrit Code Review <gerrit@onap.org>
Wed, 14 Feb 2018 15:16:07 +0000 (15:16 +0000)
commit7ee3460ef90fa51d1cbbccc65144497cf9273861
tree4359bc28c069f634bfe65740f30bf6856fc68389
parentd6e03cf8f4e11abf88af1cf423ce1cdbe5580a05
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 <Borislav.Glozman@amdocs.com>
Change-Id: If57b8a632a83489fddb12373e4047396f5fa08a3
docs/submodules/oom.git