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:
- name: Install locust
pip:
name: locustio
name: "{{ item }}"
with_items:
- locustio
- pyzmq
- name: Drop benchmarking config files
template:
src: "{{ item.src }}"