George Keishing | e62d8b0 | 2018-11-29 12:01:56 -0600 | [diff] [blame] | 1 | *** Settings *** |
| 2 | Documentation BMC redfish resource keyword. |
| 3 | |
George Keishing | 2db7bca | 2019-02-14 13:03:08 -0600 | [diff] [blame] | 4 | Resource resource.robot |
George Keishing | 5d46755 | 2019-02-08 23:30:48 -0600 | [diff] [blame] | 5 | Resource rest_response_code.robot |
Michael Walsh | 046fe22 | 2019-11-08 14:33:53 -0600 | [diff] [blame] | 6 | Library bmc_redfish.py https://${OPENBMC_HOST}:${HTTPS_PORT} ${OPENBMC_USERNAME} |
George Keishing | 97c9394 | 2019-03-04 12:45:07 -0600 | [diff] [blame] | 7 | ... ${OPENBMC_PASSWORD} WITH NAME Redfish |
George Keishing | f2613b7 | 2019-02-13 12:45:59 -0600 | [diff] [blame] | 8 | Library bmc_redfish_utils.py WITH NAME redfish_utils |
George Keishing | 5a73ee0 | 2019-01-28 08:21:47 -0600 | [diff] [blame] | 9 | Library disable_warning_urllib.py |
George Keishing | e62d8b0 | 2018-11-29 12:01:56 -0600 | [diff] [blame] | 10 | |
| 11 | *** Keywords *** |