Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
033454b
RDKEMW-4116 : VRR Feature Middleware changes.
Neethu379 May 12, 2025
f42680c
Update AVInput.h
neethuas379 May 26, 2025
78f58ff
Update AVInput.cpp
neethuas379 May 26, 2025
eb4c506
Update AVInput.cpp
neethuas379 May 26, 2025
49ba711
Update AVInput.cpp
neethuas379 Jun 10, 2025
dcee164
Update AVInput.cpp
neethuas379 Jun 10, 2025
f7638f0
RDKEMW-5124: Higher framerate support in Thunder (#134)
aishwariya15 Jun 11, 2025
6b11c5b
1.1.1 release change log updates
apatel859 Jun 11, 2025
dc75e9f
Merge branch 'release/1.1.1' into main
apatel859 Jun 11, 2025
3683d7b
Merge tag '1.1.1' into develop
apatel859 Jun 11, 2025
7cf1b00
[RDKEMW-2711] RDKEMW-4650: Enabling the L1/L2 test in the Testframewo…
Prathyushakothuru Jun 12, 2025
a72ae3d
topic/RDK-58099: HdmiCecSink syntax error (#142)
Kishoredarmaradje Jun 13, 2025
9e8d13a
Merge branch 'develop' into feature/RDKEMW-4116_Vrr_Feature
neethuas379 Jun 16, 2025
8986170
Added L1Tests
Neethu379 Jun 16, 2025
06cdde8
Update test_AVInput.cpp
neethuas379 Jun 16, 2025
1c37f74
Update AVInput.cpp
neethuas379 Jun 16, 2025
09e4b70
Merge pull request #103 from rdkcentral/feature/RDKEMW-4116_Vrr_Feature
ramasat Jun 17, 2025
80c66cf
RDKEMW-4135:Coverity integration with Entservices repo (#147)
agampa263 Jun 17, 2025
1c94f60
1.2.0 release changelog updates
suppal045 Jun 17, 2025
2a78fa4
Merge branch 'release/1.2.0' into main
suppal045 Jun 17, 2025
7b1dccc
Merge tag '1.2.0' into develop
suppal045 Jun 17, 2025
cf134e8
RDK-57440: Causing config issue for higher versions of cmake (#146)
srikanth-vv Jun 18, 2025
f4a230f
Feature/rdkemw 1015 comrpc (#129)
hgfell683 Jun 20, 2025
cc4f369
RDK-57440 - Changelog updates for 1.3.0
srikanth-vv Jun 20, 2025
c4ac377
Merge branch 'release/1.3.0' into main
srikanth-vv Jun 20, 2025
2499e0b
Merge tag '1.3.0' into develop
srikanth-vv Jun 20, 2025
343ef1c
RDKEMW-1015 - Update gtest (#155)
hgfell683 Jun 23, 2025
04bad69
RDKEMW-5512: Implement a fix for the SaveTVDimmingMode failure (#157)
arjunbinu Jun 26, 2025
88527ce
1.3.1 release changelog updates
anand-ky Jun 26, 2025
ace4f1f
Merge branch 'release/1.3.1' into main
anand-ky Jun 26, 2025
8083548
Merge tag '1.3.1' into develop
anand-ky Jun 26, 2025
dbf065a
RDKEMW-5510: Integrate the ODM Phase 2 middleware changes into RDKE (…
arjunbinu Jul 1, 2025
a70cf9a
RDKEMW-5510 - Changelog updates for 1.3.2
srikanth-vv Jul 1, 2025
c8d5cfd
Merge branch 'release/1.3.2' into main
srikanth-vv Jul 1, 2025
dab1c4a
Merge tag '1.3.2' into develop
srikanth-vv Jul 1, 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
42 changes: 37 additions & 5 deletions .github/workflows/L1-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: L1-tests

on:
push:
branches: [ main, develop, 'sprint/**', 'release/**', 'topic/RDK*' ]
branches: [ main, develop, 'sprint/**', 'release/**' ]
pull_request:
branches: [ main, develop, 'sprint/**', 'release/**', 'topic/RDK*' ]
branches: [ main, develop, 'sprint/**', 'release/**' ]

env:
BUILD_TYPE: Debug
Expand Down Expand Up @@ -121,6 +121,14 @@ jobs:
with:
path: entservices-inputoutput

- name: Checkout googletest
if: steps.cache.outputs.cache-hit != 'true'
uses: actions/checkout@v3
with:
repository: google/googletest
path: googletest
ref: v1.15.0

- name: Apply patches ThunderTools
run: |
cd $GITHUB_WORKSPACE/ThunderTools
Expand Down Expand Up @@ -342,6 +350,22 @@ jobs:
&&
cmake --install build/mocks

- name: Build googletest
if: steps.cache.outputs.cache-hit != 'true'
run: >
cmake -G Ninja
-S "$GITHUB_WORKSPACE/googletest"
-B build/googletest
-DCMAKE_INSTALL_PREFIX="$GITHUB_WORKSPACE/install/usr"
-DCMAKE_MODULE_PATH="$GITHUB_WORKSPACE/install/tools/cmake"
-DGENERIC_CMAKE_MODULE_PATH="$GITHUB_WORKSPACE/install/tools/cmake"
-DBUILD_TYPE=Debug
-DBUILD_GMOCK=ON
&&
cmake --build build/googletest -j8
&&
cmake --install build/googletest

- name: Build entservices-inputoutput
run: >
cmake -G Ninja
Expand All @@ -368,6 +392,8 @@ jobs:
-I $GITHUB_WORKSPACE/entservices-testframework/Tests
-I $GITHUB_WORKSPACE/Thunder/Source
-I $GITHUB_WORKSPACE/Thunder/Source/core
-I $GITHUB_WORKSPACE/install/usr/include
-I $GITHUB_WORKSPACE/install/usr/include/WPEFramework
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/devicesettings.h
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Iarm.h
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Rfc.h
Expand Down Expand Up @@ -406,9 +432,11 @@ jobs:
-DDS_FOUND=ON
-DHAS_FRONT_PANEL=ON
-DRDK_SERVICES_L1_TEST=ON
-DPLUGIN_AVINPUT=ON
-DPLUGIN_HDMIINPUT=ON
-DPLUGIN_HDCPPROFILE=ON
-DPLUGIN_HDMICECSOURCE=ON
-DPLUGIN_HDMICECSINK=ON
-DPLUGIN_HDMICECSINK=OFF
-DUSE_THUNDER_R4=ON
-DHIDE_NON_EXTERNAL_SYMBOLS=OFF
&&
Expand Down Expand Up @@ -443,6 +471,8 @@ jobs:
-I $GITHUB_WORKSPACE/entservices-testframework/Tests
-I $GITHUB_WORKSPACE/Thunder/Source
-I $GITHUB_WORKSPACE/Thunder/Source/core
-I $GITHUB_WORKSPACE/install/usr/include
-I $GITHUB_WORKSPACE/install/usr/include/WPEFramework
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/devicesettings.h
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Iarm.h
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Rfc.h
Expand All @@ -459,7 +489,7 @@ jobs:
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/thunder/Communicator.h
--coverage
-Wall -Wno-unused-result -Wno-deprecated-declarations -Wno-error=format=
-Wl,-wrap,system -Wl,-wrap,popen -Wl,-wrap,syslog
-Wl,-wrap,system -Wl,-wrap,popen -Wl,-wrap,syslog -Wl,--no-as-needed
-DENABLE_TELEMETRY_LOGGING
-DUSE_IARMBUS
-DENABLE_SYSTEM_GET_STORE_DEMO_LINK
Expand All @@ -480,9 +510,11 @@ jobs:
-DCMAKE_DISABLE_FIND_PACKAGE_CEC=ON
-DCMAKE_BUILD_TYPE=Debug
-DDS_FOUND=ON
-DPLUGIN_AVINPUT=ON
-DPLUGIN_HDMIINPUT=ON
-DPLUGIN_HDCPPROFILE=ON
-DPLUGIN_HDMICECSOURCE=ON
-DPLUGIN_HDMICECSINK=ON
-DPLUGIN_HDMICECSINK=OFF
-DRDK_SERVICES_L1_TEST=ON
-DUSE_THUNDER_R4=ON
-DHIDE_NON_EXTERNAL_SYMBOLS=OFF
Expand Down
36 changes: 33 additions & 3 deletions .github/workflows/L2-tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: L2-tests

#enable the workflow incase of any plugin/testcase changes
#Add "Tests/L2Tests" subdirectory in CMakeLists.txt, when enabling L2Tests
on:
workflow_dispatch:
push:
branches: [ main, develop, 'sprint/**', 'release/**' ]
pull_request:
branches: [ main, develop, 'sprint/**', 'release/**' ]

env:
BUILD_TYPE: Debug
Expand Down Expand Up @@ -90,6 +91,14 @@ jobs:
ref: develop
token: ${{ secrets.RDKCM_RDKE }}

- name: Checkout googletest
if: steps.cache.outputs.cache-hit != 'true'
uses: actions/checkout@v3
with:
repository: google/googletest
path: googletest
ref: v1.15.0

- name: Apply patches ThunderTools
run: |
cd $GITHUB_WORKSPACE/ThunderTools
Expand Down Expand Up @@ -248,6 +257,22 @@ jobs:
&&
cmake --install build/mocks

- name: Build googletest
if: steps.cache.outputs.cache-hit != 'true'
run: >
cmake -G Ninja
-S "$GITHUB_WORKSPACE/googletest"
-B build/googletest
-DCMAKE_INSTALL_PREFIX="$GITHUB_WORKSPACE/install/usr"
-DCMAKE_MODULE_PATH="$GITHUB_WORKSPACE/install/tools/cmake"
-DGENERIC_CMAKE_MODULE_PATH="$GITHUB_WORKSPACE/install/tools/cmake"
-DBUILD_TYPE=Debug
-DBUILD_GMOCK=ON
&&
cmake --build build/googletest -j8
&&
cmake --install build/googletest

- name: Build entservices-inputoutput
run: >
cmake
Expand All @@ -274,6 +299,8 @@ jobs:
-I $GITHUB_WORKSPACE/entservices-testframework/Tests/headers/rdk/iarmmgrs-hal
-I $GITHUB_WORKSPACE/entservices-testframework/Tests/headers/systemservices
-I $GITHUB_WORKSPACE/entservices-testframework/Tests/headers/systemservices/proc
-I $GITHUB_WORKSPACE/install/usr/include
-I $GITHUB_WORKSPACE/install/usr/include/WPEFramework
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/devicesettings.h
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Iarm.h
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Rfc.h
Expand Down Expand Up @@ -365,6 +392,8 @@ jobs:
-I $GITHUB_WORKSPACE/entservices-testframework/Tests/headers/systemservices
-I $GITHUB_WORKSPACE/entservices-testframework/Tests/headers/systemservices/proc
-I $GITHUB_WORKSPACE/entservices-deviceanddisplay/helpers
-I $GITHUB_WORKSPACE/install/usr/include
-I $GITHUB_WORKSPACE/install/usr/include/WPEFramework
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/devicesettings.h
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Iarm.h
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Rfc.h
Expand All @@ -384,6 +413,7 @@ jobs:
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/tvSettingsODM.h
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/tvTypes.h
-Werror -Wall -Wno-unused-result -Wno-deprecated-declarations -Wno-error=format=
-Wl,--no-as-needed
-DUSE_IARMBUS
-DRDK_SERVICE_L2_TEST
-DDISABLE_SECURITY_TOKEN
Expand Down
Loading
Loading