We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c6f1f commit 86ebfaaCopy full SHA for 86ebfaa
src/app/tests/suites/TestIcdManagementCluster.yaml
@@ -87,7 +87,10 @@ tests:
87
command: "readAttribute"
88
attribute: "ICDCounter"
89
response:
90
- value: beforeRebootICDCounter + 101
+ constraints:
91
+ # It is possible ICD hasn't had time to send a Check-In message after reboot
92
+ minValue: beforeRebootICDCounter + 100
93
+ maxValue: beforeRebootICDCounter + 101
94
95
- label: "Verify the ICD is operating as a LIT ICD"
96
0 commit comments