/openbmc/openbmc-test-automation/lib/ |
H A D | os_utils_install.robot | 24 OS Execute Command sudo apt-get update 28 OS Execute Command sudo apt-get -y install git 44 OS Execute Command sudo apt-get update 52 OS Execute Command sudo git clone https://www.github.com/open-power/HTX 56 OS Execute Command 60 OS Execute Command 63 OS Execute Command 68 OS Execute Command cd HTX && sudo make all 71 OS Execute Command sudo make install 82 ${stdout} ${stderr} ${rc} OS Execute Command [all …]
|
H A D | os_utils_config.robot | 11 ${version} ${stderr}= Execute Command pflash -r /dev/stdout -P VERSION 19 ${inventory} ${stderr}= Execute Command lshw -short return_stderr=True 27 ... Execute Command lshw -short | grep memory | wc -l return_stderr=True 42 ${dimm_count} ${stderr}= Execute Command lshw -short | grep DIMM | wc -l 58 ${output} ${stderr}= Execute Command systemctl status opal-prd.service 67 ${output} ${stderr}= Execute Command opal-gard list 74 ${output} ${stderr}= Execute Command dmesg -xT -l emerg,alert,crit,err
|
H A D | bmc_dbus.robot | 27 # Execute dbus tree command 28 ${bmc_response}= BMC Execute Command ${BUSCTL_TREE_COMMAND} 71 Execute DBUS Introspect Command 72 [Documentation] Execute the DBUS introspect command and return response. 75 # Execute the busctl instrospect command for the service name and dbus uri. 81 ${resp}= BMC Execute Command ${cmd}
|
H A D | bmc_cleanup.robot | 32 ${file_count1} ${stderr} ${rc}= BMC Execute Command 34 BMC Execute Command ${skip_list_string} 36 ${file_count2} ${stderrt} ${rc}= BMC Execute Command 41 ... BMC Execute Command rm -r ${cleanup_dir_path}
|
H A D | os_utilities.robot | 60 ${output} ${stderr} ${rc}= OS Execute Command which ${tool_name} 82 ${out} ${stderr} ${rc}= OS Execute Command ls ${file_path} 94 ${status} ${stderr} ${rc}= OS Execute Command 125 ${htx_err} ${std_err} ${rc}= OS Execute Command cat /tmp/htxerr 130 ${htx_stats} ${std_err} ${rc}= OS Execute Command 178 ${cpu_freq} ${stderr} ${rc}= OS Execute Command ${cmd} 192 ${cpu_freq} ${stderr} ${rc}= OS Execute Command ${cmd} 203 ${cpu_freq} ${stderr} ${rc}= OS Execute Command ${cmd} 217 ${cpu_freq} ${stderr} ${rc}= OS Execute Command ${cmd} 258 ${dmesg_log} ${stderr} ${rc}= OS Execute Command [all …]
|
H A D | common_utils.robot | 87 ... BMC Execute Command /usr/sbin/pflash -h | egrep -q skip 91 ${pnor_info}= BMC Execute Command ${pflash_cmd} 98 ${bmc_model} ${stderr} ${rc}= BMC Execute Command 180 ${output} ${stderr} ${rc}= Execute Command uptime return_stderr=True 188 # If the return code returned by "Execute Command" is non-zero, this 465 ... Execute Command 473 ... Execute Command killall journalctl 478 ... Execute Command 485 Execute Command rm ${file_path}-${LOG_TIME} 533 ${bmc_cpu_usage_output} ${stderr} ${rc}= BMC Execute Command [all …]
|
H A D | openbmc_ffdc_methods.robot | 30 # Execute the user define keywords from the FFDC List # 96 … ${ffdc_file_sub_list}= Execute Keyword Method ${method[0]} ${method[1]} @{ffdc_function_list} 103 Execute Keyword Method 134 BMC Execute Command ${FFDC_BMC_FILES_CLEANUP} ignore_err=1 138 # Execute command on BMC and write to ffdc_report.txt # 162 Execute Command and Write FFDC ${cmd[0]} ${cmd[1]} 165 Execute Command and Write FFDC 176 ${cmd_buf}= Catenate ${target} Execute Command \ ${cmd} \ ignore_err=${1} 196 # Execute command on BMC and write to individual file # 218 BMC Execute Command rm -rf /tmp/BMC_* [all …]
|
H A D | dmtf_redfishtool_utils.robot | 16 [Documentation] Execute redfishtool for GET operation. 34 [Documentation] Execute redfishtool for Patch operation. 53 [Documentation] Execute redfishtool for Post operation. 73 [Documentation] Execute redfishtool for Post operation.
|
/openbmc/openbmc-test-automation/extended/ |
H A D | test_bmc_stress_buster.robot | 24 [Documentation] Execute maximum allowed REST operation. 28 ${dict}= Execute Process 35 [Documentation] Execute maximum allowed SSH operation. 38 ${dict}= Execute Process 39 ... ${SSH_BUSTER_MAX} SSH Connect And Execute Command 45 [Documentation] Execute maximum allowed IPMI operation. 48 ${dict}= Execute Process ${IPMI_BUSTER_MAX} IPMI Check Status 55 [Documentation] Execute REST GET operation. 72 SSH Connect And Execute Command 73 [Documentation] Execute SSH command execution operation. [all …]
|
/openbmc/openbmc-test-automation/oem/nuvoton/ |
H A D | test_ipmi_flash.robot | 34 BMC Execute Command 40 BMC Execute Command 55 ${output} ${stderr} ${rc}= OS Execute Command ${cmd} ignore_err=1 81 ${output} ${stderr} ${rc}= OS Execute Command ${cmd} ignore_err=1 97 OS Execute Command ${cmd} ignore_err=1 99 OS Execute Command ${cmd} ignore_err=1 106 OS Execute Command outb 0x4e 0x07 107 OS Execute Command outb 0x4f 0x0f 109 OS Execute Command outb 0x4e 0xf4 110 ${output} ${stderr} ${rc}= OS Execute Command inb 0x4f [all …]
|
H A D | test_jtag_master.robot | 22 ${output} ${stderr} ${rc}= BMC Execute Command ${cmd} 113 ${output} ${stderr} ${rc}= BMC Execute Command ${cmd} 117 BMC Execute Command ${power_cycle_cmd} ignore_err=1 fork=1 122 ${output} ${stderr} ${rc}= BMC Execute Command ${cmd}
|
/openbmc/openbmc-test-automation/xcat/ |
H A D | test_power_operation.robot | 21 Execute Command On XCAT rpower on 29 Execute Command On XCAT rpower off 37 ${xcat_resp}= Execute Command On XCAT rpower bmcstate 47 Execute Command On XCAT rpower softoff 50 Execute Command On XCAT rpower on 59 Execute Command On XCAT rpower off 62 Execute Command On XCAT rpower on 74 ${cmd_output}= Execute Command ${XCAT_DIR_PATH}/lsxcatd -v
|
H A D | test_xcat_inventory.robot | 19 ${version_via_xcat}= Execute Command On XCAT rinv firm 35 ${cmd_output}= Execute Command ${XCAT_DIR_PATH}/lsxcatd -v
|
/openbmc/openbmc-test-automation/lib/xcat/ |
H A D | xcat_utils.robot | 24 Execute Command On XCAT 25 [Documentation] Execute command using XCAT. 36 ${stdout} ${stderr}= Execute Command ${xcat_cmd} return_stderr=True 67 Execute Command ${cmd_buf} 76 ${stdout} ${stderr}= Execute Command ${XCAT_DIR_PATH}/nodels 88 ${stdout} ${stderr}= Execute Command ${XCAT_DIR_PATH}/rpower ${node} on 99 ${stdout} ${stderr}= Execute Command ${XCAT_DIR_PATH}/rpower ${node} off 110 ${stdout} ${stderr}= Execute Command 124 ${stdout} ${stderr}= Execute Command 140 ${stdout} ${stderr}= Execute Command [all …]
|
/openbmc/openbmc-test-automation/tools/ |
H A D | factory_reset_bmc.robot | 30 BMC Execute Command /usr/bin/hostnamectl set-hostname ${OPENBMC_MODEL} 31 BMC Execute Command /sbin/fw_setenv rwreset true 32 Execute Command On Serial Console reboot -f 38 Execute Command On Serial Console ${cmd_ip} 41 Execute Command On Serial Console ${cmd_gw}
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_watchdog.robot | 22 [Documentation] Execute out of band set/get do not log bit for watchdog timer. 24 [Template] Execute IPMI Raw Command And Verify Response Data 33 [Documentation] Execute out of band set/get stop/resume timer stop bit for watchdog timer. 35 [Template] Execute IPMI Raw Command And Verify Response Data After Watchdog Expires 44 [Documentation] Execute out of band set/get timer use bits for watchdog timer. 46 [Template] Execute IPMI Raw Command And Verify Response Data 61 [Documentation] Execute out of band set/get pre-timeout interrupt bits for watchdog timer. 63 [Template] Execute IPMI Raw Command And Verify Response Data 72 [Documentation] Execute out of band set/get timer timeout bits for watchdog timer. 74 [Template] Execute IPMI Raw Command And Verify Response Data [all …]
|
/openbmc/openbmc-test-automation/systest/ |
H A D | network_stability_test.robot | 20 [Documentation] Execute network stress in loop. 24 Repeat Keyword ${HTX_LOOP} times Execute Network Test 29 Execute Network Test 30 [Documentation] Execute network stress test.
|
/openbmc/openbmc-test-automation/openpower/ |
H A D | test_timed_power_on.robot | 55 BMC Execute Command ${CMD_ENABLE_TPO} 79 ${stdout} ${stderr} ${rc}= OS Execute Command which set_poweron_time ignore_err=${0} 84 … ${stdout} ${stderr} ${rc}= OS Execute Command ${HOST_TIMED_POWER_ON_REQUEST} ignore_err=${0} 136 ${current_bmc_time}= BMC Execute Command date +%s 138 BMC Execute Command ${CMD_SET_TPO_TIME} ${time_set} 146 ${timer_value}= BMC Execute Command ${CMD_GET_TPO_TIME}
|
H A D | test_nmi_interface.robot | 61 OS Execute Command rm -rf /var/crash/* 66 OS Execute Command ${cmd} print_out=1 90 ... OS Execute Command ls -ltr /var/crash/* print_out=1
|
/openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
H A D | test_vmicert_management.robot | 155 ${dict}= Execute Process Multi Keyword ${5} 169 ${dict}= Execute Process Multi Keyword ${5} 184 ${dict}= Execute Process Multi Keyword ${5} 200 ${dict}= Execute Process Multi Keyword ${5} 217 ${dict}= Execute Process Multi Keyword ${5} 233 ${dict}= Execute Process Multi Keyword ${5} 247 ${dict}= Execute Process Multi Keyword ${5} 264 ${dict}= Execute Process Multi Keyword ${5} 278 ${dict}= Execute Process Multi Keyword ${5} 293 ${dict}= Execute Process Multi Keyword ${5} [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/gnome-layer/recipes-graphics/openbox/openbox-xdgmenu/ |
H A D | 7_6.diff | 10 - g_printf("<action name=\"Execute\"><execute>%s</execute></action>\n", exec), 11 + g_printf("<action name=\"Execute\"><command>%s</command></action>\n", exec),
|
H A D | fix-menu-generation.patch | 21 - g_printf("<action name=\"Execute\"><command>%s</command></action>\n", exec), 23 + g_printf("<action name=\"Execute\"><command>%s%s</command></action>\n",
|
/openbmc/openbmc-test-automation/lib/ras/ |
H A D | host_utils.robot | 23 ${output} ${stderr} ${rc}= OS Execute Command getscom ${input_cmd} 33 ${output} ${stderr} ${rc}= OS Execute Command opal-gard ${input_cmd} 79 ${output} ${stderr} ${rc}= OS Execute Command ${cmd} 96 ${output} ${stderr} ${rc}= OS Execute Command ${cmd} 147 ${output} ${stderr} ${rc}= OS Execute Command ${cmd} 154 ${output} ${stderr} ${rc}= Run Keyword OS Execute Command ${cmd} 162 ${output} ${stderr} ${rc}= OS Execute Command ${cmd} 172 OS Execute Command service opal-prd start
|
/openbmc/openbmc-test-automation/redfish/extended/ |
H A D | test_bmc_file_mirroring.robot | 33 ${orig_hostname} ${stderr} ${rc}= BMC Execute Command 40 ${curr_hostname} ${stderr} ${rc}= BMC Execute Command hostname 52 ${curr_hostname} ${stderr} ${rc}= BMC Execute Command
|
/openbmc/openbmc-test-automation/lib/serial_connection/ |
H A D | serial_console_client.robot | 54 Execute Command On Serial Console 55 [Documentation] Execute a command on the BMC serial console. 64 Telnet.Execute Command ${command_string}
|