Searched refs:test_data_path (Results 1 – 2 of 2) sorted by relevance
38 def test_data_path(path): function54 kconfig_path = test_data_path('test_read_from_file.kconfig')111 log_path = test_data_path('test_pound_sign.log')177 missing_plan_log = test_data_path('test_is_test_passed-'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')275 pound_log = test_data_path('test_pound_sign.log')291 pound_log = test_data_path('test_pound_no_prefix.log')320 ktap_log = test_data_path('test_parse_ktap_output.log')[all …]
125 test_data_path = os.path.join(export_path, 'data')126 bb.utils.mkdirhier(test_data_path)127 shutil.copy2(image_manifest, os.path.join(test_data_path, 'manifest'))128 shutil.copy2(tdname, os.path.join(test_data_path, 'testdata.json'))