sclorg / s2i-perl-container

Perl container images based on Red Hat Software Collections and intended for OpenShift and general usage, that provide a platform for building and running Perl applications. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
http://softwarecollections.org
Apache License 2.0
16 stars 56 forks source link

Add PyTest suite for testing perl container in OpenShift 4 #309

Closed phracek closed 2 months ago

phracek commented 2 months ago

This pull request supports testing perl container in OpenShift 4 by PyTest.

See a similar pull request here: https://github.com/sclorg/s2i-python-container/pull/691

The pull request is separated into several commit in order to better review. 1) Adding test suite into test directory 2) Remove deprecated OpenShift 3 tests 3) Fix imagestream custom_tag definition 4) Distribution pytest into <version>/test symlinks.

phracek commented 2 months ago

[test-openshift-pytest]

phracek commented 2 months ago

[test-openshift-pytest]

phracek commented 2 months ago

[test-all]

phracek commented 2 months ago

The pull request itself does not break s2i-perl-container functionality. Only adds new set of tests.!!!!