Skip to content

Commit

Permalink
[docker-vs] Install dependencies for testing DPB (#4960)
Browse files Browse the repository at this point in the history
Added xmltodict and jsondiff packages needed to run vs test cases successfully for DPB.
sonic-utilities PR #766 has a dependency on these packages.

Signed-off-by: Sangita Maity <[email protected]>
  • Loading branch information
samaity authored Jul 14, 2020
1 parent 5f3c4fa commit 6ebcfb2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platform/vs/docker-sonic-vs/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ RUN pip install urllib3
RUN pip install requests
RUN pip install crontab

# Install dependencies for Dynamic Port Breakout
RUN pip install xmltodict==0.12.0
RUN pip install jsondiff==1.2.0

{% if docker_sonic_vs_debs.strip() -%}
# Copy locally-built Debian package dependencies
{%- for deb in docker_sonic_vs_debs.split(' ') %}
Expand Down

0 comments on commit 6ebcfb2

Please sign in to comment.