Skip to content

Commit 5866b10

Browse files
committed
Add dist-gen generated files
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
1 parent 7b743b8 commit 5866b10

File tree

153 files changed

+216
-63
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+216
-63
lines changed

3.11-minimal/test/run-pytest

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#!/bin/bash
2+
#
3+
# IMAGE_NAME specifies a name of the candidate image used for testing.
4+
# The image has to be available before this script is executed.
5+
# SINGLE_VERSION specifies the major version of the MariaDB in format of X.Y
6+
# OS specifies RHEL version (e.g. OS=rhel8)
7+
#
8+
9+
THISDIR=$(dirname ${BASH_SOURCE[0]})
10+
11+
PYTHON_VERSION="3.12"
12+
if [[ ! -f "/usr/bin/python$PYTHON_VERSION" ]]; then
13+
PYTHON_VERSION="3.13"
14+
fi
15+
cd "${THISDIR}" && "python${PYTHON_VERSION}" -m pytest -s -rA --showlocals -vv test_container_b*.py
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../test/test_container_application.py
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../test/test_container_basics.py

3.11-minimal/test/test_deploy_templates.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

3.11-minimal/test/test_helm_python_django_app.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

3.11-minimal/test/test_helm_python_django_psql_persistent.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

3.11-minimal/test/test_helm_python_imagestreams.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

3.11-minimal/test/test_imagestreams_quickstart.py

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../test/test_ocp_deploy_templates.py
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../test/test_ocp_helm_python_django_app.py

0 commit comments

Comments
 (0)