I have the following taurus yaml scenario with 40 iterations and 40 json files. I am passing those 40 body json files in the body-file tag. but when i run the yaml i can see only one request running and not all 40. Please help in this regards.
execution:
- concurrency: 1
iterations: 40
hold-for: 0s
ramp-up: 0s
scenario: queryData
delay: 0s
queryData:
#data-sources:
#- /bzt/bzt_artifacts/query.csv
#delimiter: ","
requests:
- include-scenario: authCToken
- label: queryData
method: POST
url: ${TARGET_URL}
headers:
X-TR-Correlation-Id: ""
Authorization: "${authc_token}"
Content-Type: application/json
Accept: application/json
#DNT: 1
body-file: /bzt/bzt_artifacts/test1.json, test2.json etc., test100.json