diff options
author | 2023-02-09 11:56:27 +0000 | |
---|---|---|
committer | 2023-02-14 15:52:04 +0000 | |
commit | 9fc9fa480d5b18b0988b9388d13db8328032fc52 (patch) | |
tree | 4d851a64d6593335e7c02a5267875833a04e9591 /csit/wait_for_rest.sh | |
parent | f5a11b0b346df610ffa8d9857956abf113ce6765 (diff) |
Add SLAs validations to docker csit robot tests
Issue-ID: POLICY-4529
Change-Id: I197a51892e9135d20c2e8a49ce7787df3bfbd4fa
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'csit/wait_for_rest.sh')
-rwxr-xr-x | csit/wait_for_rest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/wait_for_rest.sh b/csit/wait_for_rest.sh index bf47ccf1..a64c3063 100755 --- a/csit/wait_for_rest.sh +++ b/csit/wait_for_rest.sh @@ -54,7 +54,7 @@ do do if command -v docker > /dev/null 2>&1 then - docker ps + docker ps --format "table {{ .Names }}\t{{ .Status }}" fi curl "http://$host:$port" > /dev/null 2>&1 rc=$? |