aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/rcutorture/bin/kvm.sh
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@kernel.org>2020-06-24 17:57:07 -0700
committerPaul E. McKenney <paulmck@kernel.org>2020-08-24 18:38:32 -0700
commit80c9476e683ec37ba45fd8e6a5c5081bea207e1a (patch)
tree7567bc5381da749e053a7e05ef6e1368ed6d0f29 /tools/testing/selftests/rcutorture/bin/kvm.sh
parenttorture: Declare parse-console.sh independence from rcutorture (diff)
downloadlinux-dev-80c9476e683ec37ba45fd8e6a5c5081bea207e1a.tar.xz
linux-dev-80c9476e683ec37ba45fd8e6a5c5081bea207e1a.zip
torture: Add scftorture to the rcutorture scripting
This commit updates the rcutorture scripting to include the new scftorture torture-test module. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools/testing/selftests/rcutorture/bin/kvm.sh')
-rwxr-xr-xtools/testing/selftests/rcutorture/bin/kvm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/rcutorture/bin/kvm.sh b/tools/testing/selftests/rcutorture/bin/kvm.sh
index e655983b7429..44dfdd9be67e 100755
--- a/tools/testing/selftests/rcutorture/bin/kvm.sh
+++ b/tools/testing/selftests/rcutorture/bin/kvm.sh
@@ -184,7 +184,7 @@ do
shift
;;
--torture)
- checkarg --torture "(suite name)" "$#" "$2" '^\(lock\|rcu\|rcuperf\|refscale\)$' '^--'
+ checkarg --torture "(suite name)" "$#" "$2" '^\(lock\|rcu\|rcuperf\|refscale\|scf\)$' '^--'
TORTURE_SUITE=$2
shift
if test "$TORTURE_SUITE" = rcuperf || test "$TORTURE_SUITE" = refscale