We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d6a60 commit 7e5e86dCopy full SHA for 7e5e86d
tests/check_imagestreams.sh
@@ -8,7 +8,8 @@ show_all_imagestreams=$(dirname "$(readlink -f "$0")")/../show_all_imagestreams.
8
test $? -eq 1
9
"${PYTHON-python3}" "$check_imagestreams" "2.4"
10
test $? -eq 0
11
-echo "Check full is output"
+
12
+echo "This tests check if 'show_all_imagestreams.py' returns proper output"
13
output=$("${PYTHON-python3}" "$show_all_imagestreams")
14
test "${output#*"- latest -> 2.4"}" != "$output" && echo "latest found in the output"
15
test "${output#*"- 2.4 -> registry.redhat.io/rhscl/httpd-24-rhel7"}" != "$output" && echo "2.4 found in the output"
0 commit comments