selftests: arm64: Add wrapper scripts for stress tests
authorMark Brown <broonie@kernel.org>
Wed, 19 Aug 2020 11:48:36 +0000 (12:48 +0100)
committerWill Deacon <will@kernel.org>
Fri, 18 Sep 2020 13:17:58 +0000 (14:17 +0100)
commit25f47e3eb66e6ee31b3ed3f8c0b7bdce098106fe
tree920c81e09098763d28caee8ec1de9783a4bf3d6a
parentfc7e611f9f38de7166c5f8951df93f7351542448
selftests: arm64: Add wrapper scripts for stress tests

Add wrapper scripts which invoke fpsimd-test and sve-test with several
copies per CPU such that the context switch code will be appropriately
exercised.

Signed-off-by: Mark Brown <broonie@kernel.org>
Acked-by: Dave Martin <Dave.Martin@arm.com>
Acked-by: Shuah Khan <skhan@linuxfoundation.org>
Link: https://lore.kernel.org/r/20200819114837.51466-6-broonie@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
tools/testing/selftests/arm64/fp/fpsimd-stress [new file with mode: 0755]
tools/testing/selftests/arm64/fp/sve-stress [new file with mode: 0755]