Home
last modified time | relevance | path

Searched refs:Shell (Results 1 – 25 of 177) sorted by relevance

12345678

/Zephyr-4.2.1/tests/ztest/ztest_param/pytest/
Dtest_parameters.py5 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-4.2.1/tests/net/lib/lwm2m/interop/pytest/
Dtest_lwm2m.py27 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 …]
Dtest_bootstrap.py20 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
Dtest_nosec.py21 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
Dtest_portfolio.py23 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
Dtest_blockwise.py21 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
/Zephyr-4.2.1/samples/subsys/testsuite/pytest/shell/pytest/
Dtest_shell.py7 from twister_harness import Shell
12 def test_shell_print_help(shell: Shell): argument
19 def test_shell_print_version(shell: Shell): argument
/Zephyr-4.2.1/scripts/tests/twister_blackbox/test_data/samples/pytest/shell/pytest/
Dtest_shell.py7 from twister_harness import Shell
12 def test_shell_print_help(shell: Shell): argument
19 def test_shell_print_version(shell: Shell): argument
/Zephyr-4.2.1/samples/sensor/sensor_shell/pytest/
Dtest_sensor_shell.py6 from twister_harness import Shell
11 def test_sensor_shell_info(shell: Shell): argument
22 def test_sensor_shell_get(shell: Shell): argument
39 def test_sensor_shell_attr_get(shell: Shell): argument
53 def test_sensor_shell_attr_set(shell: Shell): argument
69 def test_sensor_shell_trig(shell: Shell): argument
/Zephyr-4.2.1/samples/subsys/shell/shell_module/
DKconfig6 mainmenu "Shell module sample application"
11 bool "Shell foreground commands example"
15 bool "Shell dynamic commands example"
DREADME.rst2 :name: Custom Shell module
5 Register shell commands using the Shell API
11 using the :ref:`Shell API <shell_api>`:
109 Details on Shell Subsystem
112 For more details on the Shell subsystem, check the general :ref:`Shell documentation <shell_api>`.
/Zephyr-4.2.1/scripts/pylib/pytest-twister-harness/tests/helpers/
Dshell_test.py6 from twister_harness.helpers.shell import Shell
11 shell = Shell(shell_simulator_adapter, timeout=5.0)
/Zephyr-4.2.1/doc/services/device_mgmt/smp_groups/
Dsmp_group_9.rst3 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-4.2.1/tests/boot/with_mcumgr/pytest/
Dtest_upgrade_ble.py9 from twister_harness import DeviceAdapter, MCUmgrBle, Shell
14 def test_upgrade_with_confirm_ble(mcumgr_ble: MCUmgrBle, dut: DeviceAdapter, shell: Shell): argument
Dutils.py8 from twister_harness import MCUmgr, Shell
14 def check_with_shell_command(shell: Shell, version: str, swap_type: str | None = None) -> None: argument
/Zephyr-4.2.1/lib/posix/shell/
DKconfig4 menu "POSIX Shell Utilities"
18 endmenu # "POSIX Shell Utilities"
/Zephyr-4.2.1/subsys/mgmt/mcumgr/grp/shell_mgmt/
DCMakeLists.txt8 # Shell Management group public API is exposed by MCUmgr API
9 # interface, when Shell Management is enabled.
/Zephyr-4.2.1/subsys/mgmt/mcumgr/transport/
DKconfig.shell13 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-4.2.1/tests/drivers/can/host/pytest/
Dconftest.py15 from twister_harness import DeviceAdapter, Shell
45 def fixture_chosen(shell: Shell) -> str: argument
62 def can_dut(dut: DeviceAdapter, shell: Shell, chosen: str) -> BusABC: argument
/Zephyr-4.2.1/tests/bluetooth/classic/smp_io_cap/pytest/
Dtest_smp.py39 from twister_harness import DeviceAdapter, Shell
956 def test_sm_io_cap_init_001(self, shell: Shell, dut: DeviceAdapter, smp_initiator_dut): argument
964 def test_sm_io_cap_init_002(self, shell: Shell, dut: DeviceAdapter, smp_initiator_dut): argument
972 def test_sm_io_cap_init_003(self, shell: Shell, dut: DeviceAdapter, smp_initiator_dut): argument
980 def test_sm_io_cap_init_004(self, shell: Shell, dut: DeviceAdapter, smp_initiator_dut): argument
988 def test_sm_io_cap_init_005(self, shell: Shell, dut: DeviceAdapter, smp_initiator_dut): argument
996 def test_sm_io_cap_init_006(self, shell: Shell, dut: DeviceAdapter, smp_initiator_dut): argument
1004 def test_sm_io_cap_init_007(self, shell: Shell, dut: DeviceAdapter, smp_initiator_dut): argument
1012 def test_sm_io_cap_init_008(self, shell: Shell, dut: DeviceAdapter, smp_initiator_dut): argument
1020 def test_sm_io_cap_init_009(self, shell: Shell, dut: DeviceAdapter, smp_initiator_dut): argument
[all …]
/Zephyr-4.2.1/samples/subsys/profiling/perf/pytest/
Dtest_perf.py10 from twister_harness import DeviceAdapter, Shell
15 def test_shell_perf(dut: DeviceAdapter, shell: Shell): argument
/Zephyr-4.2.1/scripts/pylib/shell-twister-harness/
Dtest_shell.py9 from twister_harness import Shell
26 def test_shell_harness(shell: Shell, testdata_path): argument
/Zephyr-4.2.1/tests/bluetooth/classic/rfcomm_s/pytest/
Dconftest.py10 from twister_harness import DeviceAdapter, Shell
21 def fixture_initialize(request, shell: Shell, dut: DeviceAdapter): argument
/Zephyr-4.2.1/drivers/ptp_clock/
DKconfig23 bool "PTP Clock Shell"
26 Enable PTP Clock Shell.
/Zephyr-4.2.1/tests/bluetooth/classic/smp_sc_only/pytest/
Dconftest.py10 from twister_harness import DeviceAdapter, Shell
21 def fixture_initialize(request, shell: Shell, dut: DeviceAdapter): argument

12345678