torture: Reverse jittering and duration parameters for jitter.sh
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 11 Feb 2021 19:54:43 +0000 (11:54 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 8 Mar 2021 22:23:01 +0000 (14:23 -0800)
commit4cd54518c3d8afadd11ebd6ad4f03b00859f5e85
treea624cf0bd0ad29f31df7924effeaa4a822a3c839
parent1f922db8eef015f261480347aaf79fa9a25728f2
torture: Reverse jittering and duration parameters for jitter.sh

Remote rcutorture testing requires that jitter.sh continue to be
invoked from the generated script for local runs, but that it instead
be invoked on the remote system for distributed runs.  This argues
for common jitterstart and jitterstop scripts.  But it would be good
for jitterstart and jitterstop to control the name and location of the
"jittering" file, while continuing to have the duration controlled by
the caller of these new scripts.

This commit therefore reverses the order of the jittering and duration
parameters for jitter.sh, so that the jittering parameter precedes the
duration parameter.

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