mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-02 05:34:46 +00:00
metrics: Fix latency yamls path
This PR fixes the latency yamls path for the latency test for kata metrics. Fixes #8055 Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
parent
11cf0e2d28
commit
81c8babca9
@ -30,7 +30,7 @@ function main() {
|
||||
sleep_time=2
|
||||
|
||||
# Create server
|
||||
kubectl create -f "${SCRIPT_PATH}/runtimeclass_workloads/latency-server.yaml"
|
||||
kubectl create -f "${SCRIPT_PATH}/latency-server.yaml"
|
||||
|
||||
# Get the names of the server pod
|
||||
export server_pod_name="latency-server"
|
||||
@ -40,7 +40,7 @@ function main() {
|
||||
waitForProcess "$wait_time" "$sleep_time" "$cmd"
|
||||
|
||||
# Create client
|
||||
kubectl create -f "${SCRIPT_PATH}/runtimeclass_workloads/latency-client.yaml"
|
||||
kubectl create -f "${SCRIPT_PATH}/latency-client.yaml"
|
||||
|
||||
# Get the names of the client pod
|
||||
export client_pod_name="latency-client"
|
||||
|
Loading…
Reference in New Issue
Block a user