blob: 3fd13ace0e9fe8a4191c771b3542771c11793afa [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 Keishing97c93942019-03-04 12:45:07 -06007... ${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 ***