Home
last modified time | relevance | path

Searched refs:test_data_path (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/kunit/
H A Dkunit_tool_test.py38 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-'
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dtestexport.bbclass131 test_data_path = os.path.join(export_path, 'data')
132 bb.utils.mkdirhier(test_data_path)
133 shutil.copy2(image_manifest, os.path.join(test_data_path, 'manifest'))
134 shutil.copy2(tdname, os.path.join(test_data_path, 'testdata.json'))