test: arm_psci: Fix filter value

The filter value is specified without the leading CONFIG_* so the test
is never executed.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
This commit is contained in:
Carlo Caione 2021-03-23 15:12:28 +01:00 committed by Anas Nashif
commit 4e353f0edf

View file

@ -2,4 +2,4 @@ tests:
arch.arm64.psci:
arch_allow: arm
tags: arm psci drivers userspace
filter: PM_CPU_OPS_PSCI
filter: CONFIG_PM_CPU_OPS_PSCI