tests: pull-image: Remove skips

Given that we think the containerd -> snapshotter image cache
problems have been resolved by bumping to nydus-snapshotter v0.3.13
we can try removing the skips to test this out

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman 2024-05-16 10:37:04 +01:00 committed by Fabiano Fidêncio
parent 7ac302e2d8
commit a92defdffe
No known key found for this signature in database
GPG Key ID: EE926C2BDACC177B

View File

@ -116,7 +116,6 @@ setup() {
} }
@test "Test we can pull an unencrypted image inside the guest twice in a row and then outside the guest successfully" { @test "Test we can pull an unencrypted image inside the guest twice in a row and then outside the guest successfully" {
skip "Skip this test until we use containerd 2.0 with 'image pull per runtime class' feature: https://github.com/containerd/containerd/issues/9377"
# 1. Create one kata pod with the $unencrypted_image_1 image and nydus annotation twice # 1. Create one kata pod with the $unencrypted_image_1 image and nydus annotation twice
kata_pod_with_nydus_config="$(new_pod_config "$unencrypted_image_1" "kata-${KATA_HYPERVISOR}")" kata_pod_with_nydus_config="$(new_pod_config "$unencrypted_image_1" "kata-${KATA_HYPERVISOR}")"
set_node "$kata_pod_with_nydus_config" "$node" set_node "$kata_pod_with_nydus_config" "$node"
@ -172,7 +171,6 @@ setup() {
} }
@test "Test we can pull an other unencrypted image outside the guest and then inside the guest successfully" { @test "Test we can pull an other unencrypted image outside the guest and then inside the guest successfully" {
skip "Skip this test until we use containerd 2.0 with 'image pull per runtime class' feature: https://github.com/containerd/containerd/issues/9377"
# 1. Create one kata pod with the $unencrypted_image_2 image and without nydus annotation # 1. Create one kata pod with the $unencrypted_image_2 image and without nydus annotation
kata_pod_without_nydus_config="$(new_pod_config "$unencrypted_image_2" "kata-${KATA_HYPERVISOR}")" kata_pod_without_nydus_config="$(new_pod_config "$unencrypted_image_2" "kata-${KATA_HYPERVISOR}")"
set_node "$kata_pod_without_nydus_config" "$node" set_node "$kata_pod_without_nydus_config" "$node"