Lines Matching refs:test_data_path

37 def test_data_path(path):  function
54 kconfig_path = test_data_path('test_read_from_file.kconfig')
106 log_path = test_data_path('test_output_isolated_correctly.log')
117 log_path = test_data_path('test_pound_sign.log')
146 all_passed_log = test_data_path('test_is_test_passed-all_passed.log')
154 all_passed_log = test_data_path('test_is_test_passed-all_passed_nested.log')
162 kselftest_log = test_data_path('test_is_test_passed-kselftest.log')
170 failed_log = test_data_path('test_is_test_passed-failure.log')
178 empty_log = test_data_path('test_is_test_passed-no_tests_run_no_header.log')
188 missing_plan_log = test_data_path('test_is_test_passed-'
200 header_log = test_data_path('test_is_test_passed-no_tests_run_with_header.log')
210 crash_log = test_data_path('test_insufficient_memory.log')
220 crashed_log = test_data_path('test_is_test_passed-crash.log')
229 skipped_log = test_data_path('test_skip_tests.log')
239 skipped_log = test_data_path('test_skip_all_tests.log')
248 hyphen_log = test_data_path('test_strip_hyphen.log')
266 prefix_log = test_data_path('test_config_printk_time.log')
275 prefix_log = test_data_path('test_multiple_prefixes.log')
284 mixed_prefix_log = test_data_path('test_interrupted_tap_output.log')
293 pound_log = test_data_path('test_pound_sign.log')
302 panic_log = test_data_path('test_kernel_panic_interrupt.log')
311 pound_log = test_data_path('test_pound_no_prefix.log')
365 with open(test_data_path(log_file)) as file:
402 path = test_data_path('test_is_test_passed-all_passed.log')