mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-03 17:20:05 +00:00
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:
parent
7ac302e2d8
commit
a92defdffe
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user