[sonic-mgmt]: install pytest-ansible for running pytests in sonic-mgmt (#2757)

Signed-off-by: Guohan Lu <gulv@microsoft.com>
This commit is contained in:
lguohan 2019-04-10 12:23:59 -07:00 committed by GitHub
parent ded4fe27ff
commit bd5be5d328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,9 @@ RUN pip install ipaddr \
RUN pip install azure-kusto-data==0.0.13 \
azure-kusto-ingest==0.0.13
# Install pytest-ansible module
RUN pip install pytest-ansible==2.0.2
## Copy and install sonic-mgmt docker dependencies
COPY \
{% for deb in docker_sonic_mgmt_debs.split(' ') -%}