From 17d22cae34a08b414c2d5c17f19b741285d31fce Mon Sep 17 00:00:00 2001 From: Dan Mihai Date: Fri, 25 Aug 2023 02:09:55 +0000 Subject: [PATCH] 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 (cherry picked from commit 183f51d6f632fc83d06a9e42b849e0d548b8e6aa) --- .../kubernetes/k8s-kill-all-process-in-container.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/kubernetes/k8s-kill-all-process-in-container.bats b/tests/integration/kubernetes/k8s-kill-all-process-in-container.bats index 5081b8d7d1..b404292456 100644 --- a/tests/integration/kubernetes/k8s-kill-all-process-in-container.bats +++ b/tests/integration/kubernetes/k8s-kill-all-process-in-container.bats @@ -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"