Skip to content

Commit

Permalink
Added .dockerignore
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Kokhan <[email protected]>
  • Loading branch information
andriy-kokhan committed Mar 2, 2023
1 parent a99f07a commit 90d6060
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.git/
**/__pycache__/
usecases/sai-ptf/SAI/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To get SAI Challenger sources:
```sh
git clone https://github.com/opencomputeproject/SAI-Challenger.git
cd SAI-Challenger/
git submodule update --init --recursive
git submodule update --init
```
# Applications
SAI Challenger has many applications. A partial list is below:
Expand Down
2 changes: 1 addition & 1 deletion usecases/sai-ptf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SAI Challenger has capability to run these tests by setting up proper test envir

0. Setup the environment
```
git submodule update --init --recursive
git submodule update --init
cp usecases/sai-ptf/ptf-conftest.py usecases/sai-ptf/SAI/ptf/conftest.py
cp usecases/sai-ptf/patches/sai-base-test-fix-for-saivs.patch usecases/sai-ptf/SAI/
cd usecases/sai-ptf/SAI/ && patch -p0 < sai-base-test-fix-for-saivs.patch && cd -
Expand Down

0 comments on commit 90d6060

Please sign in to comment.