Merge pull request #9419 from GabyCT/topic/fxlatency

metrics: Improve latency test cleanup
This commit is contained in:
GabyCT
2024-04-05 16:31:00 -06:00
committed by GitHub

View File

@@ -22,6 +22,10 @@ function latency_cleanup() {
info "Latency test cleanup"
kubectl delete -f "${SCRIPT_PATH}/latency-server.yaml"
kubectl delete -f "${SCRIPT_PATH}/latency-client.yaml"
kubectl delete pods "${client_pod_name}" "${server_pod_name}"
kill_kata_components && sleep 1
check_processes
info "End of latency test"
}
function main() {