Home
last modified time | relevance | path

Searched refs:canonical_zephyr_base (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.6.0/scripts/pylib/twister/twisterlib/
Dtestsuite.py15 from twisterlib.environment import canonical_zephyr_base
401 … self.source_dir_rel = os.path.relpath(os.path.realpath(suite_path), start=canonical_zephyr_base)
445 if Path(canonical_zephyr_base) in Path(canonical_testsuite_root).parents:
449 start=canonical_zephyr_base)
Denvironment.py41 canonical_zephyr_base = os.path.realpath(ZEPHYR_BASE) variable
Drunner.py27 from twisterlib.environment import canonical_zephyr_base
932 path_to_remove = os.path.join(canonical_zephyr_base, "")