Home
last modified time | relevance | path

Searched refs:twister_path (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/scripts/west_commands/
Dtwister_cmd.py14 twister_path = ZEPHYR_SCRIPTS variable
15 os.environ["ZEPHYR_BASE"] = str(twister_path.parent)
17 sys.path.insert(0, str(twister_path))
18 sys.path.insert(0, str(twister_path / "pylib" / "twister"))
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_report.py254 twister_path = os.path.join(ZEPHYR_BASE, dir_name)
255 if os.path.exists(twister_path):
256 shutil.rmtree(twister_path)
268 path = os.path.join(twister_path, f_name)
273 twister_path = os.path.join(ZEPHYR_BASE, dir_name)
274 if os.path.exists(twister_path):
275 shutil.rmtree(twister_path)
291 twister_path = os.path.join(ZEPHYR_BASE, dir_name)
292 if os.path.exists(twister_path):
293 shutil.rmtree(twister_path)
[all …]