Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/kunit/
Dkunit_tool_test.py36 def test_data_path(path): function
53 kconfig_path = test_data_path('test_read_from_file.kconfig')
105 log_path = test_data_path('test_output_isolated_correctly.log')
116 log_path = test_data_path('test_pound_sign.log')
145 all_passed_log = test_data_path('test_is_test_passed-all_passed.log')
153 failed_log = test_data_path('test_is_test_passed-failure.log')
161 empty_log = test_data_path('test_is_test_passed-no_tests_run_no_header.log')
171 empty_log = test_data_path('test_is_test_passed-no_tests_run_with_header.log')
181 crash_log = test_data_path('test_insufficient_memory.log')
191 crashed_log = test_data_path('test_is_test_passed-crash.log')
[all …]