/Zephyr-latest/tests/ztest/ztest_param/pytest/ |
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
|
/Zephyr-latest/samples/sensor/sensor_shell/pytest/ |
D | test_sensor_shell.py | 6 from twister_harness import Shell 11 def test_sensor_shell_info(shell: Shell): argument 21 def test_sensor_shell_get(shell: Shell): argument 34 def test_sensor_shell_attr_get(shell: Shell): argument 46 def test_sensor_shell_attr_set(shell: Shell): argument 60 def test_sensor_shell_trig(shell: Shell): argument
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ |
D | test_lwm2m.py | 27 from twister_harness import Shell 33 def test_LightweightM2M_1_1_int_102(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str… argument 47 def test_LightweightM2M_1_1_int_103(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str… argument 58 def test_LightweightM2M_1_1_int_104(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str… argument 66 def test_LightweightM2M_1_1_int_107(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str… argument 82 def test_LightweightM2M_1_1_int_109(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str… argument 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 [all …]
|
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
|
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
|
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
|
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
|
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
|
/Zephyr-latest/scripts/tests/twister_blackbox/test_data/samples/pytest/shell/pytest/ |
D | test_shell.py | 7 from twister_harness import Shell 12 def test_shell_print_help(shell: Shell): argument 19 def test_shell_print_version(shell: Shell): argument
|
/Zephyr-latest/samples/subsys/testsuite/pytest/shell/pytest/ |
D | test_shell.py | 7 from twister_harness import Shell 12 def test_shell_print_help(shell: Shell): argument 19 def test_shell_print_version(shell: Shell): argument
|
/Zephyr-latest/samples/subsys/shell/shell_module/ |
D | Kconfig | 6 mainmenu "Shell module sample application" 11 bool "Shell foreground commands example" 15 bool "Shell dynamic commands example"
|
D | README.rst | 2 :name: Custom Shell module 5 Register shell commands using the Shell API 11 using the :ref:`Shell API <shell_api>`: 112 Details on Shell Subsystem 115 For more details on the Shell subsystem, check the general :ref:`Shell documentation <shell_api>`.
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_9.rst | 3 Shell management 6 Shell management allows passing commands to the shell subsystem over the SMP 9 Shell management group defines following commands: 17 | ``0`` | Shell command line execute | 20 Shell command line execute 26 Shell command line execute request 66 Shell command line execute response
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/helpers/ |
D | shell_test.py | 6 from twister_harness.helpers.shell import Shell 11 shell = Shell(shell_simulator_adapter, timeout=5.0)
|
/Zephyr-latest/lib/posix/shell/ |
D | Kconfig | 4 menu "POSIX Shell Utilities" 18 endmenu # "POSIX Shell Utilities"
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
D | Kconfig.shell | 13 bool "Shell mcumgr SMP transport" 24 int "Shell SMP MTU" 32 int "Shell SMP RX buffer count" 38 bool "Shell input expiration" 46 int "Shell input expiration timeout"
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/shell_mgmt/ |
D | CMakeLists.txt | 8 # Shell Management group public API is exposed by MCUmgr API 9 # interface, when Shell Management is enabled.
|
/Zephyr-latest/tests/drivers/can/host/pytest/ |
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
|
/Zephyr-latest/tests/boot/with_mcumgr/pytest/ |
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
|
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
|
/Zephyr-latest/samples/subsys/profiling/perf/pytest/ |
D | test_perf.py | 10 from twister_harness import DeviceAdapter, Shell 15 def test_shell_perf(dut: DeviceAdapter, shell: Shell): argument
|
/Zephyr-latest/scripts/pylib/shell-twister-harness/ |
D | test_shell.py | 9 from twister_harness import Shell 26 def test_shell_harness(shell: Shell, testdata_path): argument
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/ |
D | fixtures.py | 15 from twister_harness.helpers.shell import Shell 69 def shell(dut: DeviceAdapter) -> Shell: 71 shell = Shell(dut, timeout=20.0)
|
/Zephyr-latest/drivers/lora/ |
D | Kconfig | 23 bool "LoRa Shell" 26 Enable LoRa Shell for testing.
|
/Zephyr-latest/tests/bluetooth/classic/sdp_c/pytest/ |
D | conftest.py | 9 from twister_harness import DeviceAdapter, Shell 20 def fixture_initialize(request, shell: Shell, dut: DeviceAdapter): argument
|