Skip to content

Commit

Permalink
Call templates from examples directory.
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
  • Loading branch information
phracek committed Mar 1, 2023
1 parent 2d76a18 commit 29f518a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion test/postgresql-ephemeral-template.json

This file was deleted.

1 change: 0 additions & 1 deletion test/postgresql-persistent-template.json

This file was deleted.

2 changes: 1 addition & 1 deletion test/test-lib-postgresql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function test_postgresql_integration() {
postgresql-persistent-template.json"
for template in $TEMPLATES; do
ct_os_test_template_app_func "${IMAGE_NAME}" \
"${THISDIR}/${template}" \
"${THISDIR}/examples/${template}" \
"${service_name}" \
"ct_os_check_cmd_internal '<SAME_IMAGE>' '${service_name}-testing' 'PGPASSWORD=testp pg_isready -t 15 -h <IP> -U testu -d testdb' 'accepting connections' 120" \
"-p POSTGRESQL_VERSION=${VERSION} \
Expand Down

0 comments on commit 29f518a

Please sign in to comment.