Home
last modified time | relevance | path

Searched refs:shell (Results 1 – 21 of 21) sorted by relevance

/scripts/pylib/pytest-twister-harness/tests/helpers/
A Dshell_test.py6 from twister_harness.helpers.shell import Shell
11 shell = Shell(shell_simulator_adapter, timeout=5.0)
12 assert shell.wait_for_prompt()
13 lines = shell.exec_command('zen')
A Dshell_mcuboot_command_parser_test.py7 from twister_harness.helpers.shell import ShellMCUbootArea, ShellMCUbootCommandParsed
/scripts/tests/twister_blackbox/test_data/samples/pytest/shell/pytest/
A Dtest_shell.py12 def test_shell_print_help(shell: Shell):
14 lines = shell.exec_command('help')
19 def test_shell_print_version(shell: Shell):
21 lines = shell.exec_command('kernel version')
/scripts/tests/twister_blackbox/test_data/samples/pytest/shell/
A Dtest_sample.yaml2 sample.pytest.shell:
3 filter: CONFIG_SERIAL and dt_chosen_enabled("zephyr,shell-uart")
14 - shell
A DCMakeLists.txt5 project(shell) project
/scripts/pylib/pytest-twister-harness/src/twister_harness/
A Dfixtures.py15 from twister_harness.helpers.shell import Shell
72 def shell(dut: DeviceAdapter) -> Shell: function
74 shell = Shell(dut, timeout=20.0)
77 shell.prompt = prompt
79 if not shell.wait_for_prompt():
86 return shell
A D__init__.py9 from twister_harness.helpers.shell import Shell
/scripts/pylib/pytest-twister-harness/
A DREADME.rst17 Run exemplary test shell application by Twister:
24 ./scripts/twister -p native_sim -p qemu_x86 -T samples/subsys/testsuite/pytest/shell
27 …0dk/nrf52840 --device-testing --device-serial /dev/ttyACM0 -T samples/subsys/testsuite/pytest/shell
29 or build shell application by west and call pytest directly:
35 cd ${ZEPHYR_BASE}/samples/subsys/testsuite/pytest/shell
/scripts/pylib/shell-twister-harness/
A Dtest_shell.py26 def test_shell_harness(shell: Shell, testdata_path):
31 lines = shell.exec_command(command)
/scripts/footprint/
A Dcompare_footprint46 cwd=os.environ.get('ZEPHYR_BASE'), shell=True)
87 cwd=os.environ.get('ZEPHYR_BASE'), shell=True)
105 stderr=subprocess.STDOUT, cwd=cwd, shell=True)
112 cwd=cwd, shell=True)
128 cwd=cwd, shell=True)
151 cwd=tempfile.gettempdir(), shell=True)
177 cwd=os.environ.get('ZEPHYR_BASE'), shell=True)
/scripts/west_commands/
A Dcompletion.py88 cf += '.' + self._EXT_MAPPING[args.shell[0]]
/scripts/native_simulator/
A DMakefile85 SRCS:=$(shell ls ${NSI_PATH}common/src/*.c)
87 SRCS+=$(shell ls ${NSI_PATH}native/src/*.c)
/scripts/
A Dwest-commands.yml7 help: output shell completion scripts
51 help: open an rtt shell
/scripts/net/
A DREADME.txt1 The shell script run-sample-tests.sh runs selected Zephyr samples against
29 The scripts/net/run-sample-tests.sh shell script can be used in two ways:
/scripts/pylib/twister/twisterlib/
A Dsize_calc.py200 is_xip_command, shell=True, stderr=subprocess.STDOUT).decode(
215 objdump_command, shell=True).decode("utf-8").splitlines()
A Dtestplan.py1288 subprocess.call(command, shell=True)
/scripts/ci/
A Dcheck_compliance.py303 shell=False, cwd=GIT_TOP)
1561 shell=True, cwd=GIT_TOP)
1868 shell=True,
2012 shell=True,
2033 shell=True,
/scripts/west_commands/completion/
A Dwest-completion.zsh26 'completion[display shell completion scripts]'
229 _arguments -S "1:shell:(bash zsh fish)"
A Dwest-completion.fish172 set -l ext_cmds "completion" "display shell completion scripts" \
416 …mand; and __zephyr_west_check_if_in_workspace" -ra completion -d "display shell completion scripts"
/scripts/tests/twister/
A Dtest_testplan.py1723 def mock_call(cmd, shell=False): argument
1724 assert shell
/scripts/kconfig/
A Dkconfiglib.py6836 command, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE

Completed in 45 milliseconds