Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions 3.11-minimal/test/run-pytest
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/bin/bash
#
# IMAGE_NAME specifies a name of the candidate image used for testing.
# The image has to be available before this script is executed.
# SINGLE_VERSION specifies the major version of the MariaDB in format of X.Y
# OS specifies RHEL version (e.g. OS=rhel8)
#

THISDIR=$(dirname ${BASH_SOURCE[0]})

PYTHON_VERSION="3.12"
if [[ ! -f "/usr/bin/python$PYTHON_VERSION" ]]; then
PYTHON_VERSION="3.13"
fi
cd "${THISDIR}" && "python${PYTHON_VERSION}" -m pytest -s -rA --showlocals -vv test_container_*.py
1 change: 1 addition & 0 deletions 3.11-minimal/test/test_container_application.py
1 change: 1 addition & 0 deletions 3.11-minimal/test/test_container_basics.py
1 change: 0 additions & 1 deletion 3.11-minimal/test/test_deploy_templates.py

This file was deleted.

1 change: 0 additions & 1 deletion 3.11-minimal/test/test_helm_python_django_app.py

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion 3.11-minimal/test/test_helm_python_imagestreams.py

This file was deleted.

1 change: 0 additions & 1 deletion 3.11-minimal/test/test_imagestreams_quickstart.py

This file was deleted.

1 change: 1 addition & 0 deletions 3.11-minimal/test/test_ocp_deploy_templates.py
1 change: 1 addition & 0 deletions 3.11-minimal/test/test_ocp_helm_python_django_app.py
1 change: 1 addition & 0 deletions 3.11-minimal/test/test_ocp_helm_python_imagestreams.py
1 change: 1 addition & 0 deletions 3.11-minimal/test/test_ocp_imagestreams_quickstart.py
1 change: 1 addition & 0 deletions 3.11-minimal/test/test_ocp_python_ex_standalone.py
1 change: 1 addition & 0 deletions 3.11-minimal/test/test_ocp_python_ex_template.py
1 change: 0 additions & 1 deletion 3.11-minimal/test/test_python_ex_standalone.py

This file was deleted.

1 change: 0 additions & 1 deletion 3.11-minimal/test/test_python_ex_template.py

This file was deleted.

15 changes: 15 additions & 0 deletions 3.11/test/run-pytest
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/bin/bash
#
# IMAGE_NAME specifies a name of the candidate image used for testing.
# The image has to be available before this script is executed.
# SINGLE_VERSION specifies the major version of the MariaDB in format of X.Y
# OS specifies RHEL version (e.g. OS=rhel8)
#

THISDIR=$(dirname ${BASH_SOURCE[0]})

PYTHON_VERSION="3.12"
if [[ ! -f "/usr/bin/python$PYTHON_VERSION" ]]; then
PYTHON_VERSION="3.13"
fi
cd "${THISDIR}" && "python${PYTHON_VERSION}" -m pytest -s -rA --showlocals -vv test_container_*.py
1 change: 1 addition & 0 deletions 3.11/test/test_container_application.py
1 change: 1 addition & 0 deletions 3.11/test/test_container_basics.py
1 change: 0 additions & 1 deletion 3.11/test/test_deploy_templates.py

This file was deleted.

1 change: 0 additions & 1 deletion 3.11/test/test_helm_python_django_app.py

This file was deleted.

1 change: 0 additions & 1 deletion 3.11/test/test_helm_python_django_psql_persistent.py

This file was deleted.

1 change: 0 additions & 1 deletion 3.11/test/test_helm_python_imagestreams.py

This file was deleted.

1 change: 0 additions & 1 deletion 3.11/test/test_imagestreams_quickstart.py

This file was deleted.

1 change: 1 addition & 0 deletions 3.11/test/test_ocp_deploy_templates.py
1 change: 1 addition & 0 deletions 3.11/test/test_ocp_helm_python_django_app.py
1 change: 1 addition & 0 deletions 3.11/test/test_ocp_helm_python_django_psql_persistent.py
1 change: 1 addition & 0 deletions 3.11/test/test_ocp_helm_python_imagestreams.py
1 change: 1 addition & 0 deletions 3.11/test/test_ocp_imagestreams_quickstart.py
1 change: 1 addition & 0 deletions 3.11/test/test_ocp_python_ex_standalone.py
1 change: 1 addition & 0 deletions 3.11/test/test_ocp_python_ex_template.py
1 change: 0 additions & 1 deletion 3.11/test/test_python_ex_standalone.py

This file was deleted.

1 change: 0 additions & 1 deletion 3.11/test/test_python_ex_template.py

This file was deleted.

15 changes: 15 additions & 0 deletions 3.12-minimal/test/run-pytest
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/bin/bash
#
# IMAGE_NAME specifies a name of the candidate image used for testing.
# The image has to be available before this script is executed.
# SINGLE_VERSION specifies the major version of the MariaDB in format of X.Y
# OS specifies RHEL version (e.g. OS=rhel8)
#

