Feature/rdkemw 12540#383
Open
hgfell683 wants to merge 31 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request adds comprehensive L2 (Level 2) integration tests for the HdcpProfile plugin, enabling automated testing of both COM-RPC and JSON-RPC interfaces. The tests validate HDCP status queries, notification mechanisms, and event handling through mocked device services layer APIs.
Changes:
- Adds HdcpProfile_L2Test.cpp with 870 lines covering COM-RPC interface tests, JSON-RPC method tests, and event notification validation
- Updates CMakeLists.txt to conditionally compile HdcpProfile tests when PLUGIN_HDCPPROFILE is enabled
- Modifies GitHub Actions workflow to include HdcpProfile in the L2 test builds and temporarily references feature branches
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 10 comments.
| File | Description |
|---|---|
| Tests/L2Tests/tests/HdcpProfile_L2Test.cpp | New comprehensive test suite covering GetHDCPStatus, GetSettopHDCPSupport, Register/Unregister, and notification events using both COM-RPC and JSON-RPC interfaces |
| Tests/L2Tests/CMakeLists.txt | Adds conditional compilation for HdcpProfile tests when PLUGIN_HDCPPROFILE flag is enabled |
| .github/workflows/L2-tests.yml | Enables HdcpProfile plugin in build configuration and temporarily references feature/RDKEMW-12540 branch for testing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.