Skip to content
4 changes: 2 additions & 2 deletions .github/workflows/sc-client-server-deb11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,10 @@ jobs:

- name: Run functional test cases
run: ./exec.sh --no-tty -i client pytest --testbed=saivs_client_server -v -k "test_l2_basic"
- name: Run FDB and VLAN functional tests
run: ./exec.sh --no-tty -i client pytest --testbed=saivs_client_server -v test_fdb.py test_vlan.py
- name: Run flex counters test cases
run: ./exec.sh --no-tty -i client pytest --testbed=saivs_client_server -v -k "test_flex_counters"
- name: Run FDB functional tests
run: ./exec.sh --no-tty -i client pytest --testbed=saivs_client_server -v test_fdb.py
- 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 ut/test_port_ut.py ut/test_fdb_ut.py ut/test_lag_ut.py
- name: Run unit tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sc-client-server-deb12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@ jobs:

- name: Run functional test cases
run: ./exec.sh --no-tty -i client pytest --testbed=saivs_client_server -v -k "test_l2_basic"
- name: Run FDB and VLAN functional tests
run: ./exec.sh --no-tty -i client pytest --testbed=saivs_client_server -v test_fdb.py test_vlan.py
- name: Run flex counters test cases
run: ./exec.sh --no-tty -i client pytest --testbed=saivs_client_server -v -k "test_flex_counters"
- name: Run FDB functional tests
run: ./exec.sh --no-tty -i client pytest --testbed=saivs_client_server -v test_fdb.py
- 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 ut/test_port_ut.py ut/test_fdb_ut.py ut/test_lag_ut.py
- name: Run unit tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sc-client-server-deb13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@ jobs:

- name: Run functional test cases
run: ./exec.sh --no-tty -i client pytest --testbed=saivs_client_server -v -k "test_l2_basic"
- name: Run FDB and VLAN functional tests
run: ./exec.sh --no-tty -i client pytest --testbed=saivs_client_server -v test_fdb.py test_vlan.py
- name: Run flex counters test cases
run: ./exec.sh --no-tty -i client pytest --testbed=saivs_client_server -v -k "test_flex_counters"
- name: Run FDB functional tests
run: ./exec.sh --no-tty -i client pytest --testbed=saivs_client_server -v test_fdb.py
- 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 ut/test_port_ut.py ut/test_fdb_ut.py ut/test_lag_ut.py
- name: Run unit tests
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/sc-standalone-deb11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ jobs:

- name: Run tests
run: ./exec.sh --no-tty pytest --testbed=saivs_standalone -v test_l2_basic.py -v test_vrf.py -v test_dc_t1.py
- name: Run FDB and VLAN functional tests
run: ./exec.sh --no-tty pytest --testbed=saivs_standalone -v test_fdb.py test_vlan.py
- name: Run flex counters test cases
run: ./exec.sh --no-tty pytest --testbed=saivs_standalone -v -k "test_flex_counters"
- name: Run FDB functional tests
run: ./exec.sh --no-tty pytest --testbed=saivs_standalone -v test_fdb.py
- name: Run sairedis tests
run: ./exec.sh --no-tty pytest --testbed=saivs_standalone -v -k "test_sairec"
- name: Run unit tests
Expand All @@ -98,10 +98,10 @@ jobs:

- name: Run thrift tests
run: ./exec.sh --no-tty -s thrift pytest --testbed=saivs_thrift_standalone -v test_l2_basic.py -v test_vrf.py -v test_dc_t1.py
- name: Run FDB and VLAN functional tests
run: ./exec.sh --no-tty -s thrift pytest --testbed=saivs_thrift_standalone -v test_fdb.py test_vlan.py
- name: Run thrift flex counters test cases
run: ./exec.sh --no-tty -s thrift pytest --testbed=saivs_thrift_standalone -v -k "test_flex_counters"
- name: Run FDB functional tests
run: ./exec.sh --no-tty -s thrift pytest --testbed=saivs_thrift_standalone -v test_fdb.py
- name: Run thift data-driven tests
run: ./exec.sh --no-tty -s thrift pytest --testbed=saivs_thrift_standalone -v test_l2_basic_dd.py
- name: Run thrift unit tests
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/sc-standalone-deb12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ jobs:

