]> www.infradead.org Git - users/jedix/linux-maple.git/commit
torture: Add kvm-remote.sh script for distributed rcutorture test runs
authorPaul E. McKenney <paulmck@kernel.org>
Fri, 5 Mar 2021 21:59:54 +0000 (13:59 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 6 Apr 2021 23:07:13 +0000 (16:07 -0700)
commit3f759a627e709461474461c7c1a4036a3a24c233
tree5843c9fbdb8f7840120fc33c1d72127c37762075
parent1580afe415f088ef54554404d276cca523ebc081
torture: Add kvm-remote.sh script for distributed rcutorture test runs

This commit adds a kvm-remote.sh script that prepares a tarball that
is then downloaded to the remote system(s) and executed.  The user is
responsible for having set up the remote systems to run qemu, but all the
kernel builds are done on the system running the kvm-remote.sh script.
The user is also responsible for setting up the remote systems so that
ssh can be run non-interactively, given that ssh is used to poll the
remote systems in order to detect completion of each batch.

See the script's header comment for usage information.

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