Home
last modified time | relevance | path

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

/linux/tools/testing/kunit/
H A Dkunit_kernel.py33 QEMU_CONFIGS_DIR = os.path.join(ABS_TOOL_PATH, 'qemu_configs') variable
200 config_path = os.path.join(QEMU_CONFIGS_DIR, arch + '.py')
204 options = [f[:-3] for f in os.listdir(QEMU_CONFIGS_DIR) if f.endswith('.py')]
225 module_path = '.' + os.path.join(os.path.basename(QEMU_CONFIGS_DIR), os.path.basename(config_path))