diff --git a/.github/workflows/sc-standalone-deb10.yml b/.github/workflows/sc-standalone-deb10.yml index d88caef9..b44b0f4a 100644 --- a/.github/workflows/sc-standalone-deb10.yml +++ b/.github/workflows/sc-standalone-deb10.yml @@ -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 diff --git a/.github/workflows/sc-standalone-deb11.yml b/.github/workflows/sc-standalone-deb11.yml index 094e5360..3eae7bef 100644 --- a/.github/workflows/sc-standalone-deb11.yml +++ b/.github/workflows/sc-standalone-deb11.yml @@ -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 diff --git a/sai.env b/sai.env index cfd2f09c..1b3dc437 100644 --- a/sai.env +++ b/sai.env @@ -10,4 +10,4 @@ SAIREDIS_ID=a988dd1 # Branch master (post v1.13) # Oct 20, 2023 -SAI_ID=8e74c55 +SAI_ID=be52377