Lines Matching refs:test_data_path

38 def test_data_path(path):  function
54 kconfig_path = test_data_path('test_read_from_file.kconfig')
93 log_path = test_data_path('test_output_isolated_correctly.log')
104 log_path = test_data_path('test_pound_sign.log')
133 all_passed_log = test_data_path('test_is_test_passed-all_passed.log')
141 all_passed_log = test_data_path('test_is_test_passed-all_passed_nested.log')
149 kselftest_log = test_data_path('test_is_test_passed-kselftest.log')
157 failed_log = test_data_path('test_is_test_passed-failure.log')
165 empty_log = test_data_path('test_is_test_passed-no_tests_run_no_header.log')
175 missing_plan_log = test_data_path('test_is_test_passed-'
190 header_log = test_data_path('test_is_test_passed-no_tests_run_with_header.log')
200 no_plan_log = test_data_path('test_is_test_passed-no_tests_no_plan.log')
212 crash_log = test_data_path('test_insufficient_memory.log')
222 skipped_log = test_data_path('test_skip_tests.log')
232 skipped_log = test_data_path('test_skip_all_tests.log')
241 hyphen_log = test_data_path('test_strip_hyphen.log')
259 prefix_log = test_data_path('test_config_printk_time.log')
268 prefix_log = test_data_path('test_multiple_prefixes.log')
277 mixed_prefix_log = test_data_path('test_interrupted_tap_output.log')
286 pound_log = test_data_path('test_pound_sign.log')
295 panic_log = test_data_path('test_kernel_panic_interrupt.log')
304 pound_log = test_data_path('test_pound_no_prefix.log')
490 with open(test_data_path(log_file)) as file:
531 path = test_data_path('test_is_test_passed-all_passed.log')