diff options
author | liamfallon <liam.fallon@est.tech> | 2022-09-08 15:54:08 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-09-09 13:26:34 +0100 |
commit | 479d2c204f1869490b3d0f11aaa2cb84a6671b09 (patch) | |
tree | 75e33aee45ac5b6fd28e511d623c3fb5d500579e /csit/db-migrator | |
parent | b21a268b301bc9ac3a9c23eff468f476aebcb44d (diff) |
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 <liam.fallon@est.tech>
Diffstat (limited to 'csit/db-migrator')
-rwxr-xr-x | csit/db-migrator/plans/teardown.sh | 2 |
1 files changed, 0 insertions, 2 deletions
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 |