Commit 3175ccc7 by Feanil Patel

Move the default location for the locust requiremnts files.

There is a corresponding change in the repo so the public
and private repos have the requirements file in the same
location.
parent 77aa67d7
......@@ -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