- name: Run tests
run: ./exec.sh --no-tty pytest --testbed=saivs_standalone -v test_l2_basic.py -v test_vrf.py -v test_dc_t1.py
- name: Run FDB and VLAN functional tests
run: ./exec.sh --no-tty pytest --testbed=saivs_standalone -v test_fdb.py test_vlan.py
- name: Run flex counters test cases
run: ./exec.sh --no-tty pytest --testbed=saivs_standalone -v -k "test_flex_counters"
- name: Run FDB functional tests
run: ./exec.sh --no-tty pytest --testbed=saivs_standalone -v test_fdb.py
- name: Run sairedis tests
run: ./exec.sh --no-tty pytest --testbed=saivs_standalone -v -k "test_sairec"
- name: Run unit tests
Expand All @@ -98,10 +98,10 @@ jobs:

- name: Run thrift tests
run: ./exec.sh --no-tty -s thrift pytest --testbed=saivs_thrift_standalone -v test_l2_basic.py -v test_vrf.py -v test_dc_t1.py
- name: Run FDB and VLAN functional tests
run: ./exec.sh --no-tty -s thrift pytest --testbed=saivs_thrift_standalone -v test_fdb.py test_vlan.py
- name: Run thrift flex counters test cases
run: ./exec.sh --no-tty -s thrift pytest --testbed=saivs_thrift_standalone -v -k "test_flex_counters"
- name: Run FDB functional tests
run: ./exec.sh --no-tty -s thrift pytest --testbed=saivs_thrift_standalone -v test_fdb.py
- name: Run thift data-driven tests
run: ./exec.sh --no-tty -s thrift pytest --testbed=saivs_thrift_standalone -v test_l2_basic_dd.py
- name: Run thrift unit tests
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/sc-standalone-deb13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ jobs:

- name: Run tests
run: ./exec.sh --no-tty pytest --testbed=saivs_standalone -v test_l2_basic.py -v test_vrf.py -v test_dc_t1.py
- name: Run FDB and VLAN functional tests
run: ./exec.sh --no-tty pytest --testbed=saivs_standalone -v test_fdb.py test_vlan.py
- name: Run flex counters test cases
run: ./exec.sh --no-tty pytest --testbed=saivs_standalone -v -k "test_flex_counters"
- name: Run FDB functional tests
run: ./exec.sh --no-tty pytest --testbed=saivs_standalone -v test_fdb.py
- name: Run sairedis tests
run: ./exec.sh --no-tty pytest --testbed=saivs_standalone -v -k "test_sairec"
- name: Run unit tests
Expand All @@ -98,10 +98,10 @@ jobs:

- name: Run thrift tests
run: ./exec.sh --no-tty -s thrift pytest --testbed=saivs_thrift_standalone -v test_l2_basic.py -v test_vrf.py -v test_dc_t1.py
- name: Run FDB and VLAN functional tests
run: ./exec.sh --no-tty -s thrift pytest --testbed=saivs_thrift_standalone -v test_fdb.py test_vlan.py
- name: Run thrift flex counters test cases
run: ./exec.sh --no-tty -s thrift pytest --testbed=saivs_thrift_standalone -v -k "test_flex_counters"
- name: Run FDB functional tests
run: ./exec.sh --no-tty -s thrift pytest --testbed=saivs_thrift_standalone -v test_fdb.py
- name: Run thift data-driven tests
run: ./exec.sh --no-tty -s thrift pytest --testbed=saivs_thrift_standalone -v test_l2_basic_dd.py
- name: Run thrift unit tests
Expand Down
Empty file added tests/__init__.py
Empty file.
Empty file added tests/api/__init__.py
Empty file.
Loading
Loading