blob: 10b9e47df1f589ef7aec0bcd990e5d67d5172789 [file] [log] [blame]
George Keishinge62d8b02018-11-29 12:01:56 -06001*** Settings ***
2Documentation BMC redfish resource keyword.
3
George Keishing5d467552019-02-08 23:30:48 -06004Resource resource.txt
5Resource rest_response_code.robot
George Keishing5a73ee02019-01-28 08:21:47 -06006Library bmc_redfish.py
George Keishinge62d8b02018-11-29 12:01:56 -06007... ${OPENBMC_HOST} ${OPENBMC_USERNAME} ${OPENBMC_PASSWORD}
George Keishing5a73ee02019-01-28 08:21:47 -06008... WITH NAME redfish
George Keishing5a73ee02019-01-28 08:21:47 -06009Library disable_warning_urllib.py
George Keishinge62d8b02018-11-29 12:01:56 -060010
11*** Keywords ***