Commit b4891ad8 by Feanil Patel

Merge pull request #2630 from edx/feanil/locust_requirements

Move the default location for the locust requiremnts files.
parents 77aa67d7 3175ccc7
......@@ -18,7 +18,7 @@ locust_service_name: "locust"
locust_home: "{{ COMMON_APP_DIR }}/{{ locust_service_name }}"
locust_user: "locust"
locust_code_dir: "{{ locust_home }}/load-tests"
locust_requirements_base: "{{ locust_code_dir }}/locust"
locust_requirements_base: "{{ locust_code_dir }}"
locust_requirements:
- "requirements.txt"
locust_run_dir: "{{ locust_code_dir }}/{{ LOCUST_LOADTEST_DIR }}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment