From 9fc9fa480d5b18b0988b9388d13db8328032fc52 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Thu, 9 Feb 2023 11:56:27 +0000 Subject: Add SLAs validations to docker csit robot tests Issue-ID: POLICY-4529 Change-Id: I197a51892e9135d20c2e8a49ce7787df3bfbd4fa Signed-off-by: adheli.tavares --- csit/wait_for_port.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'csit/wait_for_port.sh') diff --git a/csit/wait_for_port.sh b/csit/wait_for_port.sh index 5a8be250..6dcb3cab 100755 --- a/csit/wait_for_port.sh +++ b/csit/wait_for_port.sh @@ -1,7 +1,7 @@ #!/bin/sh # ============LICENSE_START==================================================== # Copyright (C) 2021 AT&T Intellectual Property. All rights reserved. -# Modifications Copyright (C) 2022 Nordix Foundation. +# Modifications Copyright (C) 2022-2023 Nordix Foundation. # ============================================================================= # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -64,7 +64,7 @@ do do if command -v docker > /dev/null 2>&1 then - docker ps + docker ps --format "table {{ .Names }}\t{{ .Status }}" fi nc -vz "$host" "$port" -- cgit 1.2.3-korg