Skip to content

Commit

Permalink
Add support for shared cluster
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
  • Loading branch information
phracek committed Aug 7, 2024
1 parent 42b4a99 commit 6b20bd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/run-openshift-pytest
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

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

cd "${THISDIR}" && python3.12 -m pytest -s -rA --showlocals -vv test_httpd_*.py
cd "${THISDIR}" && python3.12 -m pytest -s -rA --showlocals -vv test_httpd*.py
6 changes: 3 additions & 3 deletions test/run-openshift-remote-cluster
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ test_latest_imagestreams

trap ct_os_cleanup EXIT SIGINT

# For testing on shared OpenShift 4 cluster we use this variable
export SHARED_CLUSTER=true

ct_os_set_ocp4 || exit $OC_ERR

ct_os_check_compulsory_vars || exit $OC_ERR
Expand All @@ -35,6 +32,9 @@ ct_os_tag_image_for_cvp "httpd"

set -u

# For testing on OpenShift 4 we use internal registry
export CT_OCP4_TEST=true

TEST_SUMMARY=''
TEST_SET=${TESTS:-$TEST_LIST} ct_run_tests_from_testset "openshift-remote-cluster"

Expand Down

0 comments on commit 6b20bd7

Please sign in to comment.