tests: fixup error assert in pull image test

Guest components is now less verbose with its error messages. This will
be fixed after the release but for now switch to a more generic error
message that is still found in the logs.

Signed-off-by: Tobin Feldman-Fitzthum <tobin@ibm.com>
This commit is contained in:
Tobin Feldman-Fitzthum 2025-05-13 16:57:52 -05:00
parent 806abeefb9
commit be708f410e

View File

@ -84,8 +84,7 @@ setup() {
# The pod should be failed because the unpacked image size is larger than the memory size in the guest.
assert_pod_fail "$pod_config"
assert_logs_contain "$node" kata "$node_start_time" \
'No space left on device'
assert_logs_contain "$node" kata "$node_start_time" "failed to pull image"
}
@test "Test we can pull an image inside the guest using trusted storage" {