torture: Abstract jitter.sh start/stop into scripts
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 11 Feb 2021 20:37:46 +0000 (12:37 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 22 Mar 2021 15:28:34 +0000 (08:28 -0700)
commit040accb3cd4ac4a8d151413f569b7ba6d918a19c
tree4aaaba97ac9982d836f41f0ddb00b728519bf1af
parent4cd54518c3d8afadd11ebd6ad4f03b00859f5e85
torture: Abstract jitter.sh start/stop into scripts

This commit creates jitterstart.sh and jitterstop.sh scripts that handle
the starting and stopping of the jitter.sh scripts.  These must be sourced
using the bash "." command to allow the generated script to wait on the
backgrounded jitter.sh scripts.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/rcutorture/bin/jitterstart.sh [new file with mode: 0644]
tools/testing/selftests/rcutorture/bin/jitterstop.sh [new file with mode: 0644]
tools/testing/selftests/rcutorture/bin/kvm.sh