Lines Matching +full:openbmc +full:- +full:test +full:- +full:automation
4 This module provides functions which are useful to plug-ins call-point programs that wish to make e…
47 …# Environment variable TMP_ROBOT_DIR_PATH can be set by the user to indicate that robot-generated …
63 …# Environment variable SAVE_STATUS_POLICY governs when robot-generated output files (e.g. the log.…
104 …o set environment variable ROBOT_TEST_RUNNING_FROM_SB when ROBOT_TEST_BASE_DIR_PATH is not pre-set.
110 # - User sandbox:
111 …# If there is a <developer's home dir>/git/openbmc-test-automation/, ROBOT_TEST_BASE_DIR_PATH will…
112 # set to that path. Otherwise, we set it to <program dir path>/git/openbmc-test-automation/
113 # - Not in user sandbox:
114 # ROBOT_TEST_BASE_DIR_PATH will be set to <program dir path>/git/openbmc-test-automation/
126 suffix = "git/openbmc-test-automation/"
224 cmd_buf = 'echo -n "' + raw_robot_file_search_path + '"'
248 …Return a list containing all of the long parm names (e.g. --outputdir) supported by the robot prog…
253 "robot -h | egrep "
254 + "'^([ ]\\-[a-zA-Z0-9])?[ ]+--[a-zA-Z0-9]+[ ]+' | sed -re"
255 + " s'/.*\\-\\-//g' -e s'/ .*//g' | sort -u"
271 … to distinguish robot parms (e.g. --outputdir) from robot program parms
272 … (all other parms which will be passed as "-v PARM_NAME:parm_value")..
281 robot -v OPENBMC_HOST:beye6 -v quiet:0 -v test_mode:1 -v debug:1
282 --outputdir=/gsa/ausgsa/projects/a/status --output=beye6.OS_Console.output.xml
283 …--log=beye6.OS_Console.log.html --report=beye6.OS_Console.report.html tools/start_sol_console.robot
299 p_string = "--" + var_name + "=" + str(parm)
302 p_string = "-v " + var_name + ":" + str(parm)
321 …- If the files are in a temporary location, using SAVE_STATUS_POLICY to decide whether to move the…
323 - Gzipping them.
328 gzip Indicates whether robot-generated output should be gzipped.
364 "ls -1 " + file_list + " 2>/dev/null", show_err=0
379 gc.shell_cmd("rm -rf " + file_list)
383 gc.shell_cmd("gzip -f " + file_list)
473 … # link to select_version. Ditto for "robot". Call each with the --print_only option to get the
478 + " ; do dirname $(${program} --print_only) ; done 2>/dev/null"