Skip to content

Commit dfd892f

Browse files
committed
platform-configs: Unify performance tests duration format to seconds
1 parent 62a154c commit dfd892f

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

platform-configs/include/default.robot

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -276,18 +276,18 @@ ${BOOT_DTS_FROM_IPXE_SHELL}= ${FALSE}
276276
# Other platform flags and counters
277277
# Cooling procedure iterations
278278
${COOLING_PROCEDURE_ITERATIONS}= 0
279-
# Stability tests duration in minutes
280-
${STABILITY_TEST_DURATION}= 15
279+
# Stability tests duration in seconds
280+
${STABILITY_TEST_DURATION}= 900
281281
# Interval between the following readings in stability tests
282-
${STABILITY_TEST_MEASURE_INTERVAL}= 5
282+
${STABILITY_TEST_MEASURE_INTERVAL}= 300
283283
# Frequency measure test duration
284-
${FREQUENCY_TEST_DURATION}= 60
284+
${FREQUENCY_TEST_DURATION}= 3600
285285
# Interval between the following readings in frequency measure tests
286-
${FREQUENCY_TEST_MEASURE_INTERVAL}= 1
286+
${FREQUENCY_TEST_MEASURE_INTERVAL}= 60
287287
# Temperature measure test duration
288288
${TEMPERATURE_TEST_DURATION}= 3600
289289
# Interval between the following readings in temperature measure tests
290-
${TEMPERATURE_TEST_MEASURE_INTERVAL}= 1
290+
${TEMPERATURE_TEST_MEASURE_INTERVAL}= 60
291291
# Custom fan curve tests duration in minutes
292292
${CUSTOM_FAN_CURVE_TEST_DURATION}= 30
293293
# Interval between the following readings in custom fan curve tests

platform-configs/include/protectli-common.robot

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,18 +110,18 @@ ${USB_DETECTION_ITERATIONS_NUMBER}= 5
110110
# Other platform flags and counters
111111
# Cooling procedure iterations
112112
${COOLING_PROCEDURE_ITERATIONS}= 0
113-
# Stability tests duration in minutes
114-
${STABILITY_TEST_DURATION}= 300
113+
# Stability tests duration in seconds
114+
${STABILITY_TEST_DURATION}= 1800
115115
# Interval between the following readings in stability tests
116-
${STABILITY_TEST_MEASURE_INTERVAL}= 10
116+
${STABILITY_TEST_MEASURE_INTERVAL}= 600
117117
# Frequency measure test duration
118-
${FREQUENCY_TEST_DURATION}= 60
118+
${FREQUENCY_TEST_DURATION}= 3600
119119
# Interval between the following readings in frequency measure tests
120-
${FREQUENCY_TEST_MEASURE_INTERVAL}= 1
120+
${FREQUENCY_TEST_MEASURE_INTERVAL}= 60
121121
# Temperature measure test duration
122122
${TEMPERATURE_TEST_DURATION}= 3600
123123
# Interval between the following readings in temperature measure tests
124-
${TEMPERATURE_TEST_MEASURE_INTERVAL}= 1
124+
${TEMPERATURE_TEST_MEASURE_INTERVAL}= 60
125125
# Custom fan curve tests duration in minutes
126126
${CUSTOM_FAN_CURVE_TEST_DURATION}= 2
127127
# Delay between tests to allow the cpu to cool down

platform-configs/raptor-cs_talos2.robot

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,18 +148,18 @@ ${USB_DETECTION_ITERATIONS_NUMBER}= 0
148148
# Other platform flags and counters
149149
# Cooling procedure iterations
150150
${COOLING_PROCEDURE_ITERATIONS}= 0
151-
# Stability tests duration in minutes
152-
${STABILITY_TEST_DURATION}= 15
151+
# Stability tests duration in seconds
152+
${STABILITY_TEST_DURATION}= 900
153153
# Interval between the following readings in stability tests
154-
${STABILITY_TEST_MEASURE_INTERVAL}= 5
154+
${STABILITY_TEST_MEASURE_INTERVAL}= 300
155155
# Frequency measure test duration
156-
${FREQUENCY_TEST_DURATION}= 60
156+
${FREQUENCY_TEST_DURATION}= 3600
157157
# Interval between the following readings in frequency measure tests
158-
${FREQUENCY_TEST_MEASURE_INTERVAL}= 1
158+
${FREQUENCY_TEST_MEASURE_INTERVAL}= 60
159159
# Temperature measure test duration
160160
${TEMPERATURE_TEST_DURATION}= 3600
161161
# Interval between the following readings in temperature measure tests
162-
${TEMPERATURE_TEST_MEASURE_INTERVAL}= 1
162+
${TEMPERATURE_TEST_MEASURE_INTERVAL}= 60
163163
# Fan control measure tests duration in minutes
164164
# Interval between the following readings in fan control tests
165165
# Custom fan curve tests duration in minutes

platform-configs/rpi-3b.robot

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,18 +156,18 @@ ${USB_DETECTION_ITERATIONS_NUMBER}= 5
156156
# Other platform flags and counters
157157
# Cooling procedure iterations
158158
${COOLING_PROCEDURE_ITERATIONS}= 0
159-
# Stability tests duration in minutes
160-
${STABILITY_TEST_DURATION}= 300
159+
# Stability tests duration in seconds
160+
${STABILITY_TEST_DURATION}= 1800
161161
# Interval between the following readings in stability tests
162-
${STABILITY_TEST_MEASURE_INTERVAL}= 10
162+
${STABILITY_TEST_MEASURE_INTERVAL}= 600
163163
# Frequency measure test duration
164-
${FREQUENCY_TEST_DURATION}= 60
164+
${FREQUENCY_TEST_DURATION}= 3600
165165
# Interval between the following readings in frequency measure tests
166-
${FREQUENCY_TEST_MEASURE_INTERVAL}= 1
166+
${FREQUENCY_TEST_MEASURE_INTERVAL}= 60
167167
# Temperature measure test duration
168168
${TEMPERATURE_TEST_DURATION}= 3600
169169
# Interval between the following readings in temperature measure tests
170-
${TEMPERATURE_TEST_MEASURE_INTERVAL}= 1
170+
${TEMPERATURE_TEST_MEASURE_INTERVAL}= 60
171171
# Fan control measure tests duration in minutes
172172
# Interval between the following readings in fan control tests
173173
# Custom fan curve tests duration in minutes

0 commit comments

Comments
 (0)