Skip to content

Commit 6ebcfb2

Browse files
authored
[docker-vs] Install dependencies for testing DPB (sonic-net#4960)
Added xmltodict and jsondiff packages needed to run vs test cases successfully for DPB. sonic-utilities PR sonic-net#766 has a dependency on these packages. Signed-off-by: Sangita Maity <[email protected]>
1 parent 5f3c4fa commit 6ebcfb2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

platform/vs/docker-sonic-vs/Dockerfile.j2

+4
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ RUN pip install urllib3
5757
RUN pip install requests
5858
RUN pip install crontab
5959

60+
# Install dependencies for Dynamic Port Breakout
61+
RUN pip install xmltodict==0.12.0
62+
RUN pip install jsondiff==1.2.0
63+
6064
{% if docker_sonic_vs_debs.strip() -%}
6165
# Copy locally-built Debian package dependencies
6266
{%- for deb in docker_sonic_vs_debs.split(' ') %}

0 commit comments

Comments
 (0)