From 479d2c204f1869490b3d0f11aaa2cb84a6671b09 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 8 Sep 2022 15:54:08 +0100 Subject: Convert CSIT tests to use HTTP rather than HTTPS This commit converts the CSITs from HTTPS to HTTP. It also does some refactoring and didying up on the CSIT environment. Issue-ID: POLICY-4338 Change-Id: I31ac4aa83d476dd677f611a0a0f368dbec4ac21f Signed-off-by: liamfallon --- csit/db-migrator/plans/teardown.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'csit/db-migrator/plans') diff --git a/csit/db-migrator/plans/teardown.sh b/csit/db-migrator/plans/teardown.sh index 30a0f48d..0483d84d 100755 --- a/csit/db-migrator/plans/teardown.sh +++ b/csit/db-migrator/plans/teardown.sh @@ -17,6 +17,4 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= -docker logs postgres - docker-compose -f ${SCRIPTS}/compose-postgres.yml down -v \ No newline at end of file -- cgit 1.2.3-korg