Home
last modified time | relevance | path

Searched refs:EVENT_LOG_URI (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc-test-automation/docs/
H A Dredfish_coding_guidelines.md51 ${resp}= Redfish.Get ${EVENT_LOG_URI}Entries
58 ${resp}= Redfish.Get ${EVENT_LOG_URI}Entries
/openbmc/openbmc-test-automation/data/
H A Dvariables.py269 EVENT_LOG_URI = SYSTEM_BASE_URI + "LogServices/EventLog/"
263 EVENT_LOG_URI = SYSTEM_BASE_URI + "LogServices/EventLog/" global() variable
/openbmc/openbmc-test-automation/redfish/systems/eventlog/
H A Dtest_event_logging.robot34 Wait Until Keyword Succeeds 1 mins 15 secs Redfish.Get ${EVENT_LOG_URI}Entries
147 Wait Until Keyword Succeeds 1 mins 15 secs Redfish.Get ${EVENT_LOG_URI}Entries
205 Redfish.Patch ${EVENT_LOG_URI}Entries/${elog_entry[0]["Id"]} body={'Resolved':True}
/openbmc/openbmc-test-automation/lib/
H A Dlogging_utils.robot274 ${members}= Redfish.Get Attribute ${EVENT_LOG_URI}Entries Members
380 Redfish.Patch ${EVENT_LOG_URI}Entries/${bmc_event_id} body={'Resolved':${resolved_flag}}