Lines Matching refs:join
25 sys.path.insert(0, os.path.join(ZEPHYR_BASE, "scripts/pylib/twister"))
82 build_dir_zephyr_path = os.path.join(project_builder.instance.build_dir, 'zephyr')
84 runners_file_path = os.path.join(build_dir_zephyr_path, 'runners.yaml')
88 'hex_file': os.path.join(build_dir_zephyr_path, 'zephyr.elf'),
132 os.path.join('zephyr', 'zephyr.hex'),
133 os.path.join('zephyr', 'zephyr.bin'),
134 os.path.join('zephyr', 'zephyr.elf'),
135 os.path.join('zephyr', 'zephyr.exe'),
146 platform_binaries_expected = [os.path.join('zephyr', bin) for bin in platform_binaries]
153 …runners_binaries_expected = [bin if os.path.isabs(bin) else os.path.join('zephyr', bin) for bin in…
159 runners_file_path = os.path.join(project_builder.instance.build_dir, 'zephyr', 'runners.yaml')
176 sanitized_path_expected = os.path.join('sanitized', 'path')
177 path_to_sanitize = os.path.join(os.path.realpath(ZEPHYR_BASE), sanitized_path_expected)
178 cmakecache_file_path = os.path.join(project_builder.instance.build_dir, 'CMakeCache.txt')
247 source_dir = os.path.join('source', 'dir')
248 build_dir = os.path.join('build', 'dir')
310 source_dir = os.path.join('source', 'dir')
311 build_dir = os.path.join('build', 'dir')
323 cmake.cwd = os.path.join('dummy', 'working', 'dir')
328 cmake_path = os.path.join('dummy', 'cmake')
352 [os.path.join('dummy', 'cmake'), 'arg1', 'arg2'],
355 cwd=os.path.join('dummy', 'working', 'dir')
379 [os.path.join('dummy', 'cmake'),
380 '-B' + os.path.join('build', 'dir'), '-DTC_RUNID=1', '-DTC_NAME=testcase',
385 '-S' + os.path.join('source', 'dir'),
395 [os.path.join('dummy', 'cmake'),
396 '-B' + os.path.join('build', 'dir'), '-DTC_RUNID=1', '-DTC_NAME=testcase',
402 '-DAPP_DIR=' + os.path.join('source', 'dir'),
445 source_dir = os.path.join('source', 'dir')
446 build_dir = os.path.join('build', 'dir')
466 cmake.cwd = os.path.join('dummy', 'working', 'dir')
474 cmake_path = os.path.join('dummy', 'cmake')
505 cwd=os.path.join('dummy', 'working', 'dir')
522 os.path.join('domain', 'build', 'dir', 'zephyr', '.config'),
523 os.path.join('domain', 'build', 'dir', 'zephyr', 'edt.pickle'),
531 {os.path.join('other', 'zephyr', 'dummy.testsuite.name'): True}
537 os.path.join('build', 'dir', 'zephyr', '.config'),
538 os.path.join('build', 'dir', 'zephyr', 'edt.pickle'),
545 {os.path.join('other', 'zephyr', 'dummy.testsuite.name'): False}
552 os.path.join('build', 'dir', 'zephyr', 'edt.pickle'),
558 {os.path.join('other', 'zephyr', 'dummy.testsuite.name'): False}
571 {os.path.join('other', 'zephyr', 'dummy.testsuite.name'): True}
585 {os.path.join('other', 'zephyr', 'dummy.testsuite.name'): False}
592 os.path.join('build', 'dir', 'zephyr', 'edt.pickle'),
599 {os.path.join('other', 'zephyr', 'dummy.testsuite.name'): False}
606 os.path.join('build', 'dir', 'zephyr', 'edt.pickle'),
613 {os.path.join('other', 'zephyr', 'dummy.testsuite.name'): True}
620 os.path.join('build', 'dir', 'zephyr', 'edt.pickle'),
635 os.path.join('build', 'dir', 'zephyr', 'edt.pickle'),
681 dom.build_dir = os.path.join('domain', 'build', 'dir')
722 source_dir = os.path.join('source', 'dir')
723 build_dir = os.path.join('build', 'dir')
767 (True, False, [os.path.join('dummy', 'path', 'dummy_file.log'),
769 os.path.join('dummy', 'path', 'dummy_file.log')]),
770 (True, True, [os.path.join('dummy', 'path', 'dummy_file.log'),
772 os.path.join('dummy', 'path', 'dummy_file.log')]),
793 return os.path.join('path', filename)
796 return os.path.join('dummy', filename)
1721 testsuite_extra_conf = twister_dir.join('testsuite_extra.conf')
1725 dummy_del = dummy_dir.join('dummy.del')
1729 config = zephyr.join('.config')
1732 dummy_link_dir = tmpdir.join('dummy_link_dir')
1735 addition_al = tmpdir.join('addition.al')
1756 bins = [os.path.join('zephyr', 'file.bin')]
1760 build_dir = os.path.join('build', 'dir')
1774 [os.path.join('zephyr', 'file.bin'),
1775 os.path.join('zephyr', 'runners.yaml')]
1784 [os.path.join('zephyr', 'zephyr.hex'),
1785 os.path.join('zephyr', 'zephyr.bin'),
1786 os.path.join('zephyr', 'zephyr.elf'),
1787 os.path.join('zephyr', 'zephyr.exe')]
1790 [os.path.join('dummy.bin'), os.path.join('dummy.hex')],
1791 [os.path.join('dir2', 'dummy.elf')],
1792 [os.path.join('zephyr', 'dummy.bin'),
1793 os.path.join('zephyr', 'dummy.hex'),
1794 os.path.join('dir2', 'dummy.elf')]
1813 instance_mock.build_dir = os.path.join('build', 'dir')
1838 ['/absolute/path/dummy.elf', os.path.join('zephyr', 'path/dummy.bin')]
1847 ['/absolute/path/dummy.elf', os.path.join('test_domain', 'zephyr', 'path/dummy.bin')]
1863 assert fname == os.path.join('build', 'dir', domain if domain else '',
1868 instance_mock.build_dir = os.path.join('build', 'dir')
1960 os.path.join('zephyr', 'runners.yaml'): mock.mock_open(
1965 os.path.join('zephyr', 'runners.yaml'): 'There was dummy.file here'
2180 build_dir = os.path.join('build', 'dir')
2208 instance_mock.build_dir = os.path.join('build', 'dir')
2833 process_mock().join = mock.Mock(side_effect=mock_join)
2844 assert len(process_mock().join.call_args_list) == 4