Home
last modified time | relevance | path

Searched refs:status_code (Results 1 – 25 of 113) sorted by relevance

12345

/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/
H A Dperf.py30 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/openbmc/poky/bitbake/lib/toaster/tests/views/
H A Dtest_views.py68 self.assertEqual(response.status_code, 200)
76 self.assertEqual(response.status_code, 200)
166 self.assertEqual(response.status_code, 200)
188 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)
260 self.assertEqual(response.status_code, 200)
271 self.assertEqual(response.status_code, 200)
[all …]
/openbmc/phosphor-net-ipmid/command/
H A Dopen_session.cpp36 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-test-automation/lib/
H A Dredfish_plus.py188 response.status = response.status_code
205 response.status = response.status_code
220 response.status = response.status_code
233 response.status = response.status_code
248 response.status = response.status_code
263 response.status = response.status_code
H A Ddump_utils.robot26 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}'
219 Run Keyword If '${resp.status_code}' == '${HTTP_NOT_FOUND}'
224 Should Be Equal As Strings ${resp.status_code} ${HTTP_OK}
[all …]
H A Drest_client.robot170 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}
372 Valid Value ret.status_code ${valid_status_codes}
400 Should Be Equal As Strings ${resp.status_code} ${HTTP_CREATED}
/openbmc/linux/net/mac80211/
H A Dtdls.c185 u16 status_code) in ieee80211_get_tdls_sta_capab() argument
190 if (status_code != 0) in ieee80211_get_tdls_sta_capab()
761 if (status_code == 0) in ieee80211_tdls_add_chan_switch_resp_ies()
779 if (status_code == 0) in ieee80211_tdls_add_ies()
788 if (status_code == 0) in ieee80211_tdls_add_ies()
809 status_code, in ieee80211_tdls_add_ies()
845 status_code)); in ieee80211_prep_tdls_encap_data()
852 tf->u.setup_resp.status_code = cpu_to_le16(status_code); in ieee80211_prep_tdls_encap_data()
863 tf->u.setup_cfm.status_code = cpu_to_le16(status_code); in ieee80211_prep_tdls_encap_data()
891 tf->u.chan_switch_resp.status_code = cpu_to_le16(status_code); in ieee80211_prep_tdls_encap_data()
[all …]
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_savearea_management.robot364 # 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.
395 Should Be Equal As Strings ${resp.status_code} ${status_code}
423 # status_code HTTPS status code.
438 Should Be Equal As Strings ${resp.status_code} ${status_code}
600 # status_code HTTPS status code.
605 Should Be Equal As Strings ${resp.status_code} ${status_code}
838 # status_code HTTPS status code.
[all …]
H A Dtest_lock_management.robot458 # status_code HTTP status code.
465 Should Be Equal As Strings ${resp.status_code} ${status_code}
481 # status_code HTTP status code.
488 Should Be Equal As Strings ${resp.status_code} ${status_code}
505 # status_code HTTP status code.
511 Should Be Equal As Strings ${resp.status_code} ${status_code}
531 Should Be Equal As Strings ${resp.status_code} ${status_code}
703 ... ${status_code}=${HTTP_OK}
715 Should Be Equal As Strings ${resp.status_code} ${status_code}
760 # status_code HTTP status code
[all …]
/openbmc/linux/drivers/iommu/intel/
H A Dpasid.c32 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 Dopenbmctool.py117 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:
2659 if resp.status_code == 200 and resp1.status_code == 200:
2978 if res.status_code == 200:
[all …]
/openbmc/bmcweb/scripts/
H A Dhostlogger_test.py37 if resp.status_code != requests.codes.ok:
40 + str(resp.status_code)
/openbmc/telemetry/redfish-tests/
H A Dredfish_requests.py34 r.status_code == code
45 r.status_code == code
56 r.status_code == code
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211.h20 __le16 status_code; member
35 __le16 status_code; member
/openbmc/openbmc-test-automation/tools/
H A Dgithub_issues_to_csv23 if response.status_code != 200:
24 raise Exception(response.status_code)
/openbmc/linux/drivers/scsi/libfc/
H A Dfc_fcp.c307 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()
1047 fsp->status_code = error; in fc_fcp_cleanup_cmd()
1232 fsp->status_code = FC_CMD_PLOGO; in fc_fcp_error()
1466 fsp->status_code = FC_HRD_ERROR; in fc_fcp_rec()
1665 fsp->status_code = FC_CMD_PLOGO; in fc_fcp_rec_error()
1695 fsp->status_code = code; in fc_fcp_recovery()
[all …]
/openbmc/openbmc-test-automation/redfish/service_root/
H A Dtest_service_root.robot72 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 Dhns3_ethtool.h26 u32 status_code; member
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dtdls.c467 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/extended/
H A Dtest_bmc_stress_buster.robot63 Should Be Equal As Strings ${resp.status_code} ${HTTP_OK}
68 Should Be Equal As Strings ${resp.status_code} ${HTTP_OK}
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpprest/cpprest/
H A Ddisable-outside-tests.patch28 VERIFY_ARE_EQUAL(return_code, response.status_code());
40 VERIFY_ARE_EQUAL(200, response.status_code());
/openbmc/openbmc-build-scripts/scripts/
H A Dget_unit_test_report.py204 if resp.status_code != 200:
216 if resp.status_code != 200:
218 logger.error(resp.status_code)
/openbmc/openbmc-test-automation/lib/pdu/
H A Dsynaccess.robot22 Should Be Equal As Strings ${resp.status_code} ${HTTP_OK} msg=${error_message}
/openbmc/openbmc-test-automation/redfish/systems/eventlog/
H A Dtest_event_association.robot112 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 Dtest_bmc_dump.robot65 Should Be Equal As Strings ${response.status_code} ${HTTP_OK}
86 Run Keyword If '${resp.status_code}' == '${HTTP_NOT_FOUND}'

12345