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.py189 def init_robot_file_path(robot_file_path): argument
203 gv.valid_value(robot_file_path)
213 robot_file_path = robot_file_path + ".robot"
216 if robot_file_path[0:1] == "/":
219 gp.dprint_vars(abs_path, robot_file_path)
235 robot_file_path = candidate_file_path
238 gp.dprint_var(robot_file_path)
239 gv.valid_file_path(robot_file_path)
241 return robot_file_path
260 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