Searched hist:"2 a62512bceb44ad45f78aa7ca0e9cfaee9eae46f" (Results 1 – 2 of 2) sorted by relevance
/linux/tools/testing/ktest/ |
H A D | sample.conf | diff 2a62512bceb44ad45f78aa7ca0e9cfaee9eae46f Fri May 20 21:48:59 CEST 2011 Steven Rostedt <srostedt@redhat.com> ktest: Allow options to be used by other options
There are cases where one ktest option may be used within another ktest option. Allow them to be reused just like config variables but there are evaluated at time of test not config processing time.
Thus having something like:
MAKE_CMD = make ARCH=${ARCH}
TEST_START ARCH = powerpc
TEST_START ARCH = arm
Will have the arch defined for each test iteration.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
|
H A D | ktest.pl | diff 2a62512bceb44ad45f78aa7ca0e9cfaee9eae46f Fri May 20 21:48:59 CEST 2011 Steven Rostedt <srostedt@redhat.com> ktest: Allow options to be used by other options
There are cases where one ktest option may be used within another ktest option. Allow them to be reused just like config variables but there are evaluated at time of test not config processing time.
Thus having something like:
MAKE_CMD = make ARCH=${ARCH}
TEST_START ARCH = powerpc
TEST_START ARCH = arm
Will have the arch defined for each test iteration.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
|