Lines Matching refs:test_data_path
39 def test_data_path(path): function
55 kconfig_path = test_data_path('test_read_from_file.kconfig')
101 log_path = test_data_path('test_output_isolated_correctly.log')
112 log_path = test_data_path('test_pound_sign.log')
141 all_passed_log = test_data_path('test_is_test_passed-all_passed.log')
148 all_passed_log = test_data_path('test_is_test_passed-all_passed_nested.log')
155 kselftest_log = test_data_path('test_is_test_passed-kselftest.log')
162 failed_log = test_data_path('test_is_test_passed-failure.log')
169 empty_log = test_data_path('test_is_test_passed-no_tests_run_no_header.log')
178 missing_plan_log = test_data_path('test_is_test_passed-'
189 header_log = test_data_path('test_is_test_passed-no_tests_run_with_header.log')
198 no_plan_log = test_data_path('test_is_test_passed-no_tests_no_plan.log')
210 crash_log = test_data_path('test_insufficient_memory.log')
221 skipped_log = test_data_path('test_skip_tests.log')
230 skipped_log = test_data_path('test_skip_all_tests.log')
238 hyphen_log = test_data_path('test_strip_hyphen.log')
252 prefix_log = test_data_path('test_config_printk_time.log')
260 prefix_log = test_data_path('test_multiple_prefixes.log')
268 mixed_prefix_log = test_data_path('test_interrupted_tap_output.log')
276 pound_log = test_data_path('test_pound_sign.log')
284 panic_log = test_data_path('test_kernel_panic_interrupt.log')
292 pound_log = test_data_path('test_pound_no_prefix.log')
321 ktap_log = test_data_path('test_parse_ktap_output.log')
330 ktap_log = test_data_path('test_parse_subtest_header.log')
336 ktap_log = test_data_path('test_parse_attributes.log')
547 with open(test_data_path(log_file)) as file:
588 path = test_data_path('test_is_test_passed-all_passed.log')