Skip to content

Commit

Permalink
tmt: Fix assert in lbi install test
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Kyrouac <[email protected]>
  • Loading branch information
ckyrouac committed Oct 30, 2024
1 parent e1ea6f1 commit 8eca9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/booted/test-logically-bound-install.nu
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ print "IMAGES:"
podman --storage-opt=additionalimagestore=/usr/lib/bootc/storage images # for debugging
assert ($images | any {|item| $item.column1 == "quay.io/curl/curl"})
assert ($images | any {|item| $item.column1 == "quay.io/curl/curl-base"})
assert ($images | any {|item| $item.column1 == "registry.access.redhat.com/ubi9/podman:latest"}) # this image is signed
assert ($images | any {|item| $item.column1 == "registry.access.redhat.com/ubi9/podman"}) # this image is signed

tap ok

0 comments on commit 8eca9ae

Please sign in to comment.