Skip to content
Open
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
2296c0d
method-by-method strategy: setEnabled initial
andrejz2 Sep 10, 2025
2fba4c3
Disable AVInput and HDCPProfile plugins in tests
andrejz2 Sep 10, 2025
743dfd0
method-by-method strategy: setEnabled fix expectations to mocks
andrejz2 Sep 10, 2025
29b8169
method-by-method: setEnabled change expected calls and add more tests…
andrejz2 Sep 10, 2025
f8a50ed
method-by-method: getActiveSourceStatus initial
andrejz2 Sep 10, 2025
72681dd
method-by-method: getActiveSourceStatus update status response expect…
andrejz2 Sep 10, 2025
e895ecb
minimal-set strategy: initial test. wholesale instruction + long & sp…
andrejz2 Sep 10, 2025
101a024
minimal-set strategy: fix expectations and param mismatches
andrejz2 Sep 10, 2025
0cc5c1e
minimal-set strategy: update how NotificationHandler is called during…
andrejz2 Sep 10, 2025
19e8436
method-by-method strategy: getOTPEnabled initial
andrejz2 Sep 10, 2025
191aa1d
minimal-set strategy: fix syntax errors for two tests, and change exp…
andrejz2 Sep 11, 2025
ee3203c
Update expected response for device list tests
andrejz2 Sep 11, 2025
9e26ff2
QodoGen - Initial minSet prompt
andrejz2 Sep 15, 2025
1485dad
Update HdmiCecSource tests using Gemini generated tests
andrejz2 Sep 22, 2025
8b73b1e
Update test_HdmiCecSource.cpp
andrejz2 Sep 22, 2025
26f0bdb
Refactor hdmicecsource tests
andrejz2 Sep 29, 2025
42d5b70
Merge branch 'develop' into topic/L1-tests-copilot-HdmiCecSource
andrejz2 Sep 29, 2025
434e2d9
Remove empty line in L1-tests.yml
andrejz2 Sep 29, 2025
a91ee33
Refactor HDMI CEC source tests to remove duplicates
andrejz2 Sep 29, 2025
a1d0df9
Enhance HDMI CEC source tests with new cases
andrejz2 Sep 29, 2025
869b401
revert changes to hdmicecsource to test AbortReason() bug
andrejz2 Sep 29, 2025
b833d84
revert changes on HdmiCecSource to test AbortReason() error
andrejz2 Sep 29, 2025
d42caa4
retry copilot generated test, minus featureAbortProcess test
andrejz2 Sep 29, 2025
0b02017
Comment out invalid logical address test
andrejz2 Sep 29, 2025
d603b0b
Comment out sendKeyPressEventMissingParameter test
andrejz2 Sep 29, 2025
9b0ba34
retry
andrejz2 Sep 30, 2025
acdfe87
Refactor HdmiCecSourceImplementation references
andrejz2 Sep 30, 2025
f33a163
Refactor HDMI CEC source test cases
andrejz2 Sep 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/L1-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -460,9 +460,9 @@ jobs:
-DDS_FOUND=ON
-DHAS_FRONT_PANEL=ON
-DRDK_SERVICES_L1_TEST=ON
-DPLUGIN_AVINPUT=ON
-DPLUGIN_HDCPPROFILE=ON
-DPLUGIN_HDMICECSOURCE=OFF
-DPLUGIN_AVINPUT=OFF
-DPLUGIN_HDCPPROFILE=OFF
-DPLUGIN_HDMICECSOURCE=ON
-DPLUGIN_HDMICECSINK=OFF
-DUSE_THUNDER_R4=ON
-DHIDE_NON_EXTERNAL_SYMBOLS=OFF
Expand Down Expand Up @@ -538,9 +538,9 @@ jobs:
-DCMAKE_DISABLE_FIND_PACKAGE_CEC=ON
-DCMAKE_BUILD_TYPE=Debug
-DDS_FOUND=ON
-DPLUGIN_AVINPUT=ON
-DPLUGIN_HDCPPROFILE=ON
-DPLUGIN_HDMICECSOURCE=OFF
-DPLUGIN_AVINPUT=OFF
-DPLUGIN_HDCPPROFILE=OFF
-DPLUGIN_HDMICECSOURCE=ON
-DPLUGIN_HDMICECSINK=OFF
-DRDK_SERVICES_L1_TEST=ON
-DUSE_THUNDER_R4=ON
Expand Down
Loading
Loading