Searched refs:cmd_output (Results 1 – 19 of 19) sorted by relevance
27 ${rc} ${cmd_output}= Run and Return RC and Output ${cmd}28 IF ${rc} != 0 Is HTTP error Expected ${cmd_output} ${expected_error}30 RETURN ${cmd_output}46 ${rc} ${cmd_output}= Run and Return RC and Output ${cmd}47 IF ${rc} != 0 Is HTTP error Expected ${cmd_output} ${expected_error}49 RETURN ${cmd_output}66 ${rc} ${cmd_output}= Run and Return RC and Output ${cmd}67 IF ${rc} != 0 Is HTTP error Expected ${cmd_output} ${expected_error}69 RETURN ${cmd_output}84 ${rc} ${cmd_output}= Run and Return RC and Output ${cmd}[all …]
57 ${cmd_output}= BMC Execute Command ${cmd}60 ... ['${cmd_output[0].split('"')[1].strip('"')}']88 ${cmd_output}= BMC Execute Command ${cmd}92 ... ['${cmd_output[0].split('"')[1].strip('"')}']149 ${cmd_output}= BMC Execute Command ${cmd}151 …Valid Value vpd_records['${component}']['${field}'] ['${cmd_output[0].split('"')[1].strip('"')}']176 ${cmd_output}= BMC Execute Command ${cmd}177 # Example of cmd_output:184 ... ${cmd_output[0].split('"')[1].strip('"')}
44 ${cmd_output} ${stderr} ${rc} = BMC Execute Command ${cmd}48 IF '${cmd_output.split(' ')[-1]}' == 'true'117 ${cmd_output} ${stderr} ${rc} = BMC Execute Command ${cmd}121 IF '${cmd_output.split(' ')[-1]}' != 'true' CONTINUE138 ${cmd_output} ${stderr} ${rc} = BMC Execute Command ${cmd}142 IF '${cmd_output.split(' ')[-1]}' != 'true' CONTINUE296 ${cmd_output} ${stderr} ${rc} = BMC Execute Command ${cmd} print_out=1 print_err=1337 ${cmd_output} ${stderr} ${rc} = BMC Execute Command ${cmd}339 Set To Dictionary ${sensors_dbus_tree_dict} ${dbus_obj} ${cmd_output.splitlines()}369 ${cmd_output} ${stderr} ${rc} = BMC Execute Command ${cmd}
70 ${cmd_output} ${stderr} ${rc}= BMC Execute Command74 ${lines}= Get Lines Containing String ${cmd_output} inet98 ${cmd_output} ${stderr} ${rc}= BMC Execute Command101 RETURN ${cmd_output}112 ${cmd_output} ${stderr} ${rc}= BMC Execute Command119 @{words}= Split String ${cmd_output}130 ${cmd_output} ${stderr} ${rc}= BMC Execute Command139 @{lines}= Split To Lines ${cmd_output}169 …${cmd_output} ${stderr} ${rc}= BMC Execute Command /sbin/fw_printenv | grep ${ethernet_interfa…175 @{words}= Split String ${cmd_output} =[all …]
28 ${cmd_output} ${stderr} ${rc}= BMC Execute Command /sbin/ip addr31 ${lines}= Get Lines Containing String ${cmd_output} inet691 ${cmd_output} ${stderr} ${rc}= BMC Execute Command94 RETURN ${cmd_output}
279 ${cmd_output} ${stderr} ${rc}= BMC Execute Command ${cmd_buf}
18 ${cmd_output}= Run IPMI Standard Command dcmi discover39 …Run Keyword And Continue On Failure Should Contain ${cmd_output} ${capability} ignore_case=True45 ... Should Contain ${cmd_output} ${slave_address} ignore_case=True53 ${output}= Get Lines Containing String ${cmd_output} Slave address of device:56 ${output_1}= Get Lines Containing String ${cmd_output} Channel number is
32 ${cmd_output}= Execute Command ${XCAT_DIR_PATH}/lsxcatd -v33 Should Not Be Empty ${cmd_output} msg=XCAT not installed.
67 ${cmd_output}= Execute Command ${XCAT_DIR_PATH}/lsxcatd -v68 Should Not Be Empty ${cmd_output} msg=XCAT not installed.
201 ${cmd_output}= Execute Command ${XCAT_DIR_PATH}/lsxcatd -v202 Should Not Be Empty ${cmd_output} msg=XCAT not installed.204 Log \n XCAT Version is: \n${cmd_output}
26 ${cmd_output}= Wait Until Keyword Succeeds 15 sec 5 sec29 # Extract management controller ID from cmd_output.30 ${initial_mc_id}= Fetch From Right ${cmd_output} :${SPACE}
197 ${cmd_output}= Run External IPMI Standard Command ${cmd}199 Should Contain ${cmd_output} Closed Session
299 ${cmd_output}= Redfishtool Get /redfish/v1/Managers/${MANAGER_ID}/Truststore/Certificates300 ${cmd_output}= Convert String To JSON ${cmd_output}301 ${cert_list}= Set Variable ${cmd_output["Members"]}455 ${rc} ${cmd_output}= Run And Return RC And Output ${cmd_args} GET ${uri}456 IF ${rc} != 0 Is HTTP Error Expected ${cmd_output} ${expected_error}458 ${cmd_output}= Convert String To JSON ${cmd_output}460 RETURN ${cmd_output["CertificateString"]}
84 cmd_output, cmd_stderr = p.communicate()85 cmd_output = cmd_output.decode("utf-8")91 return opkg_query(cmd_output)
108 … cmd_output = subprocess.check_output(cmd, stderr=subprocess.STDOUT).strip().decode("utf-8")113 return opkg_query(cmd_output)
32 def opkg_query(cmd_output): argument47 for line in cmd_output.splitlines()+['']:
223 ${cmd_output} ${stderr} ${rc}= BMC Execute Command cat /proc/uptime224 @{times}= Split String ${cmd_output}
314 ${cmd_output} ${stderr} ${rc}= BMC Execute Command cat /proc/uptime315 @{times}= Split String ${cmd_output}
345 ${cmd_output} ${stderr} ${rc}= BMC Execute Command ${cmd_buf}