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 | b5c119e | 2025-03-25 20:45:03 +0530 | [diff] [blame] | 7 | ... ${OPENBMC_PASSWORD} AS Redfish |
| 8 | Library bmc_redfish_utils.py AS 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 | |
George Keishing | b5c119e | 2025-03-25 20:45:03 +0530 | [diff] [blame] | 11 | |
George Keishing | e62d8b0 | 2018-11-29 12:01:56 -0600 | [diff] [blame] | 12 | *** Keywords *** |