mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-24 10:17:21 +00:00
Merge pull request #9419 from GabyCT/topic/fxlatency
metrics: Improve latency test cleanup
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user