mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 20:24:31 +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>
This commit is contained in:
parent
7705c5962e
commit
183f51d6f6
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user