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 |
George Keishing | 5a73ee0 | 2019-01-28 08:21:47 -0600 | [diff] [blame] | 6 | Library bmc_redfish.py |
George Keishing | e62d8b0 | 2018-11-29 12:01:56 -0600 | [diff] [blame] | 7 | ... ${OPENBMC_HOST} ${OPENBMC_USERNAME} ${OPENBMC_PASSWORD} |
George Keishing | 5a73ee0 | 2019-01-28 08:21:47 -0600 | [diff] [blame] | 8 | ... WITH NAME redfish |
George Keishing | f2613b7 | 2019-02-13 12:45:59 -0600 | [diff] [blame] | 9 | Library bmc_redfish_utils.py WITH NAME redfish_utils |
George Keishing | 5a73ee0 | 2019-01-28 08:21:47 -0600 | [diff] [blame] | 10 | Library disable_warning_urllib.py |
George Keishing | e62d8b0 | 2018-11-29 12:01:56 -0600 | [diff] [blame] | 11 | |
| 12 | *** Keywords *** |