Merge pull request #7755 from microsoft/danmihai1/unique-test-name

tests: use unique test name
This commit is contained in:
Fabiano Fidêncio
2023-08-27 17:27:40 +02:00
committed by GitHub

View File

@@ -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"