Searched refs:robot_file_path (Results 1 – 3 of 3) sorted by relevance
191 def init_robot_file_path(robot_file_path): argument205 gv.valid_value(robot_file_path)213 if not re.match(r".*\.(robot|py)$", robot_file_path):215 robot_file_path = robot_file_path + ".robot"218 if robot_file_path[0:1] == "/":221 gp.dprint_vars(abs_path, robot_file_path)233 candidate_file_path = search_path + robot_file_path236 gp.dprint_timen("Found full path to " + robot_file_path + ".")237 robot_file_path = candidate_file_path240 gp.dprint_var(robot_file_path)[all …]
94 local robot_file_path="${1}" ; shift || :115 robot_file_path="${robot_file_path%.robot}.robot"160 robot_cmd_buf="${robot_cmd_buf}-automation/${robot_file_path}"
47 run_docker_robot "${robot_file_path}" || return 1