Lines Matching refs:output

147     ${rc}   ${output}=     Run and return RC and Output    ping -c 4 ${host}
148 Log RC: ${rc}\nOutput:\n${output}
180 ${output} ${stderr} ${rc}= Execute Command uptime return_stderr=True
300 ${rc} ${output}= Run And Return Rc And Output ${cmd}
301 Rdpvars rc output
305 ${ssh_pw_file_path}= Set Variable ${output}
323 # At least in some cases, ps output does not show double quotes so we must
345 [Documentation] Stop system console logging and return log output.
371 ${rc} ${output}= Run Keyword If '${os_con_pid}' != '${EMPTY}'
373 Run Keyword If '${os_con_pid}' != '${EMPTY}' Rdpvars rc output
379 ${output}= Set Variable ${EMPTY}
381 ${rc} ${output}= Run Keyword If '${return_data}' == '${1}'
385 RETURN ${output}
415 # output file.
418 ${rc} ${output}= Run And Return Rc And Output ${cmd_buf}
420 # non-zero return code or any output.
472 ${output} ${stderr}=
642 ${output} ${stderr} ${rc}=
679 ${output} ${stderr}=
683 ${btime}= Convert To Integer ${output}
709 ${output}= Get Number Of BMC Core Dump Files
710 Run Keyword If ${output} > 0
822 ${output} ${stderr} ${rc}= BMC Execute Command ${cmd}
823 RETURN ${output}
862 ${output}= Redfish.Get Attribute ${REDFISH_BASE_URI}Managers/${MANAGER_ID} FirmwareVersion
863 RETURN ${output}
868 ${output}= Redfish.Get Attribute ${REDFISH_BASE_URI}Systems/${SYSTEM_ID} BiosVersion
869 RETURN ${output}
961 [Documentation] Get service attribute policy output.
984 ${RC} ${output}= Run and return RC and Output ping -c 4 ${OPENBMC_HOST}
985 Log RC: ${RC}\nOutput:\n${output}
996 ${RC} ${output}= Run and return RC and Output ping -c 4 ${ip}
997 Log RC: ${RC}\nOutput:\n${output}