diff --git a/.github/workflows/sc-client-server-deb10.yml b/.github/workflows/sc-client-server-deb10.yml index 34c13c5f..4985ebb1 100644 --- a/.github/workflows/sc-client-server-deb10.yml +++ b/.github/workflows/sc-client-server-deb10.yml @@ -158,7 +158,7 @@ jobs: run: ./exec.sh --no-tty -i client pytest --testbed=saivs_client_server -v -k "test_l2_basic" - name: Run unit tests run: ./exec.sh --no-tty -i client pytest --testbed=saivs_client_server -v \ - ut/test_acl_ut.py ut/test_bridge_ut.py ut/test_vrf_ut.py or ut/test_port_ut.py ut/test_fdb_ut.py + ut/test_acl_ut.py ut/test_bridge_ut.py ut/test_vrf_ut.py ut/test_port_ut.py ut/test_fdb_ut.py - name: Run unit tests run: ./exec.sh --no-tty -i client pytest --testbed=saivs_client_server -v -k \ "test_switch_ut and not sai_map_list_t" diff --git a/.github/workflows/sc-client-server-deb11.yml b/.github/workflows/sc-client-server-deb11.yml index 33d5fb28..fd87b22a 100644 --- a/.github/workflows/sc-client-server-deb11.yml +++ b/.github/workflows/sc-client-server-deb11.yml @@ -157,7 +157,7 @@ jobs: run: ./exec.sh --no-tty -i client pytest --testbed=saivs_client_server -v -k "test_l2_basic" - name: Run unit tests run: ./exec.sh --no-tty -i client pytest --testbed=saivs_client_server -v \ - ut/test_acl_ut.py ut/test_bridge_ut.py ut/test_vrf_ut.py or ut/test_port_ut.py ut/test_fdb_ut.py + ut/test_acl_ut.py ut/test_bridge_ut.py ut/test_vrf_ut.py ut/test_port_ut.py ut/test_fdb_ut.py - name: Run unit tests run: ./exec.sh --no-tty -i client pytest --testbed=saivs_client_server -v -k \ "test_switch_ut and not sai_map_list_t" diff --git a/.github/workflows/sc-standalone-deb10.yml b/.github/workflows/sc-standalone-deb10.yml index 3c9b5faa..86a0c14c 100644 --- a/.github/workflows/sc-standalone-deb10.yml +++ b/.github/workflows/sc-standalone-deb10.yml @@ -73,7 +73,7 @@ jobs: run: ./exec.sh --no-tty pytest --testbed=saivs_standalone -v -k "test_sairec" - name: Run unit tests run: ./exec.sh --no-tty pytest --testbed=saivs_standalone -v \ - ut/test_acl_ut.py ut/test_bridge_ut.py ut/test_vrf_ut.py or ut/test_port_ut.py ut/test_fdb_ut.py + ut/test_acl_ut.py ut/test_bridge_ut.py ut/test_vrf_ut.py ut/test_port_ut.py ut/test_fdb_ut.py - name: Run unit tests run: ./exec.sh --no-tty pytest --testbed=saivs_standalone -v -k \ "test_switch_ut and not sai_map_list_t" diff --git a/.github/workflows/sc-standalone-deb11.yml b/.github/workflows/sc-standalone-deb11.yml index da84d25a..1b64a117 100644 --- a/.github/workflows/sc-standalone-deb11.yml +++ b/.github/workflows/sc-standalone-deb11.yml @@ -73,7 +73,7 @@ jobs: run: ./exec.sh --no-tty pytest --testbed=saivs_standalone -v -k "test_sairec" - name: Run unit tests run: ./exec.sh --no-tty pytest --testbed=saivs_standalone -v \ - ut/test_acl_ut.py ut/test_bridge_ut.py ut/test_vrf_ut.py or ut/test_port_ut.py ut/test_fdb_ut.py + ut/test_acl_ut.py ut/test_bridge_ut.py ut/test_vrf_ut.py ut/test_port_ut.py ut/test_fdb_ut.py - name: Run unit tests run: ./exec.sh --no-tty pytest --testbed=saivs_standalone -v -k \ "test_switch_ut and not sai_map_list_t"