Skip to content
Open

TEST #128

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
b790dbf
RDKEMW-4621: L1 test for Xcast plugin
yuvaramachandran-gurusamy Aug 24, 2025
31cfc92
RDKEMW-4621: Use custom branch for validation
yuvaramachandran-gurusamy Aug 24, 2025
a61062a
RDKEMW-4621: Fix L1 test failures
yuvaramachandran-gurusamy Aug 24, 2025
327f60a
Merge branch 'topic/RDKEMW-4621_Xcast' of github.com:rdkcentral/entse…
yuvaramachandran-gurusamy Aug 24, 2025
e58c8f1
RDKEMW-4621: Fix build errors
yuvaramachandran-gurusamy Aug 25, 2025
0788722
RDKEMW-4621: Fix Build failures
yuvaramachandran-gurusamy Aug 26, 2025
7723e7c
Fix build errors
yuvaramachandran-gurusamy Aug 28, 2025
b873db0
Enable GDB
yuvaramachandran-gurusamy Aug 28, 2025
5b3fc24
Use dispatcherImplMock
yuvaramachandran-gurusamy Aug 28, 2025
f55e23f
Test
yuvaramachandran-gurusamy Aug 28, 2025
5304b6e
dispatcherImplMock build error fix
yuvaramachandran-gurusamy Aug 28, 2025
a6a7e70
Added trace logs
yuvaramachandran-gurusamy Sep 2, 2025
74247ad
Add logic
yuvaramachandran-gurusamy Sep 2, 2025
edabd94
Logs
yuvaramachandran-gurusamy Sep 2, 2025
8790394
Test
yuvaramachandran-gurusamy Sep 2, 2025
15eb912
Adding Trace logs
yuvaramachandran-gurusamy Sep 2, 2025
d8e13a0
Adding debugs
yuvaramachandran-gurusamy Sep 2, 2025
91d482d
Trace prints
yuvaramachandran-gurusamy Sep 3, 2025
61574e0
Add debugs
yuvaramachandran-gurusamy Sep 4, 2025
bd85359
Test
yuvaramachandran-gurusamy Sep 4, 2025
6f09b99
Integrate NetworkManager
yuvaramachandran-gurusamy Sep 8, 2025
a17d035
Test
yuvaramachandran-gurusamy Sep 8, 2025
8066aeb
Test
yuvaramachandran-gurusamy Sep 8, 2025
7a9e119
Fix build Error
yuvaramachandran-gurusamy Sep 8, 2025
faf4625
Test
yuvaramachandran-gurusamy Sep 8, 2025
036443c
Test
yuvaramachandran-gurusamy Sep 8, 2025
348087e
Fix errors
yuvaramachandran-gurusamy Sep 8, 2025
98a19b9
Test
yuvaramachandran-gurusamy Sep 8, 2025
a6ae902
Test
yuvaramachandran-gurusamy Sep 8, 2025
cc2eb76
Event test
yuvaramachandran-gurusamy Sep 8, 2025
695e430
Test
yuvaramachandran-gurusamy Sep 8, 2025
8052989
Test
yuvaramachandran-gurusamy Sep 8, 2025
556a2d7
Disable unRegisterAllApplications Test
yuvaramachandran-gurusamy Sep 8, 2025
8598eae
Event update
yuvaramachandran-gurusamy Sep 8, 2025
1d44b02
Test
yuvaramachandran-gurusamy Sep 8, 2025
cbe156e
Test
yuvaramachandran-gurusamy Sep 8, 2025
95ee560
Fix Testcase
yuvaramachandran-gurusamy Sep 8, 2025
f946052
Fix testcase failures
yuvaramachandran-gurusamy Sep 9, 2025
3398843
Test
yuvaramachandran-gurusamy Sep 9, 2025
b76ac7b
Test
yuvaramachandran-gurusamy Sep 9, 2025
f41694e
Test
yuvaramachandran-gurusamy Sep 9, 2025
351d7d6
Test
yuvaramachandran-gurusamy Sep 9, 2025
15303cc
Test
yuvaramachandran-gurusamy Sep 9, 2025
3255f68
Test
yuvaramachandran-gurusamy Sep 9, 2025
cbdc2ba
Test
yuvaramachandran-gurusamy Sep 9, 2025
642c7a9
Testcase
yuvaramachandran-gurusamy Sep 9, 2025
52acc29
Test
yuvaramachandran-gurusamy Sep 9, 2025
c7b035a
RegisterApplication test
yuvaramachandran-gurusamy Sep 10, 2025
6c0a57b
Fix error
yuvaramachandran-gurusamy Sep 10, 2025
bef299c
Fix testcase
yuvaramachandran-gurusamy Sep 10, 2025
f02eef4
Test
yuvaramachandran-gurusamy Sep 10, 2025
ce63ed2
Final
yuvaramachandran-gurusamy Sep 10, 2025
be55945
Testing
yuvaramachandran-gurusamy Sep 10, 2025
a805895
Test
yuvaramachandran-gurusamy Sep 10, 2025
9d89749
Testing
yuvaramachandran-gurusamy Sep 10, 2025
28b11a5
Merge pull request #127 from rdkcentral/develop
yuvaramachandran-gurusamy Sep 12, 2025
1b89037
Fixing Coverity issues
yuvaramachandran-gurusamy Sep 12, 2025
8863010
Test
yuvaramachandran-gurusamy Sep 12, 2025
bae5c03
Test
yuvaramachandran-gurusamy Sep 12, 2025
7b7626e
Test
yuvaramachandran-gurusamy Sep 12, 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
13 changes: 10 additions & 3 deletions .github/workflows/L1-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
with:
repository: rdkcentral/entservices-testframework
path: entservices-testframework
ref: develop
ref: topic/RDKEMW-4621_Xcast_2
token: ${{ secrets.RDKCM_RDKE }}

