diff options
author | danielhanrahan <daniel.hanrahan@est.tech> | 2022-05-26 15:59:00 +0100 |
---|---|---|
committer | danielhanrahan <daniel.hanrahan@est.tech> | 2022-05-26 15:59:00 +0100 |
commit | 7e5b47d30a6ec7b4921a0c681ad9c032c7672a0b (patch) | |
tree | aa71fb82a5eadd126aedb7fdfbeaad826f90a08d /csit/apex-pdp/plans | |
parent | 73252abca4c734712fc6345f12a3e524a0d95ffe (diff) |
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 <daniel.hanrahan@est.tech>
Change-Id: I99da5c45af4051afcc62924142201d9edc474780
Diffstat (limited to 'csit/apex-pdp/plans')
-rw-r--r-- | csit/apex-pdp/plans/teardown.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/apex-pdp/plans/teardown.sh b/csit/apex-pdp/plans/teardown.sh index a44e3aab..e2e62ab3 100644 --- a/csit/apex-pdp/plans/teardown.sh +++ b/csit/apex-pdp/plans/teardown.sh @@ -23,6 +23,6 @@ docker logs policy-api docker logs simulator docker logs policy-pap -docker logs apex-pdp +docker logs policy-apex-pdp docker-compose -f ${SCRIPTS}/docker-compose-all.yml down -v |