blob: 690bf9d6c9ab0d96d9af39713fec36d72ce54255 [file] [log] [blame]
Leah McNuttc9c9cde2016-10-07 16:53:52 +00001*** Settings ***
Gunnar Mills917ba1a2018-04-08 16:42:12 -05002Documentation This file includes all the variables used by obmc_boot_test.robot
Leah McNuttc9c9cde2016-10-07 16:53:52 +00003
4*** Variables ***
5# Alias of the master connection to the BMC
6${master_alias} master
7
Michael Walsha6723f22016-11-22 11:12:01 -06008# The count of the boot we're currently doing - used in the FOR loop.
9${BOOT_COUNT} ${0}
Leah McNuttc9c9cde2016-10-07 16:53:52 +000010
Michael Walsha6723f22016-11-22 11:12:01 -060011# The status of the last boots that finished
12${BOOT_STATUS} ${EMPTY}
Leah McNuttc9c9cde2016-10-07 16:53:52 +000013
Michael Walsha6723f22016-11-22 11:12:01 -060014# A list of the last 10 boots that have been performed (see Log Last Ten)
Leah McNuttc9c9cde2016-10-07 16:53:52 +000015@{LAST_TEN}
16
Michael Walsha6723f22016-11-22 11:12:01 -060017# A list of keywords of valid boots that can be performed
Leah McNuttc9c9cde2016-10-07 16:53:52 +000018@{VALID_POWER_ON} BMC Power On
19@{VALID_POWER_OFF} BMC Power Off
20#@{VALID_ACCYCLE}
21#@{VALID_REBOOT}
22
Michael Walsha6723f22016-11-22 11:12:01 -060023# The master list of all boots possible, for reference. (Currently not in use).
24@{MASTER_BOOT_LIST} BMC Power On BMC Power Off
Leah McNuttc9c9cde2016-10-07 16:53:52 +000025
Michael Walsha6723f22016-11-22 11:12:01 -060026# The list of available boots - Modifying this will limit what boots can be done.
Leah McNuttc9c9cde2016-10-07 16:53:52 +000027# This list is also used by: Setup Run Table, Log Run Table
Michael Walsha6723f22016-11-22 11:12:01 -060028@{AVAIL_BOOTS} BMC Power On BMC Power Off