Distgen regenerated content + manual change for minimal container

This commit is contained in:
phracek 2022-02-22 09:02:31 +00:00
commit aa1ec203ed
4 changed files with 26 additions and 8 deletions

View file

@ -24,6 +24,9 @@ test_latest_imagestreams() {
ct_check_latest_imagestreams
popd >/dev/null
}
# Pull image before going throw tests
# Exit in case of failure
ct_pull_image "quay.io/centos7/postgresql-10-centos7" "true"
ct_os_check_compulsory_vars
@ -38,7 +41,6 @@ fi
ct_os_cluster_up
ct_os_test_s2i_app "${IMAGE_NAME}" "${THISDIR}/standalone-test-app" . "Hello World from standalone WSGI application!"
ct_os_test_s2i_app "${IMAGE_NAME}" "https://github.com/sclorg/django-ex.git" . 'Welcome to your Django application on OpenShift'
for template in $EPHEMERAL_TEMPLATES; do