OSDN Git Service

torture: Extract kvm-test-1-run-qemu.sh from kvm-test-1-run.sh
authorPaul E. McKenney <paulmck@kernel.org>
Fri, 12 Feb 2021 22:00:05 +0000 (14:00 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 22 Mar 2021 15:29:16 +0000 (08:29 -0700)
commitd53f52d6fc220ba2074338ce6a91f837c7a7cba0
tree369ad722841ca0131e55818f4e18cdf4e0a148af
parentcc45716e07a41233b7c0b2183b0a3e60b85192e0
torture: Extract kvm-test-1-run-qemu.sh from kvm-test-1-run.sh

Currently, kvm-test-1-run.sh both builds and runs an rcutorture kernel,
which is inconvenient when it is necessary to re-run an old run or to
carry out a run on a remote system.  This commit therefore extracts the
portion of kvm-test-1-run.sh that invoke qemu to actually run rcutorture
and places it in kvm-test-1-run-qemu.sh.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/rcutorture/bin/kvm-test-1-run-qemu.sh [new file with mode: 0755]
tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh