zalando-incubator / zelt

A command-line tool for orchestrating the deployment of Locust in Kubernetes.
https://zelt.readthedocs.io
MIT License
36 stars 3 forks source link

zelt --config does not work #27

Open Olamyy opened 4 years ago

Olamyy commented 4 years ago

Describe the bug The documentation mentions zelt can be started with a config file by invoking zelt --config [config.yaml]. However, when I do this, nothing happens. I just get the help message.

Zelt version Output of the command zelt --version. 1.2.15

To Reproduce Steps and input files to reproduce the behavior:

  1. Create a config file
  2. Run zelt --config [path to your config]
  3. See error

Expected behavior The load test should start with the parameters in the config file

Screenshots

#config.yaml
locustfile: locust-scripts/locustfile.py
manifests: manifests/distributed
worker-pods: 5

image

If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.