Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/kunit/
Dkunit_kernel.py32 QEMU_CONFIGS_DIR = os.path.join(ABS_TOOL_PATH, 'qemu_configs') variable
192 config_path = os.path.join(QEMU_CONFIGS_DIR, arch + '.py')
196 options = [f[:-3] for f in os.listdir(QEMU_CONFIGS_DIR) if f.endswith('.py')]
210 module_path = '.' + os.path.join(os.path.basename(QEMU_CONFIGS_DIR), os.path.basename(config_path))