xref: /openbmc/openbmc-test-automation/lib/bmc_redfish_resource.robot (revision b5c119e5bd886b889a4f0f2d84d2ca2cc549e9a8)
1*** Settings ***
2Documentation   BMC redfish resource keyword.
3
4Resource        resource.robot
5Resource        rest_response_code.robot
6Library         bmc_redfish.py  https://${OPENBMC_HOST}:${HTTPS_PORT}  ${OPENBMC_USERNAME}
7...             ${OPENBMC_PASSWORD}  AS  Redfish
8Library         bmc_redfish_utils.py  AS  redfish_utils
9Library         disable_warning_urllib.py
10
11
12*** Keywords ***
13