blob: 455d8ebd6032091dc674af2080cebc51b4acda7e [file] [log] [blame]
George Keishingebf2f1a2018-06-05 10:04:10 -05001*** Settings ***
2Documentation Cronus setup utility keywords.
3
4Resource resource.txt
5
6*** Keywords ***
7
8Setup 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}