Skip to content

Commit

Permalink
Remove 4 pairs scenario
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <[email protected]>
  • Loading branch information
rsevilla87 committed Sep 8, 2022
1 parent 82f2651 commit 65e41dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workloads/network-perf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The run.sh script can be tweaked with the following environment variables
| **ADDRESSPOOL** | To provide MetalLB addresspool for a service, this will be used as LoadBalancer network. Mentioned addresspool should be pre-provisioned before execution of this script. | addresspool-l2 |
| **SERVICE_ETP** | To mention the type of `ExternalTrafficPolicy` of a service, supported option `Cluster` or `Local` | Cluster |
| **SAMPLES** | How many times to run the tests | 3 |
| **PAIRS** | List with the number of pairs the test will be triggered (hostnet variant is executed w/ 1 pair only) | 1 2 4 |
| **PAIRS** | List with the number of pairs the test will be triggered (hostnet variant is executed w/ 1 pair only) | 1 2 |
| **TEST_TIMEOUT** | Benchmark timeout, in seconds | 7200 (2 hours) |
| **TEST_CLEANUP** | Remove benchmark CR at the end | true |

Expand Down
2 changes: 1 addition & 1 deletion workloads/network-perf/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export ADDRESSPOOL=${ADDRESSPOOL:-addresspool-l2}
export SERVICE_ETP=${SERVICE_ETP:-Cluster}
export TEST_TIMEOUT=${TEST_TIMEOUT:-7200}
export SAMPLES=${SAMPLES:-3}
export PAIRS=${PAIRS:-1 2 4}
export PAIRS=${PAIRS:-1 2}

# Comparison and csv generation

Expand Down

0 comments on commit 65e41dd

Please sign in to comment.