mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 03:42:09 +00:00
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:
parent
cf46b056fd
commit
5b8db30422
@ -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
|
||||
}
|
||||
|
@ -18,6 +18,8 @@
|
||||
# case 2"
|
||||
# container-server <----> host-client
|
||||
|
||||
set -x
|
||||
|
||||
set -o pipefail
|
||||
|
||||
SCRIPT_PATH=$(dirname "$(readlink -f "$0")")
|
||||
|
Loading…
Reference in New Issue
Block a user