-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Environment Variables for Locust playbooks #244
Comments
Sorry, I'm no sure what it is you want to do, so I'm guessing here. Could you use environment variables to pass in variables? import os
class MainPage(HttpLocust):
host = os.environ.get("LOCUST_HOST") I might be misunderstanding what it is you want to do. Perhaps you could elaborate? |
great! that will work :) Thanks |
Hello Everyone, I were using jmeter till now but i saw it is taking lots of resources and memory to run, |
Hello Everyone, I were using jmeter till now but i saw it is taking lots of resources and memory to run, |
Folks,
Is there a way to pass the host variable into the playbook?
In other words, I would like to pass in
http://foo.com
and/index.html
into the playbook as parameters${HOSTNAME}
and${URI}
. Is this possible?Thanks!
The text was updated successfully, but these errors were encountered: