]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rcutorture: Flag tests requiring more CPUs than are available
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sat, 18 Jan 2014 06:08:09 +0000 (22:08 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 18 Feb 2014 20:27:24 +0000 (12:27 -0800)
commitdf1cc81ba7ce80a681aa7f42cad0b9d93f677a6a
tree5e02cb91e8efa12ab2b0f8f53077e352b336cc1d
parent78ad0693233080169e5a01811bd3fcb3966f2d3f
rcutorture: Flag tests requiring more CPUs than are available

This commit adds a "(!)" flag after the number of CPUs required by a
given test if that test requires more than the available number of CPUs.
Note that these flags appear only when the number of CPUs is specified
using the --cpus argument.  In the absence of a --cpus argument, no
tests are flagged.

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