/Zephyr-latest/scripts/tests/twister/ |
D | test_config_parser.py | 48 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')
|
D | test_environment.py | 239 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/ |
D | conftest.py | 24 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/ |
D | guideline_check.py | 70 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
|
D | test_plan.py | 30 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/ |
D | upload_data.py | 98 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)
|
D | pack_as_twister.py | 174 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/ |
D | test_build.py | 48 zephyr_base=None)
|
D | test_twister.py | 32 zephyr_base=None,
|
/Zephyr-latest/scripts/ |
D | zephyr_module.py | 548 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/ |
D | kconfig.py | 42 if args.zephyr_base: 43 os.environ['ZEPHYR_BASE'] = args.zephyr_base
|
/Zephyr-latest/scripts/build/ |
D | gen_cfb_font_header.py | 157 if args.zephyr_base is not None: 158 clean_cmd.append(arg.replace(args.zephyr_base, '"${ZEPHYR_BASE}"'))
|
D | gen_device_deps.py | 68 ZEPHYR_BASE = args.zephyr_base or os.getenv("ZEPHYR_BASE")
|
/Zephyr-latest/scripts/west_commands/ |
D | sdk.py | 208 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/ |
D | ZephyrConfig.cmake | 88 # ZEPHYR_BASE=//path/to//zephyr_base/
|
D | ZephyrConfigVersion.cmake | 39 # ZEPHYR_BASE=//path/to//zephyr_base/
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.fish | 137 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/ |
D | release-notes-3.2.rst | 1715 - :github:`48094` - pre-commit scripts fail when there is a space in zephyr_base
|
D | release-notes-3.3.rst | 2627 - :github:`48094` - pre-commit scripts fail when there is a space in zephyr_base
|