Skip to content

Commit 979b709

Browse files
committed
tests: explicitly state tag during pure image test
1 parent cc5dd19 commit 979b709

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: test/run-openshift

+3-1
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ function test_postgresql_pure_image() {
5555

5656
ct_os_new_project
5757
ct_os_upload_image "${image_name}"
58+
# Create a specific imagestream tag for the image so that oc cannot use anything else
59+
ct_os_upload_image "${image_name}" "$image_name_no_namespace:testing"
5860

59-
ct_os_deploy_pure_image "${image_name}" \
61+
ct_os_deploy_pure_image "$image_name_no_namespace:testing" \
6062
--name "${service_name}" \
6163
--env POSTGRESQL_ADMIN_PASSWORD=test
6264

0 commit comments

Comments
 (0)