Commit fb523eca by Fred Smith

move load-tests to a better named directory

parent 8fc28120
...@@ -14,11 +14,10 @@ ...@@ -14,11 +14,10 @@
# #
# vars are namespace with the module name. # vars are namespace with the module name.
# #
locust_role_name: "locust"
locust_service_name: "locust" locust_service_name: "locust"
locust_home: "{{ COMMON_APP_DIR }}/{{ locust_service_name }}" locust_home: "{{ COMMON_APP_DIR }}/{{ locust_service_name }}"
locust_user: "locust" locust_user: "locust"
locust_code_dir: "{{ locust_home }}/{{ locust_service_name }}" locust_code_dir: "{{ locust_home }}/load-tests"
locust_requirements_base: "{{ locust_code_dir }}/locust" locust_requirements_base: "{{ locust_code_dir }}/locust"
locust_requirements: locust_requirements:
- "requirements.txt" - "requirements.txt"
...@@ -28,9 +27,9 @@ LOCUST_GIT_IDENTITY: !!null ...@@ -28,9 +27,9 @@ LOCUST_GIT_IDENTITY: !!null
LOCUST_LOADTEST_REPO: 'load-tests' LOCUST_LOADTEST_REPO: 'load-tests'
LOCUST_LOADTEST_REPO_VERSION: 'master' LOCUST_LOADTEST_REPO_VERSION: 'master'
LOCUST_LOADTEST_DIR: '.' LOCUST_LOADTEST_DIR: 'locust/lms'
LOCUST_MASTER: null LOCUST_MASTER: !!null
LOCUST_TARGET_HOST: 'http://localhost/' LOCUST_TARGET_HOST: 'http://localhost/'
......
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