Searched refs:test_name (Results 1 – 2 of 2) sorted by relevance
119 [Arguments] ${test_name}120 ${test_name}= Replace String ${test_name} ${SPACE} _122 ${test_name}= Replace String Using Regexp ${test_name} [/""] -123 RETURN ${test_name}129 ${test_name}= Set Variable ${SUITE NAME}.${TEST NAME}.fail${retry_index}.save130 ${test_name}= Sanitize Test Name ${test_name}135 ${snapshot_path}= Set Variable "${snapshots_dir}/${test_name}"143 ${test_name}= Set Variable ${SUITE NAME}.${TEST NAME}.fail${retry_index}144 ${test_name}= Sanitize Test Name ${test_name}149 ${log_path}= Set Variable ${logs_dir}/${test_name}.log[all …]
725 def _create_suite_name(test_name, hotspot): argument726 return test_name + (' [HotSpot action: {0}]'.format(hotspot) if hotspot else '')768 …test_cases = [(test_name, '{0}.{1}'.format(suite_name, test_name)) for test_name in test_cases_nam…774 for test_name in (t[0] for t in test_cases):775 deps.update(self._get_dependencies(test_name))964 test_name = test.attrib['name']1068 test_name = test.attrib['name']