From: Andreas Geissler Date: Mon, 4 Mar 2024 13:54:13 +0000 (+0100) Subject: [READINESS] Fix timeout message for failing app label check X-Git-Tag: 6.0.0~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F63%2F137463%2F1;p=oom%2Freadiness.git [READINESS] Fix timeout message for failing app label check Fixed wrong string entry for app_name checks. Issue-ID: OOM-3278 Change-Id: Iaf3dd748cf5117699466342359dddcb35e49c107 Signed-off-by: Andreas Geissler --- diff --git a/ready.py b/ready.py index e80e6f0..e05c9e4 100755 --- a/ready.py +++ b/ready.py @@ -475,7 +475,7 @@ def main(argv): break if time.time() > timeout: log.warning("timed out waiting for '%s' to be ready", - pod_name) + app_name) sys.exit(1) else: # spread in time potentially parallel execution in multiple