mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-10 20:32:54 +00:00
tests: Re-enable k8s-shared-volume.bats
This test was fixed by previous patches in this PR: kata-containers#9695 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com> Signed-off-by: ChengyuZhu6 <chengyu.zhu@intel.com>
This commit is contained in:
parent
85979021b3
commit
6c5e053dd5
@ -13,8 +13,6 @@ setup() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@test "Containers with shared volume" {
|
@test "Containers with shared volume" {
|
||||||
[ "${KATA_HYPERVISOR}" = "qemu-coco-dev" ] && \
|
|
||||||
skip "See: https://github.com/kata-containers/kata-containers/issues/9668"
|
|
||||||
pod_name="test-shared-volume"
|
pod_name="test-shared-volume"
|
||||||
first_container_name="busybox-first-container"
|
first_container_name="busybox-first-container"
|
||||||
second_container_name="busybox-second-container"
|
second_container_name="busybox-second-container"
|
||||||
@ -42,9 +40,6 @@ setup() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@test "initContainer with shared volume" {
|
@test "initContainer with shared volume" {
|
||||||
[[ "${KATA_HYPERVISOR}" = "qemu-tdx" || "${KATA_HYPERVISOR}" = "qemu-coco-dev" || \
|
|
||||||
"${KATA_HYPERVISOR}" = "qemu-sev" || "${KATA_HYPERVISOR}" = "qemu-snp" ]] && \
|
|
||||||
skip "See: https://github.com/kata-containers/kata-containers/issues/9668"
|
|
||||||
|
|
||||||
pod_name="initcontainer-shared-volume"
|
pod_name="initcontainer-shared-volume"
|
||||||
last_container="last"
|
last_container="last"
|
||||||
|
Loading…
Reference in New Issue
Block a user