rcutorture: Fix issue with re-using old images on ARM64
authorJoel Fernandes <joelagnelf@nvidia.com>
Thu, 10 Apr 2025 14:51:53 +0000 (10:51 -0400)
committerJoel Fernandes <joelagnelf@nvidia.com>
Fri, 16 May 2025 15:15:34 +0000 (11:15 -0400)
commitcbb44d9c45e91ec132a48812bde06a6e608ea6e1
tree0527692fb8c3048f7bb2e3e7737ff319320acbb6
parent9ffc09de883d262bf5b40dbdc8b34ce11c58ba0d
rcutorture: Fix issue with re-using old images on ARM64

On ARM64, when running with --configs '36*SRCU-P', I noticed that only 1 instance
instead of 36 for starting.

Fix it by checking for Image files, instead of bzImage which ARM does
not seem to have. With this I see all 36 instances running at the same
time in the batch.

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