Merge "Allow locust benchmarks to use zeromq"

This commit is contained in:
Jenkins
2017-02-13 14:00:40 +00:00
committed by Gerrit Code Review

View File

@@ -19,7 +19,10 @@
tasks: tasks:
- name: Install locust - name: Install locust
pip: pip:
name: locustio name: "{{ item }}"
with_items:
- locustio
- pyzmq
- name: Drop benchmarking config files - name: Drop benchmarking config files
template: template:
src: "{{ item.src }}" src: "{{ item.src }}"