Skip to content

Commit

Permalink
Add new parameters for namespaces, network policies, and service test…
Browse files Browse the repository at this point in the history
…ing in execute.yml
  • Loading branch information
agrawaliti committed Jan 15, 2025
1 parent 2e3e8ee commit 568b69c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions steps/engine/clusterloader2/slo/execute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ parameters:
- name: pods_per_node
type: number
default: 50 # Default value for PODS_PER_NODE
- name: no_of_namespaces
type: number
default: 1 # Default value for NO_OF_NAMESPACES
- name: total_network_policies
type: number
default: 0 # Default value for TOTAL_NETWORK_POLICIES
- name: service_test
type: boolean
default: false # Default value for NETWORK_TEST

steps:
- script: |
Expand Down

0 comments on commit 568b69c

Please sign in to comment.