Lines Matching refs:src_path
268 src_path: str # full path to the source test
347 report = TestReport(src_path=test, test_id=test_id)
456 test_report.src_path
461 f"{Utils.get_file_only_name(test_report.src_path)}-filesInfo.txt"))
483 if test_report.src_path == RegressTestConfig.REGRESS_TEST_TOOL_DIR:
486 out_file = change_extension(test_report.src_path, '.out')
786 expect_output_str = read_expect_file(expect_file, test_report.src_path)
787 test_case_file = Utils.read_file_as_str(test_report.src_path)
816 if test_report.src_path.endswith(RegressTestConfig.TEST_TOOL_FILE_JS_NAME):
830 set_test_environ(test_report.src_path)