Skip to content

Commit cb76dcb

Browse files
authored
Merge pull request #2590 from particle-iot/test/trackerm_slo_tests
[test] Add thresholds for trackerM for slo tests
2 parents a99294e + 2823505 commit cb76dcb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

user/tests/integration/slo/startup/startup-slos.spec.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ const THRESHOLDS = {
1919
targetAppFlashSize: 21 * 1024, // 21KB
2020
targetFreeRam: 3 * 1024 * 1024 // 3MB
2121
},
22+
trackerm: {
23+
targetAppFlashSize: 21 * 1024, // 21KB
24+
targetFreeRam: 3 * 1024 * 1024 // 3MB
25+
},
2226
// See rational on this magic number: https://app.clubhouse.io/particle/story/72460/build-device-os-test-runner-integration-test-that-validates-the-minimum-flash-space-and-connects-quickly-slo#activity-72937
2327
default: {
2428
targetAppFlashSize: 18105,

0 commit comments

Comments
 (0)