blob: ef38830cf02a51db14e9cea3279b552bc1bdd425 [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
George Keishing97c93942019-03-04 12:45:07 -06006Library bmc_redfish.py https://${OPENBMC_HOST} ${OPENBMC_USERNAME}
7... ${OPENBMC_PASSWORD} WITH NAME Redfish
George Keishingf2613b72019-02-13 12:45:59 -06008Library bmc_redfish_utils.py WITH NAME redfish_utils
George Keishing5a73ee02019-01-28 08:21:47 -06009Library disable_warning_urllib.py
George Keishinge62d8b02018-11-29 12:01:56 -060010
11*** Keywords ***