Home
last modified time | relevance | path

Searched refs:robot_file_path (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dgen_call_robot.py191 def init_robot_file_path(robot_file_path): argument
205 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_path
240 gp.dprint_var(robot_file_path)
241 gv.valid_file_path(robot_file_path)
243 return robot_file_path
262 def create_robot_cmd_string(robot_file_path, *parms): argument
[all …]
/openbmc/openbmc-test-automation/bin/
H A Djenkins_funcs.sh94 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}"
H A Drun_robot_pgm_jenk.sh47 run_docker_robot "${robot_file_path}" || return 1