tests: Rename kernel.common.stack_protection_arm_fp_sharing

This commit renames the `kernel.common.stack_protection_arm_fp_sharing`
test to `kernel.common.stack_protection_arm_fpu_sharing`, in order to
align with the recent `CONFIG_FP_SHARING` to `CONFIG_FPU_SHARING`
renaming.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2020-05-03 18:28:50 +09:00 committed by Ioannis Glaropoulos
parent 41a3d1e816
commit 728ce61968
2 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ tests:
filter: CONFIG_ARCH_HAS_STACK_PROTECTION
arch_whitelist: arm
tags: kernel ignore_faults memory_protection
kernel.common.stack_protection_arm_fp_sharing:
extra_args: CONF_FILE=prj_arm_fp_sharing.conf
kernel.common.stack_protection_arm_fpu_sharing:
extra_args: CONF_FILE=prj_arm_fpu_sharing.conf
platform_exclude: twr_ke18f
filter: CONFIG_ARCH_HAS_STACK_PROTECTION and CONFIG_ARMV7_M_ARMV8_M_FP
tags: kernel ignore_faults userspace