1*** Settings ***
2Documentation   BMC redfish resource keyword.
3
4Resource        resource.robot
5Resource        rest_response_code.robot
6Library         bmc_redfish.py
7...             ${OPENBMC_HOST}  ${OPENBMC_USERNAME}  ${OPENBMC_PASSWORD}
8...             WITH NAME  redfish
9Library         bmc_redfish_utils.py  WITH NAME  redfish_utils
10Library         disable_warning_urllib.py
11
12*** Keywords ***
13