Skip to content

Commit

Permalink
Merge pull request #1 from vikumarks/work-dpugen-update-in-saichallen…
Browse files Browse the repository at this point in the history
…ger-bldr

 dpugen version update and update to latest saichallenge
  • Loading branch information
vikumarks authored Oct 29, 2024
2 parents be2aa16 + cc002a4 commit 3748ce1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
22 changes: 12 additions & 10 deletions dash-pipeline/dockerfiles/Dockerfile.saichallenger-client-bldr
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Requires <url of sai-challenger branch> <commit sha> or something
# sc-client:240216
FROM sc-client:buster
FROM plvisiondevs/sc-client:bullseye-latest

ADD tests/ /tests/

Expand All @@ -10,16 +10,18 @@ ADD SAI/SAI/test/ptf /SAI/test/ptf
# Install PTF test framework & test-cases from SAI repo
ADD SAI/SAI/ptf /SAI/ptf/

# Install dependencies for dpugen==0.0.5
RUN apt-get update && \
apt-get install -y python3-lxml
# Install dependencies for dpugen==0.2.3
RUN apt-get update -y
RUN apt-get install -y python3-lxml

# Install the python libraries
RUN python3 -m pip install -r /tests/requirements.txt && \
pip3 install scapy \
dpugen==0.0.5 \
pysubnettree \
macaddress \
munch
RUN python3 -m pip install --upgrade pip
RUN python3 -m pip install setuptools_rust
RUN python3 -m pip install -r /tests/requirements.txt
RUN python3 -m pip install scapy \
dpugen==0.2.3 \
pysubnettree \
macaddress \
munch

CMD ["/bin/bash"]

0 comments on commit 3748ce1

Please sign in to comment.