/openbmc/openpower-vpd-parser/ |
H A D | defines.hpp | 45 enum class Keyword enum 65 template <Keyword K> 69 constexpr const char* getKeyword<Keyword::DR>() in getKeyword() 75 constexpr const char* getKeyword<Keyword::PN>() in getKeyword() 81 constexpr const char* getKeyword<Keyword::SN>() in getKeyword() 87 constexpr const char* getKeyword<Keyword::CC>() in getKeyword() 93 constexpr const char* getKeyword<Keyword::HW>() in getKeyword() 99 constexpr const char* getKeyword<Keyword::B1>() in getKeyword() 105 constexpr const char* getKeyword<Keyword::VN>() in getKeyword() 111 constexpr const char* getKeyword<Keyword::MB>() in getKeyword() [all …]
|
H A D | types.hpp | 55 using Keyword = std::string; typedef 57 using DbusPropertyMap = std::unordered_map<Keyword, KeywordData>; 63 using RestoredEeproms = std::tuple<Path, std::string, Keyword, Binary>; 71 std::tuple<Keyword, KeywordDefault, isPELReqOnRestoreFailure, 72 isMFGResetRequired, RecordName, Keyword>; 80 using GetAllResultType = std::vector<std::pair<Keyword, Value>>; 83 std::unordered_map<RecordName, std::unordered_map<Keyword, Binary>>;
|
/openbmc/openbmc-test-automation/lib/pdu/ |
H A D | cyber.robot | 16 Return From Keyword ${connection_status} 142 Run Keyword ${lib_name}.Read 143 Run Keyword ${lib_name}.Write 1 146 Run Keyword ${lib_name}.Read 147 Run Keyword ${lib_name}.Write 2 152 Run Keyword ${lib_name}.Read 153 Run Keyword ${lib_name}.Write 1 156 Run Keyword ${lib_name}.Read 160 Run Keyword ${lib_name}.Read 164 Run Keyword ${lib_name}.Read [all …]
|
/openbmc/openbmc-test-automation/systest/ |
H A D | htx_softbootme_test.robot | 100 Wait Until Keyword Succeeds 103 Wait Until Keyword Succeeds 105 Wait Until Keyword Succeeds 122 Wait Until Keyword Succeeds 125 Wait Until Keyword Succeeds 129 Run Keyword If ${HTX_KEEP_RUNNING} == ${0} 130 ... Wait Until Keyword Succeeds 162 Run Keyword If '${status}' == 'True' 163 ... Wait Until Keyword Succeeds 170 Run Keyword If [all …]
|
H A D | htx_hardbootme_test.robot | 84 Run Keyword If '${PREV_INV_FILE_PATH}' != 'NONE' 139 Run Keyword If '${CHECK_INVENTORY}' == 'True' 143 Run Keyword If '${HTX_MDT_PROFILE}' == 'mdt.bu' 152 Run Keyword If '${CHECK_INVENTORY}' == 'True' 156 Run Keyword ${rest_keyword} Power Off 182 Run Keyword If '${PREV_INV_FILE_PATH}' != 'NONE' 198 Run Keyword If '${diff_rc}' != '${0}' 222 Repeat Keyword ${HTX_DURATION} 256 Run Keyword If '${status}' == 'True' 264 Run Keyword If [all …]
|
H A D | gpu_stress_test.robot | 23 Suite Setup Run Keyword Start SOL Console Logging 50 Run Keyword If '${num_os_gpus}' != '${num_bmc_gpus}' 63 Run Keyword If '${status}' == 'True' 66 Repeat Keyword ${HTX_LOOP} times Execute GPU Test 97 Run Keyword If '${HTX_MDT_PROFILE}' == 'mdt.bu' 116 Run Keyword If ${power} > ${power_max} Fail 121 Run Keyword If ${temperature} > ${temperature_max} Fail msg=${err_msg} 123 Run Keyword If ${clock} > ${clock_max} Fail 130 Run Keyword If 152 Repeat Keyword ${HTX_DURATION} [all …]
|
H A D | network_stability_test.robot | 24 Repeat Keyword ${HTX_LOOP} times Execute Network Test 45 Run Keyword If '${HTX_MDT_PROFILE}' == 'mdt.bu' 51 ${status}= Run Until Keyword Fails ${HTX_DURATION} ${HTX_INTERVAL} 54 Run Keyword If '${status}' == 'False' 88 Run Keyword If '${status}' == 'True' 99 Run Keyword If '${TEST_STATUS}' == 'FAIL' and ${HTX_KEEP_RUNNING} == ${0}
|
/openbmc/openbmc-test-automation/lib/ |
H A D | state_manager.robot | 28 Run Keyword If '${wait}' == '${0}' Return From Keyword 30 Wait Until Keyword Succeeds 48 Run Keyword If '${wait}' == '${0}' Return From Keyword 75 Run Keyword If '${wait}' == '${0}' Return From Keyword 77 Wait Until Keyword Succeeds 93 Run Keyword If '${wait}' == '${0}' Return From Keyword 185 Run Keyword If '${resp}' == 'True' 255 Run Keyword If '${wait}' == '${0}' Return From Keyword 289 ... Wait Until Keyword Succeeds 292 ... Wait Until Keyword Succeeds [all …]
|
H A D | connection_client.robot | 32 ${has_host}= Run Keyword and Return Status 34 Run Keyword If ${has_host} == ${FALSE} 37 Run Keyword If 42 ${has_port}= Run Keyword and Return Status 88 ${host_exists}= Run Keyword and Return Status 90 ${alias_exists}= Run Keyword and Return Status 102 Run Keyword If '${open_connections}' == '[]' 104 Return From Keyword If '${open_connections}' == '[]' 116 Run Keyword If 122 ... ELSE Run Keyword If [all …]
|
H A D | dmtf_redfishtool_utils.robot | 28 Run Keyword If ${rc} != 0 Is HTTP error Expected ${cmd_output} ${expected_error} 47 Run Keyword If ${rc} != 0 Is HTTP error Expected ${cmd_output} ${expected_error} 67 Run Keyword If ${rc} != 0 Is HTTP error Expected ${cmd_output} ${expected_error} 85 Run Keyword If ${rc} != 0 Is HTTP error Expected ${cmd_output} ${expected_error} 99 ${cmd_rsp_status}= Run Keyword And Return Status Should Not Be Empty ${cmd_rsp} 100 Return From Keyword IF ${cmd_rsp_status} == True 102 ${rsp_status}= Run Keyword And Return Status Should Be Empty ${matches} 103 Run Keyword If ${rsp_status} == False 109 Return From Keyword If ${status} == True 112 ${rsp_code_status}= Run Keyword And Return Status Should Not Be Empty ${rsp_code} [all …]
|
H A D | openbmc_ffdc_methods.robot | 64 Method Call Keyword List 103 Execute Keyword Method 123 Run Keyword If '${index}' == '${-1}' Return from Keyword 186 Run Keyword If $stderr == '${EMPTY}' 267 ${exist}= Run Keyword and Return Status 270 Run Keyword If '${exist}' == '${False}' 451 ... Return From Keyword ${ffdc_file_list} 461 ... Return From Keyword ${ffdc_file_list} 479 Return From Keyword If 532 Run Keyword If '${rc}' != '${0}' Return From Keyword ${ffdc_file_list} [all …]
|
H A D | openbmc_ffdc.robot | 53 Return From Keyword If ${OVERRIDE_FFDC_ON_TEST_CASE_FAIL} 55 Run Keyword If '${TEST_STATUS}' == 'FAIL' Launch FFDC 66 Run Keyword If ${FFDC_DEFAULT} == ${1} FFDC # Keyword from openbmc_ffdc.py 67 ... ELSE ffdc_robot_script_cli # Keyword from ffdc_cli_robot_script.py
|
/openbmc/openbmc-test-automation/extended/ |
H A D | standby_bmc.robot | 48 Run Keyword And Ignore Error Powercycle System Via PDU 50 ${ping_status}= Run Keyword And Return Status 56 Run Keyword if ${ping_status} == ${False} 61 Run Keyword If ${REDFISH_SUPPORTED} 79 Run Keyword If '${ready_status}' == '${False}' 85 Run Keyword And Ignore Error Delete All Error Logs 86 Run Keyword And Ignore Error Delete All Dumps 97 Run Keyword And Ignore Error Redfish Purge Event Log 100 Run Keyword And Ignore Error Clear All Subscriptions 107 ${l_status}= Run Keyword and Return Status [all …]
|
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/ |
H A D | test_policies_sub_menu.robot | 86 ${status}= Run Keyword And Return Status 100 ${status}= Run Keyword And Return Status 153 ${status}= Run Keyword And Return Status 171 ${status}= Run Keyword And Return Status 233 Run Keyword If '${policy}' == 'SSH' 243 Wait Until Keyword Succeeds 1 min 30 sec 248 Wait Until Keyword Succeeds 1 min 30 sec 257 ${status}= Run Keyword And Return Status 260 Run Keyword If '${status}' == 'True' 266 ${status}= Run Keyword And Return Status [all …]
|
/openbmc/openbmc-test-automation/security/ |
H A D | test_bmc_connections.robot | 66 ${status}= Run Keyword If ${iter} % 100 == 0 Run Keyword And Return Status 122 ${status}= Run Keyword If ${iter} % 100 == 0 Run Keyword And Return Status 144 Run Keyword and Ignore Error 178 ${status}= Run Keyword If ${iter} % 100 == 0 Run Keyword And Return Status 181 Run Keyword If '${status}' == 'True' 210 ${status}= Run Keyword And Return Status 249 Run Keyword And Ignore Error 272 Run Keyword And Ignore Error 276 ... Run Keyword And Return Status 278 Run Keyword If ${status} == ${False} [all …]
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_cold_reset.robot | 50 Wait Until Keyword Succeeds 3 min 10 sec Is BMC Unpingable 51 Wait Until Keyword Succeeds 3 min 10 sec Is BMC Operational 64 ${resp}= Run Keyword and Expect Error *Request data length invalid* 97 Wait Until Keyword Succeeds 3 min 10 sec Is BMC Unpingable 98 Wait Until Keyword Succeeds 10 min 10 sec Is BMC Operational 101 ${data_after_coldreset}= Wait Until Keyword Succeeds 2 min 30 sec 116 ${data}= Wait Until Keyword Succeeds 2 min 30 sec 175 Run Keyword If '${lower_critical_threshold_status}' == 'True' 182 Run Keyword If '${lower_non_critical_threshold_status}' == 'True' 189 Run Keyword If '${upper_non_critical_threshold_status}' == 'True' [all …]
|
H A D | test_ipmi_sol.robot | 30 ${msg}= Run Keyword Run External IPMI Standard Command 45 ${msg}= Run Keyword Run External IPMI Standard Command 144 ${status}= Run Keyword And Return Status Wait Until Keyword Succeeds 10 mins 15 secs 147 Run Keyword If '${status}' == 'False' 152 ${status}= Run Keyword And Return Status Wait Until Keyword Succeeds 15 mins 15 secs 155 Run Keyword If '${status}' == 'False' 330 ${expected_value}= Run Keyword If 361 ${status}= Run Keyword And Return Status Wait Until Keyword Succeeds 10 mins 15 secs 364 Run Keyword If '${status}' == 'False' 369 ${status}= Run Keyword And Return Status Wait Until Keyword Succeeds 15 mins 15 secs [all …]
|
H A D | test_ipmi_resets.robot | 24 Repeat Keyword ${LOOP_COUNT} times IPMI MC Reset Warm (off) 31 Repeat Keyword ${LOOP_COUNT} times IPMI MC Reset Cold (run) 38 Repeat Keyword ${LOOP_COUNT} times IPMI Power Cycle 45 Repeat Keyword ${LOOP_COUNT} times IPMI Power Reset
|
/openbmc/openbmc-test-automation/xcat/ |
H A D | test_power_operation.robot | 22 Wait Until Keyword Succeeds 10 min 10 sec Is Host Running 30 Wait Until Keyword Succeeds 6 min 10 sec Is Host Off 48 Wait Until Keyword Succeeds 6 min 10 sec Is Host Off 51 Wait Until Keyword Succeeds 10 min 10 sec Is Host Running 60 Wait Until Keyword Succeeds 6 min 10 sec Is Host Off 63 Wait Until Keyword Succeeds 10 min 10 sec Is Host Running
|
/openbmc/openbmc-test-automation/redfish/ |
H A D | __init__.robot | 13 Run Keyword And Ignore Error Get BMC PNOR Version 14 # Run Keyword Check BMC Performance 15 Run Keyword And Ignore Error Check BMC Performance
|
/openbmc/openbmc-test-automation/openpower/mpipl/ |
H A D | test_mpipl_basic.robot | 38 Wait Until Keyword Succeeds 5 min 10 sec Required Dumps Should Exist 50 Wait Until Keyword Succeeds 5 min 10 sec Required Dumps Should Exist 61 Run Keyword And Ignore Error Clear All Subscriptions 74 Run Keyword And Ignore Error Delete All Redfish Sessions 80 Run Keyword And Ignore Error Redfish Purge Event Log 81 Run Keyword And Ignore Error Redfish Delete All BMC Dumps 82 Run Keyword And Ignore Error Redfish Delete All System Dumps 101 Wait Until Keyword Succeeds 2 min 3 sec Is Boot Progress Changed 104 Wait Until Keyword Succeeds 10 min 20 sec Is Boot Progress Runtime Matched
|
/openbmc/openpower-vpd-parser/test/store/ |
H A D | store.cpp | 27 assert(("1001" == s.get<Record::VINI, record::Keyword::SN>())); in runTests() 28 assert(("F001" == s.get<Record::VINI, record::Keyword::PN>())); in runTests() 29 assert(("Fake FRU" == s.get<Record::VINI, record::Keyword::DR>())); in runTests()
|
/openbmc/openbmc-test-automation/redfish/systems/ |
H A D | test_power_operations.robot | 45 Run Keyword If ${additional_occ_check} == ${1} 46 ... Wait Until Keyword Succeeds 3 mins 30 secs Match OCC And CPU State Count 48 Run Keyword If ${additional_power_check} == ${1} Power Check 70 Run Keyword If ${capture_sol} == ${1} Start SOL Console Logging 78 Run Keyword If ${capture_sol} == ${1} Stop SOL Capture 80 Run Keyword If ${REDFISH_SUPPORTED} 111 Run Keyword If "${value}" == "${EMPTY}"
|
/openbmc/openbmc-test-automation/gui/lib/ |
H A D | resource.robot | 47 Run Keyword If '${op_system}' == 'windows' 62 ${windows_platform}= Run Keyword And Return Status 64 ${op_system}= Run Keyword If '${windows_platform}' == 'True' 133 ${obmc_state_status}= Run Keyword And Return Status 135 Return From Keyword If '${obmc_state_status}' == 'True' 137 ${obmc_standby_state}= Run Keyword And Return Status 140 Run Keyword If '${obmc_standby_state}' == 'True' 177 Wait Until Keyword Succeeds ${retry_time} ${retry_interval} 227 ${browser_ID}= Run Keyword If '${mode}' == 'headless' 281 Run Keyword If '${expectedState}' == 'Running' [all …]
|
/openbmc/openbmc-test-automation/redfish/extended/ |
H A D | test_service_restart_policy.robot | 89 ${service_status}= Run Keyword And Return Status Check Service Autorestart ${service} 90 Run Keyword If ${service_status} == False 97 …Run Keyword If ${length_incorrect_autorestart_policy} != 0 and ${length_incorrect_autorestart_pol… 102 …... Run Keyword And Continue On Failure Fail msg=Listed services are having incorrect auto-re… 113 ${main_pid_status}= Run Keyword And Return Status Should Not Be Equal ${0} ${Old_MainPID} 114 … ${active_state_status}= Run Keyword And Return Status Should Be Equal active ${ActiveState} 115 Run Keyword If ${main_pid_status} == False or ${active_state_status} == False 122 Run Keyword And Continue On Failure Should Not Be Equal ${0} ${New_MainPID} 124 Run Keyword And Continue On Failure Should Not Be Equal ${Old_MainPID} ${New_MainPID} 128 Run Keyword And Continue On Failure Should Be Equal active ${ActiveState} [all …]
|