Lines Matching full:box
10 # box (usually different if it was 64 bit or 32 bit) but the
11 # BOX here is defined as a variable that will be the name of the box
13 # the box, as only one script needs to be created to power cycle
14 # even though the box itself has multiple operating systems on it.
15 # By default, BOX and MACHINE are the same.
17 DEFAULTS IF NOT DEFINED BOX
18 BOX := ${MACHINE}
21 # Consider each box as 64 bit box, unless the config including this file
52 # Update this. The default here is ktest will ssh to the target box
53 # and run a script called 'run-test' located on that box.
69 # You can have each box/machine have a script to power cycle it.
70 # Name your script <box>-cycle.
71 POWER_CYCLE = ${SCRIPTS_DIR}/${BOX}-cycle
73 # This script is used to power off the box.
74 POWER_OFF = ${SCRIPTS_DIR}/${BOX}-poweroff
94 # Each box should have their own minum configuration
114 # something else, ktest will power cycle or reboot the target box
121 # Reboot the box if ktest detects an error
125 # power off the box (for both success and error)