Lines Matching refs:test_data_path

38 def test_data_path(path):  function
54 kconfig_path = test_data_path('test_read_from_file.kconfig')
100 log_path = test_data_path('test_output_isolated_correctly.log')
111 log_path = test_data_path('test_pound_sign.log')
140 all_passed_log = test_data_path('test_is_test_passed-all_passed.log')
147 all_passed_log = test_data_path('test_is_test_passed-all_passed_nested.log')
154 kselftest_log = test_data_path('test_is_test_passed-kselftest.log')
161 failed_log = test_data_path('test_is_test_passed-failure.log')
168 empty_log = test_data_path('test_is_test_passed-no_tests_run_no_header.log')
177 missing_plan_log = test_data_path('test_is_test_passed-'
188 header_log = test_data_path('test_is_test_passed-no_tests_run_with_header.log')
197 no_plan_log = test_data_path('test_is_test_passed-no_tests_no_plan.log')
209 crash_log = test_data_path('test_insufficient_memory.log')
220 skipped_log = test_data_path('test_skip_tests.log')
229 skipped_log = test_data_path('test_skip_all_tests.log')
237 hyphen_log = test_data_path('test_strip_hyphen.log')
251 prefix_log = test_data_path('test_config_printk_time.log')
259 prefix_log = test_data_path('test_multiple_prefixes.log')
267 mixed_prefix_log = test_data_path('test_interrupted_tap_output.log')
275 pound_log = test_data_path('test_pound_sign.log')
283 panic_log = test_data_path('test_kernel_panic_interrupt.log')
291 pound_log = test_data_path('test_pound_no_prefix.log')
320 ktap_log = test_data_path('test_parse_ktap_output.log')
329 ktap_log = test_data_path('test_parse_subtest_header.log')
530 with open(test_data_path(log_file)) as file:
571 path = test_data_path('test_is_test_passed-all_passed.log')