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:
parent
19121106f0
commit
4e353f0edf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue