TC_SU_2_4 - #74064
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 8 included reviews per hour; 7 remain after this review. 📝 WalkthroughWalkthroughThe OTA provider now records update tokens and the requested software version. Its snapshots expose these values to tests. A new Python TC-SU-2.4 test validates OTA state transitions and compares Sequence Diagram(s)sequenceDiagram
participant Test as TC_SU_2_4
participant Provider as OTA provider
participant DUT as OTA requestor
Test->>Provider: Start and commission provider
Test->>DUT: Announce OTA provider
DUT->>Provider: QueryImage
Provider-->>DUT: QueryImageResponse with UpdateToken
DUT->>Provider: ApplyUpdateRequest with UpdateToken and NewVersion
Test->>Provider: Read snapshots
Test-->>Test: Verify token and version values
Suggested reviewers: Merge Risk: ⚪ Minimal · up to The change adds OTA request observability and nightly TC-SU-2.4 validation without identified merge-blocking impact. 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
for more information, see https://pre-commit.ci
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #74064 +/- ##
==========================================
- Coverage 57.42% 56.91% -0.51%
==========================================
Files 1940 1985 +45
Lines 127630 129597 +1967
Branches 14495 15060 +565
==========================================
+ Hits 73287 73758 +471
- Misses 54343 55839 +1496 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
jtrejoespinoza-grid
left a comment
There was a problem hiding this comment.
Small subscription that is not used can be removed.
This test fixes project-chip/matter-test-scripts#653
Testing