Skip to content

Commit

Permalink
tests/services: enable customizing OMB message size
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsp committed Aug 8, 2022
1 parent 4a82326 commit b24f4bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/rptest/services/templates/omb_workload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@ name: {{name}}

topics: {{topics}}
partitionsPerTopic: {{partitions_per_topic}}
{% if message_size is not none %}
messageSize: {{message_size}}
payloadFile: {{payload_file}}
{% else %}
messageSize: 1024
payloadFile: "payload/payload-1Kb.data"
{% endif %}
subscriptionsPerTopic: {{subscriptions_per_topic}}
producersPerTopic: {{producers_per_topic}}
consumerPerSubscription: {{consumer_per_subscription}}
Expand Down

0 comments on commit b24f4bd

Please sign in to comment.