Skip to content

Commit

Permalink
Updated SAI-Challenger to latest main (#519)
Browse files Browse the repository at this point in the history
* Updated SAI-Challenger to latest main

Signed-off-by: Andriy Kokhan <[email protected]>

* Updated SAI-C client builder dockerfile

Signed-off-by: Andriy Kokhan <[email protected]>

* Added dependencies required by lxml (from dpugen==0.0.5)

Signed-off-by: Andriy Kokhan <[email protected]>

* Install lxml dependency of dpugen==0.0.5

Signed-off-by: Andriy Kokhan <[email protected]>

---------

Signed-off-by: Andriy Kokhan <[email protected]>
  • Loading branch information
andriy-kokhan authored Feb 21, 2024
1 parent d9f55b9 commit 82683b1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Changing this will cause build/publish to occur in CI actions
export DASH_ACR_REGISTRY=sonicdash.azurecr.io
export DOCKER_SAI_CHALLENGER_CLIENT_BLDR_IMG_NAME=${DASH_ACR_REGISTRY}/dash-saichallenger-client-bldr
export DOCKER_SAI_CHALLENGER_CLIENT_BLDR_IMG_CTAG?=230601
export DOCKER_SAI_CHALLENGER_CLIENT_BLDR_IMG_CTAG?=240216
2 changes: 1 addition & 1 deletion dash-pipeline/dockerfiles/Dockerfile.saichallenger-client
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM sonicdash.azurecr.io/dash-saichallenger-client-bldr:230601
FROM sonicdash.azurecr.io/dash-saichallenger-client-bldr:240216

ENV SAI_CHALLENGER_PATH /sai-challenger
ENV DASH_PATH /dash
Expand Down
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:230607
FROM sc-client
# sc-client:240216
FROM sc-client:buster

ADD tests/ /tests/

Expand All @@ -10,6 +10,10 @@ 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 the python libraries
RUN python3 -m pip install -r /tests/requirements.txt && \
pip3 install scapy \
Expand Down
2 changes: 1 addition & 1 deletion test/SAI-Challenger
Submodule SAI-Challenger updated 117 files

0 comments on commit 82683b1

Please sign in to comment.