/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/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/linux/net/mac80211/ |
H A D | tdls.c | 185 u16 status_code) in ieee80211_get_tdls_sta_capab() argument 190 if (status_code != 0) in ieee80211_get_tdls_sta_capab() 757 u16 status_code, bool initiator, in ieee80211_tdls_add_chan_switch_resp_ies() argument 761 if (status_code == 0) in ieee80211_tdls_add_chan_switch_resp_ies() 770 u8 action_code, u16 status_code, in ieee80211_tdls_add_ies() argument 779 if (status_code == 0) in ieee80211_tdls_add_ies() 788 if (status_code == 0) in ieee80211_tdls_add_ies() 797 if (status_code == 0 || action_code == WLAN_TDLS_TEARDOWN) in ieee80211_tdls_add_ies() 809 status_code, in ieee80211_tdls_add_ies() 821 u16 status_code, struct sk_buff *skb) in ieee80211_prep_tdls_encap_data() argument [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | redfish_plus.py | 195 response.status = response.status_code 212 response.status = response.status_code 227 response.status = response.status_code 240 response.status = response.status_code 255 response.status = response.status_code 270 response.status = response.status_code
|
H A D | dump_utils.robot | 26 Run Keyword If '${resp.status_code}' == '${HTTP_NOT_FOUND}' 54 Should Be Equal As Strings ${resp.status_code} ${HTTP_OK} 84 Run Keyword If '${resp.status_code}' == '${HTTP_OK}' 115 Run Keyword If '${resp.status_code}' == '${HTTP_NOT_FOUND}' 119 Should Be Equal As Strings ${resp.status_code} ${HTTP_OK} 130 Run Keyword If '${resp.status_code}' == '${HTTP_NOT_FOUND}' 137 Should Be Equal As Strings ${resp.status_code} ${HTTP_OK} 143 Run Keyword If '${resp.status_code}' == '${HTTP_NOT_FOUND}' 148 Return From Keyword If ${resp.status_code} == ${HTTP_NOT_FOUND} 219 Run Keyword If '${resp.status_code}' == '${HTTP_NOT_FOUND}' [all …]
|
H A D | rest_client.robot | 170 Should Be Equal As Strings ${resp.status_code} ${HTTP_OK} 203 Should Be Equal As Strings ${resp.status_code} ${HTTP_OK} 218 Should Be Equal As Strings ${resp.status_code} ${HTTP_OK} 234 ${msg}= Catenate SEPARATOR= Response code: ${resp.status_code} 266 Should Be Equal As Strings ${resp.status_code} ${HTTP_OK} 299 Should Be Equal As Strings ${resp.status_code} ${HTTP_OK} 324 Should Be Equal As Strings ${resp.status_code} ${HTTP_OK} 378 Valid Value ret.status_code ${valid_status_codes} 406 Should Be Equal As Strings ${resp.status_code} ${HTTP_CREATED}
|
/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 Run Keyword If ${status_code} == ${HTTP_BAD_REQUEST} 477 [Arguments] ${lock_type} ${status_code}=${HTTP_OK} 481 # status_code HTTP status code. 488 Should Be Equal As Strings ${resp.status_code} ${status_code} 490 Run Keyword If ${status_code} == ${HTTP_CONFLICT} 500 [Arguments] ${lock_type} ${message} ${status_code}=${HTTP_OK} [all …]
|
/openbmc/linux/drivers/iommu/intel/ |
H A D | pasid.c | 32 u8 status_code; in vcmd_alloc_pasid() local 42 status_code = VCMD_VRSP_SC(res); in vcmd_alloc_pasid() 43 switch (status_code) { in vcmd_alloc_pasid() 54 iommu->name, status_code); in vcmd_alloc_pasid() 63 u8 status_code; in vcmd_free_pasid() local 73 status_code = VCMD_VRSP_SC(res); in vcmd_free_pasid() 74 switch (status_code) { in vcmd_free_pasid() 82 iommu->name, status_code); in vcmd_free_pasid()
|
/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 [all...] |
/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/bmcweb/scripts/ |
H A D | hostlogger_test.py | 37 if resp.status_code != requests.codes.ok: 40 + str(resp.status_code)
|
H A D | generate_auth_certificates.py | 321 if response.status_code == 500: 331 if response.status_code == 200: 356 if response.status_code == 200: 366 if response.status_code == 200:
|
/openbmc/linux/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_80211.h | 20 __le16 status_code; member 35 __le16 status_code; member
|
/openbmc/linux/drivers/scsi/libfc/ |
H A D | fc_fcp.c | 298 static void fc_fcp_retry_cmd(struct fc_fcp_pkt *fsp, int status_code) in fc_fcp_retry_cmd() argument 307 fsp->status_code = status_code; in fc_fcp_retry_cmd() 924 fsp->status_code = FC_ERROR; in fc_fcp_resp() 953 fsp->status_code = FC_DATA_OVRRUN; in fc_fcp_resp() 966 fsp->status_code = FC_ERROR; in fc_fcp_resp() 989 if (!fsp->status_code) in fc_fcp_complete_locked() 990 fsp->status_code = FC_CMD_ABORTED; in fc_fcp_complete_locked() 1002 fsp->status_code = FC_DATA_UNDRUN; in fc_fcp_complete_locked() 1047 fsp->status_code = error; in fc_fcp_cleanup_cmd() 1232 fsp->status_code = FC_CMD_PLOGO; in fc_fcp_error() [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/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | tdls.c | 467 u16 status_code, struct sk_buff *skb) in mwifiex_prep_tdls_encap_data() argument 527 tf->u.setup_resp.status_code = cpu_to_le16(status_code); in mwifiex_prep_tdls_encap_data() 567 tf->u.setup_cfm.status_code = cpu_to_le16(status_code); in mwifiex_prep_tdls_encap_data() 595 tf->u.teardown.reason_code = cpu_to_le16(status_code); in mwifiex_prep_tdls_encap_data() 630 u16 status_code, const u8 *extra_ies, in mwifiex_send_tdls_data_frame() argument 674 dialog_token, status_code, in mwifiex_send_tdls_data_frame() 687 dialog_token, status_code, in mwifiex_send_tdls_data_frame() 732 u16 status_code, struct sk_buff *skb) in mwifiex_construct_tdls_action_frame() argument 815 u16 status_code, const u8 *extra_ies, in mwifiex_send_tdls_action_frame() argument 860 dialog_token, status_code, in mwifiex_send_tdls_action_frame()
|
/openbmc/openbmc-test-automation/redfish/service_root/ |
H A D | test_service_root.robot | 72 Should Be Equal As Strings ${resp.status_code} ${HTTP_UNAUTHORIZED} 115 Should Be Equal As Strings ${resp.status_code} ${HTTP_CREATED} 120 Should Be Equal As Strings ${resp.status_code} ${HTTP_OK}
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_ethtool.h | 26 u32 status_code; member
|
/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 | 65 Should Be Equal As Strings ${resp.status_code} ${HTTP_OK} 70 Should Be Equal As Strings ${resp.status_code} ${HTTP_OK}
|
/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/systems/eventlog/ |
H A D | test_event_association.robot | 112 Should Be Equal As Strings ${resp.status_code} ${HTTP_NOT_FOUND} 179 Should Be Equal As Strings ${resp.status_code} ${HTTP_OK} 181 Should Be Equal As Strings ${resp.status_code} ${HTTP_NOT_FOUND} 212 Should Be Equal As Strings ${resp.status_code} ${HTTP_NOT_FOUND}
|
/openbmc/openbmc-test-automation/redfish/extended/ |
H A D | test_bmc_dump.robot | 65 Should Be Equal As Strings ${response.status_code} ${HTTP_OK} 86 Run Keyword If '${resp.status_code}' == '${HTTP_NOT_FOUND}'
|