Skip to content

Commit

Permalink
Fix api tests for Debian 11
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Lisovskyi <[email protected]>
  • Loading branch information
yuriilisovskyi committed Jul 17, 2024
1 parent a95dd89 commit d81ead5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sc-standalone-deb10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Run data-driven tests
run: ./exec.sh --no-tty pytest --testbed=saivs_standalone -v test_l2_basic_dd.py
- name: Run API tests
run: ./exec.sh --no-tty pytest --testbed=saivs_standalone -v -k "api/test"
run: ./exec.sh --no-tty pytest --testbed=saivs_standalone -v api/

- name: Build standalone docker image with SAI thrift
run: ./build.sh -i standalone -s thrift -o deb10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sc-standalone-deb11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Run data-driven tests
run: ./exec.sh --no-tty pytest --testbed=saivs_standalone -v test_l2_basic_dd.py
- name: Run API tests
run: ./exec.sh --no-tty pytest --testbed=saivs_standalone -v -k "api/test"
run: ./exec.sh --no-tty pytest --testbed=saivs_standalone -v api/

- name: Build standalone docker image with SAI thrift
run: ./build.sh -i standalone -s thrift -o deb11
Expand Down
2 changes: 1 addition & 1 deletion sai.env
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ SAIREDIS_ID=a988dd1
# Branch master (post v1.13)
# Oct 20, 2023

SAI_ID=8e74c55
SAI_ID=be52377

0 comments on commit d81ead5

Please sign in to comment.