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)215 robot_file_path = robot_file_path + ".robot"218 if robot_file_path[0:1] == "/":221 gp.dprint_vars(abs_path, robot_file_path)237 robot_file_path = candidate_file_path240 gp.dprint_var(robot_file_path)241 gv.valid_file_path(robot_file_path)243 return robot_file_path262 def create_robot_cmd_string(robot_file_path, *parms): argument[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