metrics: Enable iperf benchmark on gha for kata metrics

This PR enables the iperf benchmark to run on the gha for kata metrics.

Fixes #7575

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2023-08-07 21:11:02 +00:00
parent cf46b056fd
commit 5b8db30422
2 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,6 @@ function run_test_fio() {
function run_test_iperf() {
info "Running Iperf test using ${KATA_HYPERVISOR} hypervisor"
# ToDo: remove the exit once the metrics workflow is stable
exit 0
bash network/iperf3_kubernetes/k8s-network-metrics-iperf3.sh
}

View File

@ -18,6 +18,8 @@
# case 2"
# container-server <----> host-client
set -x
set -o pipefail
SCRIPT_PATH=$(dirname "$(readlink -f "$0")")