Release/1.0.11#59
Closed
apatel859 wants to merge 151 commits into
Closed
Conversation
Implemented comprehensive L1 unit test framework for hdmicec library: Features: - Google Test/GMock framework integration - 10 test suites covering CCEC and OSAL libraries - 20+ test cases for core functionality - Conditional build support (--enable-l1tests) - Backward compatible with existing test applications Test Coverage: CCEC Library (7 test files): - CECFrame: Constructor, copy, hex dump functionality - Connection: Object creation, open/close operations - LibCCEC: Singleton pattern, initialization - MessageEncoder: CEC message encoding (ImageViewOn, TextViewOn, ActiveSource) - MessageDecoder: CEC frame decoding - OpCode: Constants validation, string conversion - Operands: PhysicalAddress and LogicalAddress creation OSAL Library (3 test files): - Mutex: Lock/unlock, concurrency protection - Thread: Creation, execution with Runnable - ConditionVariable: Notify/wait patterns Build System Changes: - configure.ac: Added --enable-l1tests option and gtest dependency check - Makefile.am: Added tests to DIST_SUBDIRS - tests/Makefile.am: Conditional L1Tests subdirectory inclusion - tests/L1Tests/Makefile.am: Test build configuration Documentation: - UNIT_TEST_SETUP.md: Complete setup guide with CI/CD integration examples - tests/L1Tests/README.md: Test documentation and usage guide - tests/L1Tests/QUICK_START.md: Quick reference for developers Usage: ./configure --enable-l1tests make check Test Execution: ./tests/L1Tests/run_L1Tests ./tests/L1Tests/run_L1Tests --gtest_filter="CECFrameTest.*"
RDKEMW-14049 : HdmiCec G-test
…epos Reason For Change: Replacing with the required events for Invalid markers Test procedure : Compile and Verify version: patch Priority: P2 Signed-off-by: mkumar705_comcast <mukesh_kumark@comcast.com>
RDKEMW-16730 : Evaluation on finding invalid markers in entservices repos
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.