From 9f687e202fb2cdda2083bfdf1963b08fd329964c Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Tue, 21 Jan 2025 09:57:04 +0100 Subject: [PATCH] Distgen generated content --- 3.11-minimal/test/run | 3 ++- 3.11/test/run | 3 ++- 3.12-minimal/test/run | 3 ++- 3.12/test/run | 3 ++- 3.13/test/run | 3 ++- 3.9-minimal/test/run | 3 ++- 3.9/test/run | 3 ++- 7 files changed, 14 insertions(+), 7 deletions(-) diff --git a/3.11-minimal/test/run b/3.11-minimal/test/run index 7b28885e..f48900c8 100755 --- a/3.11-minimal/test/run +++ b/3.11-minimal/test/run @@ -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 $? diff --git a/3.11/test/run b/3.11/test/run index 20fb7718..cf164a4a 100755 --- a/3.11/test/run +++ b/3.11/test/run @@ -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 $? diff --git a/3.12-minimal/test/run b/3.12-minimal/test/run index 7b28885e..f48900c8 100755 --- a/3.12-minimal/test/run +++ b/3.12-minimal/test/run @@ -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 $? diff --git a/3.12/test/run b/3.12/test/run index 20fb7718..cf164a4a 100755 --- a/3.12/test/run +++ b/3.12/test/run @@ -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 $? diff --git a/3.13/test/run b/3.13/test/run index 20fb7718..cf164a4a 100755 --- a/3.13/test/run +++ b/3.13/test/run @@ -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 $? diff --git a/3.9-minimal/test/run b/3.9-minimal/test/run index 7b28885e..f48900c8 100755 --- a/3.9-minimal/test/run +++ b/3.9-minimal/test/run @@ -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 $? diff --git a/3.9/test/run b/3.9/test/run index 20fb7718..cf164a4a 100755 --- a/3.9/test/run +++ b/3.9/test/run @@ -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 $?