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
commit b8b4707174
1 changed files with 4 additions and 1 deletions

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 }}"