ktest: Add options SWITCH_TO_GOOD and SWITCH_TO_TEST
authorSteven Rostedt <srostedt@redhat.com>
Thu, 22 Dec 2011 21:29:10 +0000 (16:29 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 23 Dec 2011 02:59:41 +0000 (21:59 -0500)
For machines that do no use grub, it may be needed to update an
external image (tftp) before doing a reboot into either the
test image or the known good image.

The option SWITCH_TO_GOOD is added, where if it is defined, the
command that is specified as its value will be executed before
doing a reboot into a known good image.

The option SWITCH_TO_TEST is added, where if it is defined, the
command that is specified as its value will be executed before
doing a reboot into the test image.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found