Home
last modified time | relevance | path

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

/linux/tools/testing/kunit/
H A Dkunit_kernel.py163 def get_old_kunitconfig_path(build_dir: str) -> str: function
296 old_path = get_old_kunitconfig_path(build_dir)
303 old_path = get_old_kunitconfig_path(build_dir)
H A Dkunit_tool_test.py501 with open(kunit_kernel.get_old_kunitconfig_path(build_dir), 'w') as f:
521 with open(kunit_kernel.get_old_kunitconfig_path(build_dir), 'w') as f: