mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-07 20:39:22 +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>
(cherry picked from commit 5b8db30422
)
This commit is contained in:
parent
7fd7186780
commit
3583f373f5
@ -93,8 +93,6 @@ function run_test_fio() {
|
|||||||
|
|
||||||
function run_test_iperf() {
|
function run_test_iperf() {
|
||||||
info "Running Iperf test using ${KATA_HYPERVISOR} hypervisor"
|
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
|
bash network/iperf3_kubernetes/k8s-network-metrics-iperf3.sh
|
||||||
}
|
}
|
||||||
|
@ -18,6 +18,8 @@
|
|||||||
# case 2"
|
# case 2"
|
||||||
# container-server <----> host-client
|
# container-server <----> host-client
|
||||||
|
|
||||||
|
set -x
|
||||||
|
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
SCRIPT_PATH=$(dirname "$(readlink -f "$0")")
|
SCRIPT_PATH=$(dirname "$(readlink -f "$0")")
|
||||||
|
Loading…
Reference in New Issue
Block a user