cloud-bulldozer / ocm-api-load

A set of load tests for OCM's clusters-service, based on vegeta.
Apache License 2.0
1 stars 8 forks source link

Adds bulk upload to ES #40

Closed chentex closed 3 years ago

chentex commented 3 years ago

Signed-off-by: Vicente Zepeda Mas vzepedam@redhat.com

Description

Adding sub-task for automation script to bulk upload the result files to an ES instance.

usage: python3 automation.py esbulk --index <your-intex> --dir </path/to/result/files>

Fixes

Using python logger instead of pure print