THISDIR=$(dirname ${BASH_SOURCE[0]})

PYTHON_VERSION="3.12"
if [[ ! -f "/usr/bin/python$PYTHON_VERSION" ]]; then
PYTHON_VERSION="3.13"
fi
cd "${THISDIR}" && "python${PYTHON_VERSION}" -m pytest -s -rA --showlocals -vv test_container_*.py
1 change: 1 addition & 0 deletions 3.12-minimal/test/test_container_application.py
1 change: 1 addition & 0 deletions 3.12-minimal/test/test_container_basics.py
1 change: 0 additions & 1 deletion 3.12-minimal/test/test_deploy_templates.py

This file was deleted.

1 change: 0 additions & 1 deletion 3.12-minimal/test/test_helm_python_django_app.py

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion 3.12-minimal/test/test_helm_python_imagestreams.py

This file was deleted.

1 change: 0 additions & 1 deletion 3.12-minimal/test/test_imagestreams_quickstart.py

This file was deleted.

1 change: 1 addition & 0 deletions 3.12-minimal/test/test_ocp_deploy_templates.py
1 change: 1 addition & 0 deletions 3.12-minimal/test/test_ocp_helm_python_django_app.py
1 change: 1 addition & 0 deletions 3.12-minimal/test/test_ocp_helm_python_imagestreams.py
1 change: 1 addition & 0 deletions 3.12-minimal/test/test_ocp_imagestreams_quickstart.py
1 change: 1 addition & 0 deletions 3.12-minimal/test/test_ocp_python_ex_standalone.py
1 change: 1 addition & 0 deletions 3.12-minimal/test/test_ocp_python_ex_template.py
1 change: 0 additions & 1 deletion 3.12-minimal/test/test_python_ex_standalone.py

This file was deleted.

1 change: 0 additions & 1 deletion 3.12-minimal/test/test_python_ex_template.py

This file was deleted.

15 changes: 15 additions & 0 deletions 3.12/test/run-pytest
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/bin/bash
#
# IMAGE_NAME specifies a name of the candidate image used for testing.
# The image has to be available before this script is executed.
# SINGLE_VERSION specifies the major version of the MariaDB in format of X.Y
# OS specifies RHEL version (e.g. OS=rhel8)
#

THISDIR=$(dirname ${BASH_SOURCE[0]})

PYTHON_VERSION="3.12"
if [[ ! -f "/usr/bin/python$PYTHON_VERSION" ]]; then
PYTHON_VERSION="3.13"
fi
cd "${THISDIR}" && "python${PYTHON_VERSION}" -m pytest -s -rA --showlocals -vv test_container_*.py
1 change: 1 addition & 0 deletions 3.12/test/test_container_application.py
1 change: 1 addition & 0 deletions 3.12/test/test_container_basics.py
1 change: 0 additions & 1 deletion 3.12/test/test_deploy_templates.py

This file was deleted.

1 change: 0 additions & 1 deletion 3.12/test/test_helm_python_django_app.py

This file was deleted.

1 change: 0 additions & 1 deletion 3.12/test/test_helm_python_django_psql_persistent.py

This file was deleted.

1 change: 0 additions & 1 deletion 3.12/test/test_helm_python_imagestreams.py

This file was deleted.

1 change: 0 additions & 1 deletion 3.12/test/test_imagestreams_quickstart.py

This file was deleted.

1 change: 1 addition & 0 deletions 3.12/test/test_ocp_deploy_templates.py
1 change: 1 addition & 0 deletions 3.12/test/test_ocp_helm_python_django_app.py
1 change: 1 addition & 0 deletions 3.12/test/test_ocp_helm_python_django_psql_persistent.py
1 change: 1 addition & 0 deletions 3.12/test/test_ocp_helm_python_imagestreams.py
1 change: 1 addition & 0 deletions 3.12/test/test_ocp_imagestreams_quickstart.py
1 change: 1 addition & 0 deletions 3.12/test/test_ocp_python_ex_standalone.py
1 change: 1 addition & 0 deletions 3.12/test/test_ocp_python_ex_template.py
1 change: 0 additions & 1 deletion 3.12/test/test_python_ex_standalone.py

This file was deleted.

1 change: 0 additions & 1 deletion 3.12/test/test_python_ex_template.py

This file was deleted.

15 changes: 15 additions & 0 deletions 3.13-minimal/test/run-pytest
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/bin/bash
#
# IMAGE_NAME specifies a name of the candidate image used for testing.
# The image has to be available before this script is executed.
# SINGLE_VERSION specifies the major version of the MariaDB in format of X.Y
# OS specifies RHEL version (e.g. OS=rhel8)
#

THISDIR=$(dirname ${BASH_SOURCE[0]})

