Searched refs:ABS_TOOL_PATH (Results 1 - 2 of 2) sorted by last modified time

/linux-master/tools/testing/kunit/
H A Dkunit_kernel.py31 ABS_TOOL_PATH = os.path.abspath(os.path.dirname(__file__)) variable
32 QEMU_CONFIGS_DIR = os.path.join(ABS_TOOL_PATH, 'qemu_configs')
H A Drun_checks.py19 ABS_TOOL_PATH = os.path.abspath(os.path.dirname(__file__)) variable
77 subprocess.check_output(argv, stderr=subprocess.STDOUT, cwd=ABS_TOOL_PATH, timeout=TIMEOUT)

Completed in 306 milliseconds