Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit dcbbe30

Browse files
authored
Merge pull request #5336 from Tim-0731-Hzt/k8s-pid-ns
ci: add k8s-pid-ns.bats
2 parents f239e9f + 490e865 commit dcbbe30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration/kubernetes/run_kubernetes_tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ else
6161
"k8s-nginx-connectivity.bats" \
6262
"k8s-hugepages.bats")
6363
# TODO: runtime-rs doesn't support the following test cases, and will be fixed/improved in the future:
64-
# k8s-block-volume.bats, k8s-cpu-ns.bats, k8s-hugepages.bats, k8s-pid-ns.bats
64+
# k8s-block-volume.bats, k8s-cpu-ns.bats, k8s-hugepages.bats
6565
if [ "$KATA_HYPERVISOR" == "dragonball" ]; then
6666
K8S_TEST_UNION=("k8s-attach-handlers.bats" \
6767
"k8s-caps.bats" \
@@ -98,6 +98,7 @@ else
9898
"k8s-volume.bats" \
9999
"k8s-nginx-connectivity.bats" \
100100
"k8s-ro-volume.bats" \
101+
"k8s-pid-ns.bats" \
101102
)
102103
fi
103104
fi

0 commit comments

Comments
 (0)