1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-04-29 12:14:48 +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: 

Signed-off-by: Dan Mihai <dmihai@microsoft.com>
This commit is contained in:
Dan Mihai 2023-08-25 02:09:55 +00:00
parent 7705c5962e
commit 183f51d6f6

View File

@ -15,7 +15,7 @@ setup() {
get_pod_config_dir
}
@test "Check PID namespaces" {
@test "Kill all processes in container" {
# Create the pod
kubectl create -f "${pod_config_dir}/initcontainer-shareprocesspid.yaml"