From 7e5b47d30a6ec7b4921a0c681ad9c032c7672a0b Mon Sep 17 00:00:00 2001 From: danielhanrahan Date: Thu, 26 May 2022 15:59:00 +0100 Subject: CSIT does not display logs for some containers Fix container names in CSIT teardown scripts to match docker-compose-all.yml Issue-ID: POLICY-4220 Signed-off-by: danielhanrahan Change-Id: I99da5c45af4051afcc62924142201d9edc474780 --- csit/xacml-pdp/plans/teardown.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csit/xacml-pdp') diff --git a/csit/xacml-pdp/plans/teardown.sh b/csit/xacml-pdp/plans/teardown.sh index 3e2fc5f7..1b5fd207 100644 --- a/csit/xacml-pdp/plans/teardown.sh +++ b/csit/xacml-pdp/plans/teardown.sh @@ -21,6 +21,6 @@ docker logs policy-api docker logs simulator docker logs policy-pap -docker logs xacml-pdp +docker logs policy-xacml-pdp docker-compose -f ${SCRIPTS}/docker-compose-all.yml down -v -- cgit 1.2.3-korg