Skip to content

Commit

Permalink
Merge pull request #648 from sclorg/fix_openshift_4_tests
Browse files Browse the repository at this point in the history
Add test_latest_imagestreams
  • Loading branch information
phracek authored Nov 15, 2023
2 parents 0c732f5 + d12e333 commit c533372
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/run-openshift-remote-cluster
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ test_python_s2i_app_ex_standalone
test_python_s2i_app_ex
test_python_imagestream
test_python_s2i_templates
test_latest_imagestreams
"

ct_os_set_ocp4
Expand Down
9 changes: 9 additions & 0 deletions test/test-lib-python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,14 @@ https://raw.githubusercontent.com/openshift/origin/master/examples/quickstarts/d
done
}

function test_latest_imagestreams() {
info "Testing the latest version in imagestreams"
# Switch to root directory of a container
pushd "${THISDIR}/../.." >/dev/null
ct_check_latest_imagestreams
popd >/dev/null
}


# vim: set tabstop=2:shiftwidth=2:expandtab:

0 comments on commit c533372

Please sign in to comment.