PYTHON_VERSION="3.12"
if [[ ! -f "/usr/bin/python$PYTHON_VERSION" ]]; then
PYTHON_VERSION="3.13"
fi
cd "${THISDIR}" && "python${PYTHON_VERSION}" -m pytest -s -rA --showlocals -vv test_container_*.py
1 change: 1 addition & 0 deletions 3.13-minimal/test/test_container_application.py
1 change: 1 addition & 0 deletions 3.13-minimal/test/test_container_basics.py
1 change: 0 additions & 1 deletion 3.13-minimal/test/test_deploy_templates.py

This file was deleted.

1 change: 0 additions & 1 deletion 3.13-minimal/test/test_helm_python_django_app.py

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion 3.13-minimal/test/test_helm_python_imagestreams.py

This file was deleted.

1 change: 0 additions & 1 deletion 3.13-minimal/test/test_imagestreams_quickstart.py

This file was deleted.

1 change: 1 addition & 0 deletions 3.13-minimal/test/test_ocp_deploy_templates.py
1 change: 1 addition & 0 deletions 3.13-minimal/test/test_ocp_helm_python_django_app.py
1 change: 1 addition & 0 deletions 3.13-minimal/test/test_ocp_helm_python_imagestreams.py
1 change: 1 addition & 0 deletions 3.13-minimal/test/test_ocp_imagestreams_quickstart.py
1 change: 1 addition & 0 deletions 3.13-minimal/test/test_ocp_python_ex_standalone.py
1 change: 1 addition & 0 deletions 3.13-minimal/test/test_ocp_python_ex_template.py
1 change: 0 additions & 1 deletion 3.13-minimal/test/test_python_ex_standalone.py

This file was deleted.

1 change: 0 additions & 1 deletion 3.13-minimal/test/test_python_ex_template.py

This file was deleted.

15 changes: 15 additions & 0 deletions 3.13/test/run-pytest
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/bin/bash
#
# IMAGE_NAME specifies a name of the candidate image used for testing.
# The image has to be available before this script is executed.
# SINGLE_VERSION specifies the major version of the MariaDB in format of X.Y
# OS specifies RHEL version (e.g. OS=rhel8)
#

THISDIR=$(dirname ${BASH_SOURCE[0]})

PYTHON_VERSION="3.12"
if [[ ! -f "/usr/bin/python$PYTHON_VERSION" ]]; then
PYTHON_VERSION="3.13"
fi
cd "${THISDIR}" && "python${PYTHON_VERSION}" -m pytest -s -rA --showlocals -vv test_container_*.py
1 change: 1 addition & 0 deletions 3.13/test/test_container_application.py
1 change: 1 addition & 0 deletions 3.13/test/test_container_basics.py
1 change: 0 additions & 1 deletion 3.13/test/test_deploy_templates.py

This file was deleted.

1 change: 0 additions & 1 deletion 3.13/test/test_helm_python_django_app.py

This file was deleted.

1 change: 0 additions & 1 deletion 3.13/test/test_helm_python_django_psql_persistent.py

This file was deleted.

1 change: 0 additions & 1 deletion 3.13/test/test_helm_python_imagestreams.py

This file was deleted.

1 change: 0 additions & 1 deletion 3.13/test/test_imagestreams_quickstart.py

This file was deleted.

1 change: 1 addition & 0 deletions 3.13/test/test_ocp_deploy_templates.py
1 change: 1 addition & 0 deletions 3.13/test/test_ocp_helm_python_django_app.py
1 change: 1 addition & 0 deletions 3.13/test/test_ocp_helm_python_django_psql_persistent.py
1 change: 1 addition & 0 deletions 3.13/test/test_ocp_helm_python_imagestreams.py
1 change: 1 addition & 0 deletions 3.13/test/test_ocp_imagestreams_quickstart.py
1 change: 1 addition & 0 deletions 3.13/test/test_ocp_python_ex_standalone.py
1 change: 1 addition & 0 deletions 3.13/test/test_ocp_python_ex_template.py
1 change: 0 additions & 1 deletion 3.13/test/test_python_ex_standalone.py

This file was deleted.

1 change: 0 additions & 1 deletion 3.13/test/test_python_ex_template.py

This file was deleted.

15 changes: 15 additions & 0 deletions 3.6/test/run-pytest
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/bin/bash
#
# IMAGE_NAME specifies a name of the candidate image used for testing.
# The image has to be available before this script is executed.
# SINGLE_VERSION specifies the major version of the MariaDB in format of X.Y
# OS specifies RHEL version (e.g. OS=rhel8)
#

THISDIR=$(dirname ${BASH_SOURCE[0]})

PYTHON_VERSION="3.12"
if [[ ! -f "/usr/bin/python$PYTHON_VERSION" ]]; then
PYTHON_VERSION="3.13"
fi
cd "${THISDIR}" && "python${PYTHON_VERSION}" -m pytest -s -rA --showlocals -vv test_container_*.py
Loading