Home
last modified time | relevance | path

Searched refs:zephyr_base (Results 1 – 19 of 19) sorted by relevance

/Zephyr-latest/scripts/tests/twister/
Dtest_config_parser.py48 def test_load_yaml_with_extra_args_and_retrieve_scenario_data(zephyr_base): argument
64 os.path.join(zephyr_base, 'scripts', 'schemas','twister', 'testsuite-schema.yaml')
79 def test_default_values(zephyr_base): argument
90 os.path.join(zephyr_base, 'scripts', 'schemas', 'twister','testsuite-schema.yaml')
150 def test_cast_value(zephyr_base, value, typestr, expected, expected_warning): argument
152 os.path.join(zephyr_base, 'scripts', 'schemas', 'twister','testsuite-schema.yaml')
165 def test_load_invalid_test_config_yaml(zephyr_base): argument
173 os.path.join(zephyr_base, 'scripts', 'schemas','twister', 'test-config-schema.yaml')
182 def test_load_yaml_with_no_scenario_data(zephyr_base): argument
192 os.path.join(zephyr_base, 'scripts', 'schemas','twister', 'testsuite-schema.yaml')
Dtest_environment.py239 def test_parse_arguments(zephyr_base, additional_args): argument
248 assert os.path.join(zephyr_base, 'tests') in options.testsuite_root
249 assert os.path.join(zephyr_base, 'samples') in options.testsuite_root
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/
Dconftest.py24 def zephyr_base() -> str: function
33 def twister_harness(zephyr_base) -> str: argument
35 …pytest_twister_harness_path = str(Path(zephyr_base) / 'scripts' / 'pylib' / 'pytest-twister-harnes…
/Zephyr-latest/scripts/ci/
Dguideline_check.py70 zephyr_base = os.getenv("ZEPHYR_BASE")
75 …ath.endswith(".c") and not f.path.endswith(".h") or not os.path.exists(zephyr_base + "/" + f.path):
90 script_path =zephyr_base + "/" + script
Dtest_plan.py30 zephyr_base = Path(os.environ['ZEPHYR_BASE']) variable
31 repository_path = zephyr_base
32 repo_to_scan = Repo(zephyr_base)
37 sys.path.append(os.path.join(zephyr_base, 'scripts'))
244 roots = [zephyr_base]
245 if repository_path != zephyr_base:
255 c = (zephyr_base / changed).resolve()
268 …self.resolved_files.extend(list(filter(lambda f: str(board.dir.relative_to(zephyr_base)) in f, res…
429 default=os.path.join(zephyr_base, 'scripts', 'ci', 'twister_ignore.txt'),
432 default=os.path.join(zephyr_base, 'scripts', 'ci', 'tags.yaml'),
/Zephyr-latest/scripts/footprint/
Dupload_data.py98 def process_files(data_dir, zephyr_base, dry_run): argument
99 repo = Repo(zephyr_base)
139 if args.data and args.zephyr_base:
140 process_files(args.data, args.zephyr_base, args.dryrun)
Dpack_as_twister.py174 if not args.zephyr_base:
178 zephyr_base = os.path.abspath(args.zephyr_base)
179 zephyr_base_repo = Repo(zephyr_base)
228 … suite_conf_fname = os.path.join(zephyr_base, plan[r_plan]['application'], suite_conf_name)
/Zephyr-latest/scripts/west_commands/tests/
Dtest_build.py48 zephyr_base=None)
Dtest_twister.py32 zephyr_base=None,
/Zephyr-latest/scripts/
Dzephyr_module.py548 def process_meta(zephyr_base, west_projs, modules, extra_modules=None, argument
562 zephyr_project, zephyr_dirty = _create_meta_project(zephyr_base)
593 if zephyr_base == manifest_path:
727 def parse_modules(zephyr_base, manifest=None, west_projs=None, modules=None, argument
750 if project == zephyr_base:
844 modules = parse_modules(args.zephyr_base, None, west_projs,
891 meta = process_meta(args.zephyr_base, west_projs, modules,
/Zephyr-latest/scripts/kconfig/
Dkconfig.py42 if args.zephyr_base:
43 os.environ['ZEPHYR_BASE'] = args.zephyr_base
/Zephyr-latest/scripts/build/
Dgen_cfb_font_header.py157 if args.zephyr_base is not None:
158 clean_cmd.append(arg.replace(args.zephyr_base, '"${ZEPHYR_BASE}"'))
Dgen_device_deps.py68 ZEPHYR_BASE = args.zephyr_base or os.getenv("ZEPHYR_BASE")
/Zephyr-latest/scripts/west_commands/
Dsdk.py208 zephyr_base = Path(os.environ["ZEPHYR_BASE"])
210 zephyr_base = Path(__file__).parents[2]
212 sdk_version_file = zephyr_base / "SDK_VERSION"
/Zephyr-latest/share/zephyr-package/cmake/
DZephyrConfig.cmake88 # ZEPHYR_BASE=//path/to//zephyr_base/
DZephyrConfigVersion.cmake39 # ZEPHYR_BASE=//path/to//zephyr_base/
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.fish137 set -l zephyr_base ""
143 set $zephyr_base $tokens (math $idx + 1)
149 if test $zephyr_base != ""
150 set projects (west "-z $zephyr_base" list --format="{name}")
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst1715 - :github:`48094` - pre-commit scripts fail when there is a space in zephyr_base
Drelease-notes-3.3.rst2627 - :github:`48094` - pre-commit scripts fail when there is a space in zephyr_base