tests: subsys: pm: power_mgmt: fix incorrect use of OVERLAY_CONFIG

Replace OVERLAY_CONFIG with CONF_FILE since no-device-pm.conf
contains an alternative configuration to the one in prj.conf

Signed-off-by: Abderrahmane Jarmouni <git@jarmouni.me>
This commit is contained in:
Abderrahmane Jarmouni 2024-10-19 00:05:26 +02:00 committed by Carles Cufí
commit d32c58b8cf

View file

@ -5,4 +5,4 @@ tests:
pm.system: {}
pm.system.no.device.pm:
extra_args:
- EXTRA_CONF_FILE="no-device-pm.conf"
- CONF_FILE="no-device-pm.conf"