torture: Allow four-digit repetition numbers for --configs parameter
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 2 Dec 2021 19:24:05 +0000 (11:24 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 2 Feb 2022 01:25:28 +0000 (17:25 -0800)
commit010e5773b2050db260395a240e2f7adee3108603
tree7e2961a3bbc42b018e6eaed1e8becca72ff7d109
parentbee6f2169935658fc405128a8b763ea49f50985c
torture: Allow four-digit repetition numbers for --configs parameter

In a clear-cut case of "not thinking big enough", kvm.sh limits the
multipliers for torture-test scenarios to three digits.  Although this is
large enough for any single system that I have ever run rcutorture on,
it does become a problem when you want to use kvm-remote.sh to run as
many instances of TREE09 as fit on a set of 20 systems with 80 CPUs each.

Yes, one could simply say "--configs '800*TREE09 800*TREE09'", but this
commit removes the need for that sort of hacky workaround by permitting
four-digit repetition numbers, thus allowing "--configs '1600*TREE09'".

Five-digit repetition numbers remain off the menu.  Should they ever
really be needed, they can easily be added!

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/rcutorture/bin/kvm.sh