Searched refs:shell (Results 1 – 21 of 21) sorted by relevance
/scripts/pylib/pytest-twister-harness/tests/helpers/ |
A D | shell_test.py | 6 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 D | shell_mcuboot_command_parser_test.py | 7 from twister_harness.helpers.shell import ShellMCUbootArea, ShellMCUbootCommandParsed
|
/scripts/tests/twister_blackbox/test_data/samples/pytest/shell/pytest/ |
A D | test_shell.py | 12 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 D | test_sample.yaml | 2 sample.pytest.shell: 3 filter: CONFIG_SERIAL and dt_chosen_enabled("zephyr,shell-uart") 14 - shell
|
A D | CMakeLists.txt | 5 project(shell) project
|
/scripts/pylib/pytest-twister-harness/src/twister_harness/ |
A D | fixtures.py | 15 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__.py | 9 from twister_harness.helpers.shell import Shell
|
/scripts/pylib/pytest-twister-harness/ |
A D | README.rst | 17 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 D | test_shell.py | 26 def test_shell_harness(shell: Shell, testdata_path): 31 lines = shell.exec_command(command)
|
/scripts/footprint/ |
A D | compare_footprint | 46 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 D | completion.py | 88 cf += '.' + self._EXT_MAPPING[args.shell[0]]
|
/scripts/native_simulator/ |
A D | Makefile | 85 SRCS:=$(shell ls ${NSI_PATH}common/src/*.c) 87 SRCS+=$(shell ls ${NSI_PATH}native/src/*.c)
|
/scripts/ |
A D | west-commands.yml | 7 help: output shell completion scripts 51 help: open an rtt shell
|
/scripts/net/ |
A D | README.txt | 1 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 D | size_calc.py | 200 is_xip_command, shell=True, stderr=subprocess.STDOUT).decode( 215 objdump_command, shell=True).decode("utf-8").splitlines()
|
A D | testplan.py | 1288 subprocess.call(command, shell=True)
|
/scripts/ci/ |
A D | check_compliance.py | 303 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 D | west-completion.zsh | 26 'completion[display shell completion scripts]' 229 _arguments -S "1:shell:(bash zsh fish)"
|
A D | west-completion.fish | 172 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 D | test_testplan.py | 1723 def mock_call(cmd, shell=False): argument 1724 assert shell
|
/scripts/kconfig/ |
A D | kconfiglib.py | 6836 command, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE
|
Completed in 45 milliseconds