Searched refs:os_name (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/scripts/west_commands/runners/ |
D | trace32.py | 89 os_name = 'windows64' 92 os_name = 'pc_linux64' 97 self.t32_exec = Path(t32_dir) / 'bin' / os_name / f't32m{self.arch}{suffix}'
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_environment.py | 153 os_name, argument 177 with mock.patch('os.name', os_name) \ 178 if os_name is not None else nullcontext(), \
|
D | test_testsuite.py | 253 def test_scan_file_mmap(os_name, expected): argument 266 mock.patch('os.name', os_name), \
|
D | test_testinstance.py | 538 os_name, argument 565 with mock.patch('os.name', os_name), \
|
D | test_testplan.py | 1830 def test_testplan_create_build_dir_link(os_name): argument 1848 with mock.patch('os.name', os_name), \
|
D | test_handlers.py | 98 os_name, argument 116 with mock.patch('os.name', os_name), \
|
D | test_runner.py | 2491 os_name, argument 2558 mock.patch('os.name', os_name):
|