Skip to content

Commit e210ba1

Browse files
authored
Merge pull request #78 from rdkcentral/feature/RDK-55554_2
RDK-55554 : Gtest for HdmiCecSource and sink
2 parents f76c627 + 4a5d792 commit e210ba1

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

.github/workflows/L1-tests.yml

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ jobs:
208208
headers/rdk/halif/
209209
headers/rdk/halif/deepsleep-manager
210210
headers/ccec/drivers
211+
headers/ccec/host
211212
headers/network
212213
headers/proc
213214
&&
@@ -216,6 +217,15 @@ jobs:
216217
touch
217218
audiocapturemgr/audiocapturemgr_iarm.h
218219
ccec/drivers/CecIARMBusMgr.h
220+
ccec/FrameListener.hpp
221+
ccec/Connection.hpp
222+
ccec/Assert.hpp
223+
ccec/Messages.hpp
224+
ccec/MessageDecoder.hpp
225+
ccec/MessageProcessor.hpp
226+
ccec/CECFrame.hpp
227+
ccec/MessageEncoder.hpp
228+
ccec/host/RDK.hpp
219229
rdk/ds/audioOutputPort.hpp
220230
rdk/ds/compositeIn.hpp
221231
rdk/ds/dsDisplay.h
@@ -249,6 +259,7 @@ jobs:
249259
libudev.h
250260
rfcapi.h
251261
rbus.h
262+
dsRpc.h
252263
motionDetector.h
253264
telemetry_busmessage_sender.h
254265
maintenanceMGR.h
@@ -308,6 +319,7 @@ jobs:
308319
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/wpa_ctrl_mock.h
309320
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/readprocMockInterface.h
310321
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/gdialservice.h
322+
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/HdmiCec.h
311323
--coverage
312324
-Wall -Wno-unused-result -Wno-deprecated-declarations -Wno-error=format=
313325
-Wl,-wrap,system -Wl,-wrap,popen -Wl,-wrap,syslog -Wl,-wrap,v_secure_system -Wl,-wrap,v_secure_popen -Wl,-wrap,v_secure_pclose -Wl,-wrap,unlink
@@ -328,11 +340,14 @@ jobs:
328340
-DCMAKE_DISABLE_FIND_PACKAGE_Udev=ON
329341
-DCMAKE_DISABLE_FIND_PACKAGE_RFC=ON
330342
-DCMAKE_DISABLE_FIND_PACKAGE_RBus=ON
343+
-DCMAKE_DISABLE_FIND_PACKAGE_CEC=ON
331344
-DCMAKE_BUILD_TYPE=Debug
332345
-DDS_FOUND=ON
333346
-DHAS_FRONT_PANEL=ON
334347
-DRDK_SERVICES_L1_TEST=ON
335348
-DPLUGIN_HDCPPROFILE=OFF
349+
-DPLUGIN_HDMICECSOURCE=ON
350+
-DPLUGIN_HDMICECSINK=ON
336351
-DUSE_THUNDER_R4=ON
337352
-DHIDE_NON_EXTERNAL_SYMBOLS=OFF
338353
&&
@@ -379,6 +394,7 @@ jobs:
379394
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/wpa_ctrl_mock.h
380395
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/readprocMockInterface.h
381396
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/gdialservice.h
397+
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/HdmiCec.h
382398
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/thunder/Communicator.h
383399
--coverage
384400
-Wall -Wno-unused-result -Wno-deprecated-declarations -Wno-error=format=
@@ -400,9 +416,12 @@ jobs:
400416
-DCMAKE_DISABLE_FIND_PACKAGE_Udev=ON
401417
-DCMAKE_DISABLE_FIND_PACKAGE_RFC=ON
402418
-DCMAKE_DISABLE_FIND_PACKAGE_RBus=ON
419+
-DCMAKE_DISABLE_FIND_PACKAGE_CEC=ON
403420
-DCMAKE_BUILD_TYPE=Debug
404421
-DDS_FOUND=ON
405422
-DPLUGIN_HDCPPROFILE=OFF
423+
-DPLUGIN_HDMICECSOURCE=ON
424+
-DPLUGIN_HDMICECSINK=ON
406425
-DRDK_SERVICES_L1_TEST=ON
407426
-DUSE_THUNDER_R4=ON
408427
-DHIDE_NON_EXTERNAL_SYMBOLS=OFF
@@ -521,8 +540,8 @@ jobs:
521540
RdkServicesL1Test &&
522541
cp -rf $(pwd)/rdkL1TestResults.json $GITHUB_WORKSPACE/rdkL1TestResultsWithValgrind.json &&
523542
rm -rf $(pwd)/rdkL1TestResults.json
524-
525-
# - name: Generate coverage
543+
544+
# - name: Generate coverage
526545
# if: ${{ matrix.coverage == 'with-coverage' && !env.ACT }}
527546
# run: >
528547
# cp $GITHUB_WORKSPACE/entservices-testframework/Tests/L1Tests/.lcovrc_l1 ~/.lcovrc
@@ -557,5 +576,4 @@ jobs:
557576
# valgrind_log
558577
# rdkL1TestResultsWithoutValgrind.json
559578
# rdkL1TestResultsWithValgrind.json
560-
# if-no-files-found: warn
561-
579+
# if-no-files-found: warn

0 commit comments

Comments
 (0)