- name: Checkout entservices-casting
Expand Down Expand Up @@ -207,6 +207,11 @@ jobs:
#token : ${{ secrets.RDKCM_RDKE }}
run: rm -rf $GITHUB_WORKSPACE/entservices-apis/jsonrpc/DTV.json

- name: Apply patches entservices-apis
run: |
cd $GITHUB_WORKSPACE/entservices-apis
cp -rvf $GITHUB_WORKSPACE/entservices-testframework/interfaceFiles/* $GITHUB_WORKSPACE/entservices-apis/apis/
cd -

- name: Build entservices-apis
run: >
Expand Down Expand Up @@ -450,6 +455,7 @@ jobs:
-DUSE_THUNDER_R4=ON
-DHIDE_NON_EXTERNAL_SYMBOLS=OFF
-DPLUGIN_MIRACAST=ON
-DPLUGIN_XCAST=ON
&&
cmake --build build/entservices-casting -j8
&&
Expand Down Expand Up @@ -521,6 +527,7 @@ jobs:
-DCMAKE_BUILD_TYPE=Debug
-DDS_FOUND=ON
-DPLUGIN_MIRACAST=ON
-DPLUGIN_XCAST=ON
-DRDK_SERVICES_L1_TEST=ON
-DUSE_THUNDER_R4=ON
-DHIDE_NON_EXTERNAL_SYMBOLS=OFF
Expand Down Expand Up @@ -614,12 +621,12 @@ jobs:
&&
ls -l /dev/disk/by-id/usb-JetFlash_Transcend_16GB_UEUIRCXT-0

- name: Run unit tests without valgrind
- name: Run unit tests using gdb
run: >
PATH=$GITHUB_WORKSPACE/install/usr/bin:${PATH}
LD_LIBRARY_PATH=$GITHUB_WORKSPACE/install/usr/lib:$GITHUB_WORKSPACE/install/usr/lib/wpeframework/plugins:${LD_LIBRARY_PATH}
GTEST_OUTPUT="json:$(pwd)/rdkL1TestResults.json"
RdkServicesL1Test &&
gdb -ex "run" -ex "bt" --args RdkServicesL1Test &&
cp -rf $(pwd)/rdkL1TestResults.json $GITHUB_WORKSPACE/rdkL1TestResultsWithoutValgrind.json &&
rm -rf $(pwd)/rdkL1TestResults.json

Expand Down
2 changes: 1 addition & 1 deletion Tests/L1Tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ add_plugin_test_ex(PLUGIN_MIRACAST "${MIRACAST_SRC}" "${MIRACAST_INC}" "${MIRACA

# PLUGIN_XCAST
set (XCAST_INC ${CMAKE_SOURCE_DIR}/../entservices-casting/XCast ${CMAKE_SOURCE_DIR}/../entservices-casting/helpers)
set (XCAST_LIBS ${NAMESPACE}XCast)
set (XCAST_LIBS ${NAMESPACE}XCast ${NAMESPACE}XCastImplementation)
add_plugin_test_ex(PLUGIN_XCAST tests/test_XCast.cpp "${XCAST_INC}" "${XCAST_LIBS}")

add_library(${MODULE_NAME} SHARED ${TEST_SRC})
Expand Down
Loading
Loading