Lines Matching refs:test_data_path
36 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')
199 skipped_log = test_data_path('test_skip_tests.log')
210 skipped_log = test_data_path('test_skip_all_tests.log')
221 prefix_log = test_data_path('test_config_printk_time.log')
230 prefix_log = test_data_path('test_multiple_prefixes.log')
239 mixed_prefix_log = test_data_path('test_interrupted_tap_output.log')
248 pound_log = test_data_path('test_pound_sign.log')
257 panic_log = test_data_path('test_kernel_panic_interrupt.log')
266 pound_log = test_data_path('test_pound_no_prefix.log')
300 with open(test_data_path(log_file)) as file:
331 path = test_data_path('test_is_test_passed-all_passed.log')