mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-08 21:04:35 +00:00
tests: use unique test name
k8s-pid-ns.bats was already using the test name from
k8s-kill-all-process-in-container.bats - probably a copy/paste bug.
Fixes: #7753
Signed-off-by: Dan Mihai <dmihai@microsoft.com>
(cherry picked from commit 183f51d6f6
)
This commit is contained in:
parent
e8c24fa0b9
commit
17d22cae34
@ -15,7 +15,7 @@ setup() {
|
|||||||
get_pod_config_dir
|
get_pod_config_dir
|
||||||
}
|
}
|
||||||
|
|
||||||
@test "Check PID namespaces" {
|
@test "Kill all processes in container" {
|
||||||
# Create the pod
|
# Create the pod
|
||||||
kubectl create -f "${pod_config_dir}/initcontainer-shareprocesspid.yaml"
|
kubectl create -f "${pod_config_dir}/initcontainer-shareprocesspid.yaml"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user