ktest: Add OVERRIDE keyword to DEFAULTS section
authorSteven Rostedt <srostedt@redhat.com>
Sat, 1 Oct 2011 02:14:21 +0000 (22:14 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Mon, 17 Oct 2011 15:54:11 +0000 (11:54 -0400)
commit3d1cc41432b0491a39a3185b52bfa1d0411bba10
treee623dd001b290681f4f8cc653ae5183ff6140209
parent0050b6bbef01d871a34a77685047190aa428b210
ktest: Add OVERRIDE keyword to DEFAULTS section

The OVERRIDE keyword will allow options defined in the given
DEFAULTS section to override options defined in previous DEFAULT
sections.

Normally, options will error if they were previous defined.
The OVERRIDE keyword allows options that have been previously
defined to be changed in the given section.

Note, the same option can not be defined in the same DEFAULT section
even if that section is marked as OVERRIDE.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
tools/testing/ktest/ktest.pl
tools/testing/ktest/sample.conf