torture: Avoid torture-test reboot loops
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 11 Jul 2023 18:02:09 +0000 (11:02 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Fri, 21 Jul 2023 00:54:53 +0000 (17:54 -0700)
commit10f84c2cfb5045e37d78cb5d4c8e8321e06ae18f
tree8d50050af4e9dee45d074d588e03958ee8e71f4f
parentdb5dc3502dfac007088ab823a267d9cd7e2c5604
torture: Avoid torture-test reboot loops

Currently, the various torture tests sometimes react to an early-boot
bug by rebooting.  This is almost always counterproductive, needlessly
consuming CPU time and bloating the console log.  This commit therefore
adds the "-no-reboot" argument to qemu so that reboot requests will
cause qemu to exit.

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