| George Keishing | ebf2f1a | 2018-06-05 10:04:10 -0500 | [diff] [blame] | 1 | *** Settings *** |
| 2 | Documentation Cronus setup utility keywords. | ||||
| 3 | |||||
| 4 | Resource resource.txt | ||||
| 5 | |||||
| 6 | *** Keywords *** | ||||
| 7 | |||||
| 8 | Setup Cronus Variables | ||||
| 9 | [Documentation] System environment variables required for cronus setup. | ||||
| 10 | |||||
| 11 | Set Environment Variable TARGET_IP ${OPENBMC_HOST} | ||||
| 12 | Set Environment Variable TARGET_USERNAME ${OPENBMC_USERNAME} | ||||
| 13 | Set Environment Variable TARGET_PASSWORD ${OPENBMC_PASSWORD} | ||||
| 14 | Set Environment Variable SYSTEM_TYPE ${OPENBMC_MODEL} | ||||