Skip to content

Commit

Permalink
Merge pull request #720 from jtaleric/virt
Browse files Browse the repository at this point in the history
Adding Virt for k8s-netperf
  • Loading branch information
openshift-merge-bot[bot] committed Sep 16, 2024
2 parents e8a749c + 0ec4b41 commit 5a56901
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions workloads/network-perf-v2/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ fi
export ALL_SCENARIOS=${ALL_SCENARIOS:-true}
export DEBUG=${DEBUG:-true}
export METRICS=${METRICS:-true}
export VM=${VIRT:-false}
export NETPERF_FILENAME=${NETPERF_FILENAME:-k8s-netperf}
export NETPERF_VERSION=${NETPERF_VERSION:-v0.1.25}
export OS=${OS:-Linux}
Expand Down
1 change: 1 addition & 0 deletions workloads/network-perf-v2/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ add_flag "prom" "${PROMETHEUS_URL}"
add_flag "search" "${ES_SERVER}"
add_flag "tcp-tolerance" "${TOLERANCE}"
add_flag "uuid" "${UUID}"
add_flag "vm" "${VM}"

# Execute the constructed command
eval "$cmd"
Expand Down

0 comments on commit 5a56901

Please sign in to comment.