Skip to content

Commit abd034c

Browse files
committed
tests: pm: power_mgmt_soc: enable measurement on rt1060
enable power measure on power_mgmt_soc for mimxrt1060_evk@C Signed-off-by: Hake Huang <[email protected]>
1 parent af6248f commit abd034c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

tests/subsys/pm/power_mgmt_soc/testcase.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,26 @@ tests:
2323
tags: pm
2424
integration_platforms:
2525
- mec15xxevb_assy6853
26+
pm.soc.measure:
27+
tags: pm
28+
harness: power
29+
harness_config:
30+
fixture: pm_probe
31+
pytest_dut_scope: session
32+
power_measurements:
33+
elements_to_trim: 100
34+
min_peak_distance: 40
35+
min_peak_height: 0.008
36+
peak_padding: 40
37+
measurement_duration: 20
38+
num_of_transitions: 6
39+
expected_rms_values: []
40+
tolerance_percentage: 20
41+
record:
42+
regex:
43+
- "not used"
44+
as_json: ['metrics']
45+
platform_allow:
46+
- mimxrt1060_evk@C/mimxrt1062/qspi
47+
integration_platforms:
48+
- mimxrt1060_evk@C/mimxrt1062/qspi

0 commit comments

Comments
 (0)