diff options
author | Liam Fallon <liam.fallon@est.tech> | 2022-09-08 21:24:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-09-08 21:24:26 +0000 |
commit | 1810513a0be91035e704967ff5c5dd58ac62bef0 (patch) | |
tree | d351b7352f86465ad83957474fff59b5bb672c3e /csit/api | |
parent | 85c73756d72729c5f4e6131cf7f030bccae3307f (diff) | |
parent | c4bd9e44e4c9a9aac1f54a490bc52d231136500c (diff) |
Merge "Improve debugging support for CSITs"
Diffstat (limited to 'csit/api')
-rwxr-xr-x | csit/api/plans/teardown.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/csit/api/plans/teardown.sh b/csit/api/plans/teardown.sh index 71daccc6..6f77caa4 100755 --- a/csit/api/plans/teardown.sh +++ b/csit/api/plans/teardown.sh @@ -18,7 +18,4 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= -docker logs policy-api -docker logs simulator - docker-compose -f ${SCRIPTS}/docker-compose-all.yml down -v |