OSDN Git Service

torture: Add kvm-again.sh to rerun a previous torture-test
authorPaul E. McKenney <paulmck@kernel.org>
Sat, 20 Feb 2021 01:49:58 +0000 (17:49 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 22 Mar 2021 15:29:19 +0000 (08:29 -0700)
commit7cf86c0b6279d9d12bb697e58c7e8b2184a8f3db
treecc4180fbba1efb257138b3b95d3b6024447e54c7
parentd6100d764cc47100ecabdc704bde5ad0448c87cd
torture: Add kvm-again.sh to rerun a previous torture-test

This commit adds a kvm-again.sh script that, given the results directory
of a torture-test run, re-runs that test.  This means that the kernels
need not be rebuilt, but it also is a step towards running torture tests
on remote systems.

This commit also adds a kvm-test-1-run-batch.sh script that runs one
batch out of the torture test.  The idea is to copy a results directory
tree to remote systems, then use kvm-test-1-run-batch.sh to run batches
on these systems.

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