mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-11 04:42:16 +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>
(cherry picked from commit 81c8babca9
)
This commit is contained in:
parent
665805c81c
commit
e106ecd1e4
@ -30,7 +30,7 @@ function main() {
|
|||||||
sleep_time=2
|
sleep_time=2
|
||||||
|
|
||||||
# Create server
|
# 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
|
# Get the names of the server pod
|
||||||
export server_pod_name="latency-server"
|
export server_pod_name="latency-server"
|
||||||
@ -40,7 +40,7 @@ function main() {
|
|||||||
waitForProcess "$wait_time" "$sleep_time" "$cmd"
|
waitForProcess "$wait_time" "$sleep_time" "$cmd"
|
||||||
|
|
||||||
# Create client
|
# 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
|
# Get the names of the client pod
|
||||||
export client_pod_name="latency-client"
|
export client_pod_name="latency-client"
|
||||||
|
Loading…
Reference in New Issue
Block a user