Skip to content

Commit

Permalink
Distgen generated content
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzymadness committed Jan 21, 2025
1 parent 3750a7d commit 9f687e2
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
3 changes: 2 additions & 1 deletion 3.11-minimal/test/run
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ test_application() {

test_from_dockerfile(){
info "Test from Dockerfile"
django_example_repo_url="https://github.com/sclorg/django-ex.git@2.2.x"
# Django 4.2 supports Python 3.9+
django_example_repo_url="https://github.com/sclorg/django-ex.git@4.2.x"

ct_test_app_dockerfile $test_dir/from-dockerfile/Dockerfile.tpl $django_example_repo_url 'Welcome to your Django application on OpenShift' app-src
ct_check_testcase_result $?
Expand Down
3 changes: 2 additions & 1 deletion 3.11/test/run
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ test_application() {

test_from_dockerfile(){
info "Test from Dockerfile"
django_example_repo_url="https://github.com/sclorg/django-ex.git@2.2.x"
# Django 4.2 supports Python 3.9+
django_example_repo_url="https://github.com/sclorg/django-ex.git@4.2.x"

ct_test_app_dockerfile $test_dir/from-dockerfile/Dockerfile.tpl $django_example_repo_url 'Welcome to your Django application on OpenShift' app-src
ct_check_testcase_result $?
Expand Down
3 changes: 2 additions & 1 deletion 3.12-minimal/test/run
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ test_application() {

test_from_dockerfile(){
info "Test from Dockerfile"
django_example_repo_url="https://github.com/sclorg/django-ex.git@2.2.x"
# Django 4.2 supports Python 3.9+
django_example_repo_url="https://github.com/sclorg/django-ex.git@4.2.x"

ct_test_app_dockerfile $test_dir/from-dockerfile/Dockerfile.tpl $django_example_repo_url 'Welcome to your Django application on OpenShift' app-src
ct_check_testcase_result $?
Expand Down
3 changes: 2 additions & 1 deletion 3.12/test/run
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ test_application() {

test_from_dockerfile(){
info "Test from Dockerfile"
django_example_repo_url="https://github.com/sclorg/django-ex.git@2.2.x"
# Django 4.2 supports Python 3.9+
django_example_repo_url="https://github.com/sclorg/django-ex.git@4.2.x"

ct_test_app_dockerfile $test_dir/from-dockerfile/Dockerfile.tpl $django_example_repo_url 'Welcome to your Django application on OpenShift' app-src
ct_check_testcase_result $?
Expand Down
3 changes: 2 additions & 1 deletion 3.13/test/run
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ test_application() {

test_from_dockerfile(){
info "Test from Dockerfile"
django_example_repo_url="https://github.com/sclorg/django-ex.git@2.2.x"
# Django 4.2 supports Python 3.9+
django_example_repo_url="https://github.com/sclorg/django-ex.git@4.2.x"

ct_test_app_dockerfile $test_dir/from-dockerfile/Dockerfile.tpl $django_example_repo_url 'Welcome to your Django application on OpenShift' app-src
ct_check_testcase_result $?
Expand Down
3 changes: 2 additions & 1 deletion 3.9-minimal/test/run
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ test_application() {

test_from_dockerfile(){
info "Test from Dockerfile"
django_example_repo_url="https://github.com/sclorg/django-ex.git@2.2.x"
# Django 4.2 supports Python 3.9+
django_example_repo_url="https://github.com/sclorg/django-ex.git@4.2.x"

ct_test_app_dockerfile $test_dir/from-dockerfile/Dockerfile.tpl $django_example_repo_url 'Welcome to your Django application on OpenShift' app-src
ct_check_testcase_result $?
Expand Down
3 changes: 2 additions & 1 deletion 3.9/test/run
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ test_application() {

test_from_dockerfile(){
info "Test from Dockerfile"
django_example_repo_url="https://github.com/sclorg/django-ex.git@2.2.x"
# Django 4.2 supports Python 3.9+
django_example_repo_url="https://github.com/sclorg/django-ex.git@4.2.x"

ct_test_app_dockerfile $test_dir/from-dockerfile/Dockerfile.tpl $django_example_repo_url 'Welcome to your Django application on OpenShift' app-src
ct_check_testcase_result $?
Expand Down

0 comments on commit 9f687e2

Please # to comment.