Skip to content

Commit

Permalink
[sonic-mgmt]: install pytest-ansible for running pytests in sonic-mgmt (
Browse files Browse the repository at this point in the history
#2757)

Signed-off-by: Guohan Lu <[email protected]>
  • Loading branch information
lguohan authored Apr 10, 2019
1 parent ded4fe2 commit bd5be5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dockers/docker-sonic-mgmt/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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(' ') -%}
Expand Down

0 comments on commit bd5be5d

Please sign in to comment.