Home
last modified time | relevance | path

Searched refs:RedfishHttpStatus (Results 1 – 2 of 2) sorted by relevance

/openbmc/telemetry/redfish-tests/
H A Dtest_telemetry.py4 from redfish_requests import Duration, RedfishHttpStatus
34 code=RedfishHttpStatus.not_found,
47 code=RedfishHttpStatus.not_found,
60 code=RedfishHttpStatus.not_found,
68 code=RedfishHttpStatus.bad_request,
76 code=RedfishHttpStatus.bad_request,
83 code=RedfishHttpStatus.not_found,
108 code=RedfishHttpStatus.bad_request,
118 report_definitions.add_report("Test", code=RedfishHttpStatus.bad_request)
150 "Test", actions=invalid_actions, code=RedfishHttpStatus.bad_request
[all …]
H A Dredfish_requests.py8 class RedfishHttpStatus(enum.IntEnum): class
30 def get(self, path, code=RedfishHttpStatus.ok):
39 def post(self, path, body, code=RedfishHttpStatus.created):
50 def delete(self, path, code=RedfishHttpStatus.no_content):
89 code=RedfishHttpStatus.created,