Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running locust tests as a list of scenarios #590

Closed
prince-mishra opened this issue May 23, 2017 · 4 comments
Closed

Running locust tests as a list of scenarios #590

prince-mishra opened this issue May 23, 2017 · 4 comments

Comments

@prince-mishra
Copy link

prince-mishra commented May 23, 2017

Perhaps a naive question, but I wish to have the ability to run multiple locust tests (different min_wait, max_wait times, different servers, etc) which can be specified in a scenario configuration. Right now, I am generating locustfiles for each of these scenarios and then trigger the tests sequentially (using a wrapper script).
Is there a better way?

@aldenpeterson-wf
Copy link
Contributor

Use environment variables?

@bgroupe
Copy link

bgroupe commented May 23, 2017

@prince-mishra perhaps this PR is of interest #371

@prince-mishra
Copy link
Author

@aldenpeterson-wf environment variable to switch between methods and parameters is a good idea, but that will make the code considerably more complex. I think the PR #371 that @bgroupe mentioned is something that I really need. Thanks! I have a wrapper script that generates all these locustfiles correctly anyway.

@aldenpeterson-wf
Copy link
Contributor

This appears addressed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants