| /openbmc/qemu/target/i386/kvm/ |
| H A D | tdx-quote-generator.c | 101 task->status_code = TDX_VP_GET_QUOTE_ERROR; in tdx_get_quote_read() 108 task->status_code = TDX_VP_GET_QUOTE_ERROR; in tdx_get_quote_read() 120 task->status_code = TDX_VP_GET_QUOTE_ERROR; in tdx_get_quote_read() 138 task->status_code = TDX_VP_GET_QUOTE_ERROR; in tdx_get_quote_read() 144 task->status_code = TDX_VP_GET_QUOTE_ERROR; in tdx_get_quote_read() 150 task->status_code = TDX_VP_GET_QUOTE_ERROR; in tdx_get_quote_read() 156 task->status_code = TDX_VP_GET_QUOTE_ERROR; in tdx_get_quote_read() 165 task->status_code = TDX_VP_GET_QUOTE_ERROR; in tdx_get_quote_read() 174 task->status_code = TDX_VP_GET_QUOTE_ERROR; in tdx_get_quote_read() 185 task->status_code = TDX_VP_GET_QUOTE_SUCCESS; in tdx_get_quote_read() [all …]
|
| H A D | tdx-quote-generator.h | 69 uint64_t status_code; member
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/ |
| H A D | perf.py | 30 status_code = info[0] 32 … print('Trying \'' + full_url + '\', ' + str(status_code) + ', ' + str(load_time)) 49 status_code = resp.status_code 50 info.append(status_code)
|
| /openbmc/phosphor-net-ipmid/command/ |
| H A D | open_session.cpp | 36 response->status_code = in openSession() 45 response->status_code = in openSession() 70 response->status_code = in openSession() 87 response->status_code = in openSession() 94 response->status_code = static_cast<uint8_t>(RAKP_ReturnCode::NO_ERROR); in openSession()
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/tests/views/ |
| H A D | test_views.py | 68 self.assertEqual(response.status_code, 200) 76 self.assertEqual(response.status_code, 200) 105 self.assertEqual(response.status_code, 200) 166 self.assertEqual(response.status_code, 200) 188 self.assertEqual(response.status_code, 200) 204 self.assertEqual(response.status_code, 200) 213 self.assertEqual(response.status_code, 200) 222 self.assertEqual(response.status_code, 200) 230 self.assertEqual(response.status_code, 200) 249 self.assertEqual(response.status_code, 200) [all …]
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | redfish_plus.py | 206 response.status = response.status_code 223 response.status = response.status_code 238 response.status = response.status_code 251 response.status = response.status_code 266 response.status = response.status_code 281 response.status = response.status_code
|
| H A D | dump_utils.robot | 26 IF '${resp.status_code}' == '${HTTP_NOT_FOUND}' 55 Should Be Equal As Strings ${resp.status_code} ${HTTP_OK} 86 IF '${resp.status_code}' == '${HTTP_OK}' 118 IF '${resp.status_code}' == '${HTTP_NOT_FOUND}' 123 Should Be Equal As Strings ${resp.status_code} ${HTTP_OK} 134 IF '${resp.status_code}' == '${HTTP_NOT_FOUND}' 142 Should Be Equal As Strings ${resp.status_code} ${HTTP_OK} 148 IF '${resp.status_code}' == '${HTTP_NOT_FOUND}' 154 Return From Keyword If ${resp.status_code} == ${HTTP_NOT_FOUND} 225 IF '${resp.status_code}' == '${HTTP_NOT_FOUND}' [all …]
|
| H A D | rest_client.robot | 173 Should Be Equal As Strings ${resp.status_code} ${HTTP_OK} 210 Should Be Equal As Strings ${resp.status_code} ${HTTP_OK} 225 Should Be Equal As Strings ${resp.status_code} ${HTTP_OK} 241 ${msg}= Catenate SEPARATOR= Response code: ${resp.status_code} 273 Should Be Equal As Strings ${resp.status_code} ${HTTP_OK} 307 Should Be Equal As Strings ${resp.status_code} ${HTTP_OK} 332 Should Be Equal As Strings ${resp.status_code} ${HTTP_OK} 386 Valid Value ret.status_code ${valid_status_codes} 414 Should Be Equal As Strings ${resp.status_code} ${HTTP_CREATED}
|
| H A D | event_notification.py | 54 gv.valid_value(response.status_code, valid_values=[200])
|
| /openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
| H A D | test_savearea_management.robot | 72 # file_name status_code partition_status response_message 82 # file_name status_code partition_status response_message 101 # file_name status_code partition_status response_message 251 # file_name status_code message 262 # file_name status_code message 360 [Arguments] ${file_name} ${status_code} ${expected_message} 364 # status_code HTTPS status code. 374 Should Be Equal As Strings ${resp.status_code} ${status_code} 383 [Arguments] ${status_code} 386 # status_code HTTPS status code. [all …]
|
| H A D | test_lock_management.robot | 95 # client_id lock_type status_code 454 [Arguments] ${lock_type} ${status_code}=${HTTP_OK} 458 # status_code HTTP status code. 465 Should Be Equal As Strings ${resp.status_code} ${status_code} 467 IF ${status_code} == ${HTTP_BAD_REQUEST} 478 [Arguments] ${lock_type} ${status_code}=${HTTP_OK} 482 # status_code HTTP status code. 489 Should Be Equal As Strings ${resp.status_code} ${status_code} 491 IF ${status_code} == ${HTTP_CONFLICT} 502 [Arguments] ${lock_type} ${message} ${status_code}=${HTTP_OK} [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin/ |
| H A D | 0002-parsers-Generalise-input-to-array-of-gchar.patch | 234 data->astro_update->http_status_code = msg->status_code; 235 if ((msg->status_code == 200 || msg->status_code == 203)) { 253 data->astro_update->http_status_code = msg->status_code; 254 if ((msg->status_code == 200 || msg->status_code == 203)) { 279 data->weather_update->http_status_code = msg->status_code; 280 if (msg->status_code == 200 || msg->status_code == 203) {
|
| H A D | 0003-libsoup-Port-to-libsoup-3.0.patch | 327 - data->astro_update->http_status_code = msg->status_code; 328 - if ((msg->status_code == 200 || msg->status_code == 203)) { 349 - msg->status_code, msg->reason_phrase); 379 - data->astro_update->http_status_code = msg->status_code; 380 - if ((msg->status_code == 200 || msg->status_code == 203)) { 399 - msg->status_code, msg->reason_phrase); 431 - data->weather_update->http_status_code = msg->status_code; 432 - if (msg->status_code == 200 || msg->status_code == 203) { 453 - "Reason phrase: %s", msg->status_code, msg->reason_phrase); 476 - if (msg->status_code == SOUP_STATUS_PROXY_AUTHENTICATION_REQUIRED) {
|
| H A D | 0005-Make-libsoup-v3-support-optional.patch | 359 + data->astro_update->http_status_code = msg->status_code; 360 + if ((msg->status_code == 200 || msg->status_code == 203)) { 385 + msg->status_code, msg->reason_phrase); 418 + data->astro_update->http_status_code = msg->status_code; 419 + if ((msg->status_code == 200 || msg->status_code == 203)) { 445 + msg->status_code, msg->reason_phrase); 481 + data->weather_update->http_status_code = msg->status_code; 482 + if (msg->status_code == 200 || msg->status_code == 203) { 507 + "Reason phrase: %s", msg->status_code, msg->reason_phrase); 531 + if (msg->status_code == SOUP_STATUS_PROXY_AUTHENTICATION_REQUIRED) {
|
| /openbmc/bmcweb/scripts/ |
| H A D | hostlogger_test.py | 37 if resp.status_code != requests.codes.ok: 40 + str(resp.status_code)
|
| /openbmc/telemetry/redfish-tests/ |
| H A D | redfish_requests.py | 34 r.status_code == code 45 r.status_code == code 56 r.status_code == code
|
| /openbmc/openbmc-tools/openbmctool/ |
| H A D | openbmctool.py | 117 if resp.status_code==200: 131 if resp.status_code == 200: 436 if r.status_code == 200: 482 if r.status_code == 200: 556 if res.status_code==200: 569 if res.status_code==200: 1266 if res.status_code == 200: 1300 if res.status_code == 200: 1497 if (r.status_code == 200 and not args.json): 1499 elif (r.status_code == 200 and args.json): [all …]
|
| /openbmc/openbmc-test-automation/tools/ |
| H A D | github_issues_to_csv | 23 if response.status_code != 200: 24 raise Exception(response.status_code)
|
| /openbmc/openbmc-test-automation/redfish/service_root/ |
| H A D | test_service_root.robot | 71 Should Be Equal As Strings ${resp.status_code} ${HTTP_UNAUTHORIZED} 114 Should Be Equal As Strings ${resp.status_code} ${HTTP_CREATED} 119 Should Be Equal As Strings ${resp.status_code} ${HTTP_OK}
|
| /openbmc/openbmc-test-automation/lib/pdu/ |
| H A D | synaccess.robot | 22 Should Be Equal As Strings ${resp.status_code} ${HTTP_OK} msg=${error_message}
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpprest/cpprest/ |
| H A D | disable-outside-tests.patch | 28 VERIFY_ARE_EQUAL(return_code, response.status_code()); 40 VERIFY_ARE_EQUAL(200, response.status_code());
|
| /openbmc/openbmc-test-automation/extended/ |
| H A D | test_bmc_stress_buster.robot | 67 Should Be Equal As Strings ${resp.status_code} ${HTTP_OK} 72 Should Be Equal As Strings ${resp.status_code} ${HTTP_OK}
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/ |
| H A D | logs.py | 19 'status': response.status_code
|
| /openbmc/openbmc-build-scripts/scripts/ |
| H A D | get_unit_test_report.py | 204 if resp.status_code != 200: 216 if resp.status_code != 200: 218 logger.error(resp.status_code)
|
| /openbmc/openbmc-test-automation/redfish/extended/ |
| H A D | test_bmc_dump.robot | 67 Should Be Equal As Strings ${response.status_code} ${HTTP_OK} 88 IF '${resp.status_code}' == '${HTTP_NOT_FOUND}'
|