tests: delete k8s deployment at the test's end

At the end of k8s-kill-all-process-in-container.bats, delete the
deployment it created.

Fixes: #7752

Signed-off-by: Dan Mihai <dmihai@microsoft.com>
This commit is contained in:
Dan Mihai 2023-08-25 02:16:35 +00:00
parent 7705c5962e
commit 6a974679f2

View File

@ -31,5 +31,6 @@ setup() {
}
teardown() {
kubectl delete -f "${pod_config_dir}/pod-quota-deployment.yaml"
kubectl delete -f "${pod_config_dir}/resource-quota.yaml"
}