| /tests/ztest/ztest_param/pytest/ |
| A D | test_parameters.py | 5 from twister_harness import Shell 7 def test_run_all_shuffled(shell: Shell): argument 15 def test_run_testcase_once(shell: Shell): argument 28 def test_run_testsuite_twice(shell: Shell): argument 35 def test_run_testsuite_once(shell: Shell): argument 41 def test_run_testcase_with_int_parameter(shell: Shell): argument 48 def test_run_testcase_with_string_parameter(shell: Shell, test_input): argument
|
| /tests/net/lib/lwm2m/interop/pytest/ |
| A D | test_lwm2m.py | 27 from twister_harness import Shell 90 def test_LightweightM2M_1_1_int_201(shell: Shell, leshan: Leshan, endpoint: str): argument 118 def test_LightweightM2M_1_1_int_203(shell: Shell, leshan: Leshan, endpoint: str): argument 126 def test_LightweightM2M_1_1_int_204(shell: Shell, leshan: Leshan, endpoint: str): argument 134 def test_LightweightM2M_1_1_int_205(shell: Shell, leshan: Leshan, endpoint: str): argument 152 def test_LightweightM2M_1_1_int_211(shell: Shell, leshan: Leshan, endpoint: str): argument 163 def test_LightweightM2M_1_1_int_212(shell: Shell, leshan: Leshan, endpoint: str): argument 205 def test_LightweightM2M_1_1_int_215(shell: Shell, leshan: Leshan, endpoint: str): argument 209 def test_LightweightM2M_1_1_int_220(shell: Shell, leshan: Leshan, endpoint: str): argument 213 def test_LightweightM2M_1_1_int_221(shell: Shell, leshan: Leshan, endpoint: str): argument [all …]
|
| A D | test_bootstrap.py | 20 from twister_harness import Shell 39 def test_LightweightM2M_1_1_int_1(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint_bootst… argument 45 def test_LightweightM2M_1_1_int_4(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: Endpo… argument 65 def test_LightweightM2M_1_1_int_6(shell: Shell, dut: DeviceAdapter, endpoint: Endpoint): argument 81 def test_LightweightM2M_1_1_int_7(shell: Shell, dut: DeviceAdapter, endpoint: Endpoint): argument 90 def verify_LightweightM2M_1_1_int_101(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: E… argument 96 def verify_LightweightM2M_1_1_int_401(shell: Shell, leshan: Leshan, endpoint: Endpoint): argument
|
| A D | test_nosec.py | 21 from twister_harness import Shell 26 def test_LightweightM2M_1_1_int_101(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint_nose… argument 33 def test_LightweightM2M_1_1_int_105(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint_nose… argument
|
| A D | test_portfolio.py | 23 from twister_harness import Shell 27 def test_LightweightM2M_1_1_int_1630(shell: Shell, leshan: Leshan, endpoint: str, configuration_C13… argument 55 def test_LightweightM2M_1_1_int_1635(shell: Shell, leshan: Leshan, endpoint: str, configuration_C13… argument
|
| A D | test_blockwise.py | 21 from twister_harness import DeviceAdapter, Shell 25 def test_blockwise_1(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str): argument 46 def test_blockwise_2(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str): argument 77 def test_blockwise_3(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str): argument 109 def test_blockwise_4(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str): argument
|
| A D | conftest.py | 20 from twister_harness import Shell 37 def __init__(self, name: str, shell: Shell, registered: bool = False, bootstrap: bool = False): argument 97 def endpoint_nosec(request, shell: Shell, dut: DeviceAdapter, leshan: Leshan) -> str: argument 127 def endpoint_bootstrap(request, shell: Shell, dut: DeviceAdapter, leshan: Leshan, leshan_bootstrap:… argument 187 def configuration_C13(endpoint_registered, shell: Shell) -> str: argument
|
| /tests/boot/with_mcumgr/pytest/ |
| A D | test_upgrade_ble.py | 9 from twister_harness import DeviceAdapter, MCUmgrBle, Shell 14 def test_upgrade_with_confirm_ble(mcumgr_ble: MCUmgrBle, dut: DeviceAdapter, shell: Shell): argument
|
| A D | utils.py | 8 from twister_harness import MCUmgr, Shell 14 def check_with_shell_command(shell: Shell, version: str, swap_type: str | None = None) -> None: argument
|
| A D | test_downgrade_prevention.py | 10 from twister_harness import DeviceAdapter, MCUmgr, Shell 17 def test_downgrade_prevention(dut: DeviceAdapter, shell: Shell, mcumgr: MCUmgr): argument
|
| A D | test_upgrade.py | 10 from twister_harness import DeviceAdapter, MCUmgr, Shell 55 def run_upgrade_with_confirm(dut: DeviceAdapter, shell: Shell, mcumgr: MCUmgr): argument 107 def test_upgrade_with_confirm(mcumgr: MCUmgr, dut: DeviceAdapter, shell: Shell): argument 112 def test_upgrade_with_revert(dut: DeviceAdapter, shell: Shell, mcumgr: MCUmgr): argument 172 def test_upgrade_signature(dut: DeviceAdapter, shell: Shell, mcumgr: MCUmgr, key_file): argument
|
| /tests/drivers/can/host/pytest/ |
| A D | conftest.py | 15 from twister_harness import DeviceAdapter, Shell 39 def fixture_chosen(shell: Shell) -> str: argument 55 def can_dut(dut: DeviceAdapter, shell: Shell, chosen: str) -> BusABC: argument
|
| /tests/bluetooth/classic/smp_io_cap/pytest/ |
| A D | test_smp.py | 43 from twister_harness import DeviceAdapter, Shell 1088 def test_sm_io_cap_rsp_001(self, shell: Shell, dut: DeviceAdapter, smp_initiator_dut): argument 1096 def test_sm_io_cap_rsp_002(self, shell: Shell, dut: DeviceAdapter, smp_initiator_dut): argument 1104 def test_sm_io_cap_rsp_003(self, shell: Shell, dut: DeviceAdapter, smp_initiator_dut): argument 1112 def test_sm_io_cap_rsp_004(self, shell: Shell, dut: DeviceAdapter, smp_initiator_dut): argument 1120 def test_sm_io_cap_rsp_005(self, shell: Shell, dut: DeviceAdapter, smp_initiator_dut): argument 1128 def test_sm_io_cap_rsp_006(self, shell: Shell, dut: DeviceAdapter, smp_initiator_dut): argument 1136 def test_sm_io_cap_rsp_007(self, shell: Shell, dut: DeviceAdapter, smp_initiator_dut): argument 1144 def test_sm_io_cap_rsp_008(self, shell: Shell, dut: DeviceAdapter, smp_initiator_dut): argument 1152 def test_sm_io_cap_rsp_009(self, shell: Shell, dut: DeviceAdapter, smp_initiator_dut): argument [all …]
|
| A D | conftest.py | 9 from twister_harness import DeviceAdapter, Shell 20 def fixture_initialize(request, shell: Shell, dut: DeviceAdapter): argument
|
| /tests/bluetooth/classic/gap_c/pytest/ |
| A D | conftest.py | 9 from twister_harness import DeviceAdapter, Shell 20 def fixture_initialize(request, shell: Shell, dut: DeviceAdapter): argument
|
| /tests/bluetooth/classic/rfcomm_c/pytest/ |
| A D | conftest.py | 9 from twister_harness import DeviceAdapter, Shell 20 def fixture_initialize(request, shell: Shell, dut: DeviceAdapter): argument
|
| /tests/bluetooth/classic/gap_s/pytest/ |
| A D | conftest.py | 9 from twister_harness import DeviceAdapter, Shell 20 def fixture_initialize(request, shell: Shell, dut: DeviceAdapter): argument
|
| /tests/bluetooth/classic/rfcomm_s/pytest/ |
| A D | conftest.py | 9 from twister_harness import DeviceAdapter, Shell 20 def fixture_initialize(request, shell: Shell, dut: DeviceAdapter): argument
|
| /tests/bluetooth/classic/smp_bonding/pytest/ |
| A D | conftest.py | 9 from twister_harness import DeviceAdapter, Shell 20 def fixture_initialize(request, shell: Shell, dut: DeviceAdapter): argument
|
| /tests/bluetooth/classic/smp_sc_only/pytest/ |
| A D | conftest.py | 9 from twister_harness import DeviceAdapter, Shell 20 def fixture_initialize(request, shell: Shell, dut: DeviceAdapter): argument
|
| /tests/bluetooth/classic/l2cap_s/pytest/ |
| A D | conftest.py | 8 from twister_harness import DeviceAdapter, Shell 17 def fixture_initialize(request, shell: Shell, dut: DeviceAdapter): argument
|
| /tests/bluetooth/classic/smp_key_persist/pytest/ |
| A D | conftest.py | 9 from twister_harness import DeviceAdapter, Shell 20 def fixture_initialize(request, shell: Shell, dut: DeviceAdapter): argument
|
| /tests/bluetooth/classic/l2cap_c/pytest/ |
| A D | conftest.py | 8 from twister_harness import DeviceAdapter, Shell 17 def fixture_initialize(request, shell: Shell, dut: DeviceAdapter): argument
|
| /tests/bluetooth/classic/sdp_c/pytest/ |
| A D | conftest.py | 9 from twister_harness import DeviceAdapter, Shell 20 def fixture_initialize(request, shell: Shell, dut: DeviceAdapter): argument
|
| /tests/bluetooth/classic/sdp_s/pytest/ |
| A D | conftest.py | 9 from twister_harness import DeviceAdapter, Shell 20 def fixture_initialize(request, shell: Shell, dut: DeviceAdapter): argument
|