Skip to content

Commit 815f2b6

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 3b1bf2e commit 815f2b6

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
@@ -29,3 +29,26 @@ tests:
2929
tags: pm
3030
integration_platforms:
3131
- mec15xxevb_assy6853
32+
pm.soc.measure:
33+
tags: pm
34+
harness: power
35+
harness_config:
36+
fixture: pm_probe
37+
pytest_dut_scope: session
38+
power_measurements:
39+
elements_to_trim: 100
40+
min_peak_distance: 40
41+
min_peak_height: 0.008
42+
peak_padding: 40
43+
measurement_duration: 20
44+
num_of_transitions: 6
45+
expected_rms_values: []
46+
tolerance_percentage: 20
47+
record:
48+
regex:
49+
- "not used"
50+
as_json: ['metrics']
51+
platform_allow:
52+
- mimxrt1060_evk@C/mimxrt1062/qspi
53+
integration_platforms:
54+
- mimxrt1060_evk@C/mimxrt1062/qspi

0 commit comments

Comments
 (0)