torture: Retry download once before giving up
authorPaul E. McKenney <paulmck@kernel.org>
Mon, 22 Nov 2021 20:47:50 +0000 (12:47 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 1 Dec 2021 01:30:29 +0000 (17:30 -0800)
commitf61537009e3a7c5be8d30ebf61cc9f8596800d4c
treeb25cc2491bc846afc6d877b143a2354e159f422f
parentc06354a121777d3c6c5e60bed9d4f1aae04afd72
torture: Retry download once before giving up

Currently, a transient network error can kill a run if it happens while
downloading the tarball to one of the target systems.  This commit
therefore does a 60-second wait and then a retry.  If further experience
indicates, a more elaborate mechanism might be used later.

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