Lines Matching refs:_test_data_path

41 def _test_data_path(path):  function
57 kconfig_path = _test_data_path('test_read_from_file.kconfig')
103 log_path = _test_data_path('test_output_isolated_correctly.log')
114 log_path = _test_data_path('test_pound_sign.log')
143 all_passed_log = _test_data_path('test_is_test_passed-all_passed.log')
150 all_passed_log = _test_data_path('test_is_test_passed-all_passed_nested.log')
157 kselftest_log = _test_data_path('test_is_test_passed-kselftest.log')
164 failed_log = _test_data_path('test_is_test_passed-failure.log')
171 nested_log = _test_data_path('test_is_test_passed-failure-nested.log')
182 empty_log = _test_data_path('test_is_test_passed-no_tests_run_no_header.log')
191 missing_plan_log = _test_data_path('test_is_test_passed-'
202 header_log = _test_data_path('test_is_test_passed-no_tests_run_with_header.log')
211 no_plan_log = _test_data_path('test_is_test_passed-no_tests_no_plan.log')
223 crash_log = _test_data_path('test_insufficient_memory.log')
234 skipped_log = _test_data_path('test_skip_tests.log')
243 skipped_log = _test_data_path('test_skip_all_tests.log')
251 hyphen_log = _test_data_path('test_strip_hyphen.log')
265 prefix_log = _test_data_path('test_config_printk_time.log')
273 prefix_log = _test_data_path('test_multiple_prefixes.log')
281 mixed_prefix_log = _test_data_path('test_interrupted_tap_output.log')
289 pound_log = _test_data_path('test_pound_sign.log')
297 panic_log = _test_data_path('test_kernel_panic_interrupt.log')
305 pound_log = _test_data_path('test_pound_no_prefix.log')
334 ktap_log = _test_data_path('test_parse_ktap_output.log')
343 ktap_log = _test_data_path('test_parse_subtest_header.log')
349 ktap_log = _test_data_path('test_parse_attributes.log')
598 with open(_test_data_path(log_file)) as file:
639 path = _test_data_path('test_is_test_passed-all_passed.log')