blob: 3f222c57a405e458ea08e3b1b45875de2ce2cf16 [file] [log] [blame]
George Keishinge62d8b02018-11-29 12:01:56 -06001*** Settings ***
2Documentation BMC redfish resource keyword.
3
George Keishing2db7bca2019-02-14 13:03:08 -06004Resource resource.robot
George Keishing5d467552019-02-08 23:30:48 -06005Resource rest_response_code.robot
Michael Walsh046fe222019-11-08 14:33:53 -06006Library bmc_redfish.py https://${OPENBMC_HOST}:${HTTPS_PORT} ${OPENBMC_USERNAME}
George Keishingb5c119e2025-03-25 20:45:03 +05307... ${OPENBMC_PASSWORD} AS Redfish
8Library bmc_redfish_utils.py AS redfish_utils
George Keishing5a73ee02019-01-28 08:21:47 -06009Library disable_warning_urllib.py
George Keishinge62d8b02018-11-29 12:01:56 -060010
George Keishingb5c119e2025-03-25 20:45:03 +053011
George Keishinge62d8b02018-11-29 12:01:56 -060012*** Keywords ***