rcutorture: Allow kvm-test-1-rcu.sh to pause after build
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 14 Jan 2014 07:16:55 +0000 (23:16 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 18 Feb 2014 20:25:59 +0000 (12:25 -0800)
commitbad804406ad627591477a87778e0698116f8e7f5
tree25de026869416099658e3fb6a4b7d6a412020fb4
parent4a261dbceaaece2018ef03b16d5092c09147df28
rcutorture: Allow kvm-test-1-rcu.sh to pause after build

Parallel rcutorture runs is valuable on large systems, but it is not a
good idea to do (say) five builds in parallel if each build believes it
has the whole system at its disposal, especially if the system is shared.
It is also bad to restrict the build to (say) a single CPU just because
the corresponding rcutorture run uses only a single CPU.  This commit
therefore adds a kvm-test-1-rcu.sh ability to pause after the build
completes, which will allow kvm.sh to do a number of builds serially
(with each build thus having the full system at its disposal), then
allow the rcutorture runs to proceed in parallel.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
tools/testing/selftests/rcutorture/bin/kvm-test-1-rcu.sh