torture: Add script to smoke-test commits in a branch
authorPaul E. McKenney <paulmck@kernel.org>
Mon, 4 May 2020 22:55:47 +0000 (15:55 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 29 Jun 2020 19:01:43 +0000 (12:01 -0700)
commit6582e7f184e49a754ee09c996a886b89113d7354
tree43baa2a49e7e42611e5de284694b6c5041daebec
parent88513ae533756d10358e406743c21e8cf61fb72a
torture: Add script to smoke-test commits in a branch

This commit adds a kvm-check-branches.sh script that takes a list
of commits and commit ranges and runs a short rcutorture test on all
scenarios on each specified commit.  A summary is printed at the end, and
the script returns success if all rcutorture runs completed without error.

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