Skip to content

Commit

Permalink
ktest: Added config_bisect test type
Browse files Browse the repository at this point in the history
Added the ability to do a config_bisect. It starts with a bad
config and does the following loop.

	Enable half the configs.
	if none of the configs to check are not enabled
	 (caused by missing dependencies) enable the other half.
	Run the test
	if the test passes, remove the configs from the check
	  but enabled them for further tests (to satisfy
	  dependencies).
	else
	  Remove any config that was not enabled, as we have found
	  a new config that can cause a failure.
	loop till we have only one config left.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
  • Loading branch information
Steven Rostedt authored and Steven Rostedt committed Nov 18, 2010
1 parent e48c529 commit 0a05c76
Showing 1 changed file with 388 additions and 21 deletions.
Loading

0 comments on commit 0a05c76

Please sign in to comment.