Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
0c905b2
RDK-60476: Update L1 and L2 testcases for fork elimination
yogeswaransky Feb 11, 2026
1de72ea
RDK-60476: Update L1 and L2 testcases for fork elimination
yogeswaransky Feb 13, 2026
308f165
RDK-60476: Update L1 and L2 testcases for fork elimination
yogeswaransky Feb 13, 2026
7e4161c
RDK-60476: Update L1 and L2 testcases for fork elimination
yogeswaransky Feb 13, 2026
e5830f2
RDK-60476: Update L1 and L2 testcases for fork elimination
yogeswaransky Feb 15, 2026
33b954c
RDK-60476: Update L1 and L2 testcases for fork elimination
yogeswaransky Feb 15, 2026
2e8c436
RDK-60476: Update L1 and L2 testcases for fork elimination
yogeswaransky Feb 15, 2026
bbae086
RDK-60476: Update L1 and L2 testcases for fork elimination
yogeswaransky Feb 15, 2026
441fa38
RDK-60476: Update L1 and L2 testcases for fork elimination
yogeswaransky Feb 15, 2026
10af6b8
RDK-60476: Update L1 and L2 testcases for fork elimination
yogeswaransky Feb 15, 2026
ee02b0e
RDK-60476: Update L1 and L2 testcases for fork elimination
yogeswaransky Feb 15, 2026
00aac3d
RDK-60476: Update L1 testcases for fork elimination
yogeswaransky Feb 16, 2026
93d8643
RDK-60476: Update L1 testcases for fork elimination
yogeswaransky Feb 16, 2026
f18d825
RDK-60476: Update L1 and L2 testcases for fork elimination
yogeswaransky Feb 17, 2026
95a0866
RDK-60476: Update L1 and L2 testcases for fork elimination
yogeswaransky Feb 17, 2026
ca3332e
RDK-60476: Update L1 testcases for fork elimination
yogeswaransky Feb 18, 2026
87dbeb0
RDK-60476: Update L1 testcases for fork elimination
yogeswaransky Feb 18, 2026
c47578c
RDK-60476: Update L1 and L2 testcases for fork elimination
yogeswaransky Feb 19, 2026
2a05bdb
RDK-60476: Update L1 and L2 testcases for fork elimination
yogeswaransky Feb 19, 2026
4944d6c
RDK-60476: Update L1 and L2 testcases for fork elimination
yogeswaransky Feb 19, 2026
3b3c9f9
RDK-60476: Update L1 and L2 testcases for fork elimination
yogeswaransky Feb 20, 2026
ce59899
RDK-60476: Update L1 and L2 testcases for fork elimination
yogeswaransky Feb 21, 2026
f438b62
RDK-60476: Update L1 and L2 testcases for fork elimination
yogeswaransky Feb 22, 2026
f9b0a20
RDK-60476: Update L1 and L2 testcases for fork elimination
yogeswaransky Feb 22, 2026
6aab5c4
RDK-60476: Update L1 and L2 testcases for fork elimination
yogeswaransky Feb 22, 2026
24f8c4c
Merge branch 'topic/RDK-60476' of https://github.com/rdkcentral/telem…
yogeswaransky Feb 22, 2026
df83611
RDK-60476: Update L1 and L2 testcases for fork elimination
yogeswaransky Feb 23, 2026
cef5a34
RDK-60476: Update L1 and L2 testcases for fork elimination
yogeswaransky Feb 23, 2026
2d82850
RDK-60476: Update L1 and L2 testcases for fork elimination
yogeswaransky Feb 23, 2026
839cd93
RDK-60476: Update L1 and L2 testcases for fork elimination
yogeswaransky Feb 23, 2026
2611f12
RDK-60476: Update L1 and L2 testcases for fork elimination
yogeswaransky Feb 23, 2026
7420d45
RDK-60476: Create xconf-dcm-response.json
yogeswaransky Feb 23, 2026
3e9e720
RDK-60476: Update L2-tests.yml
yogeswaransky Feb 23, 2026
82172ba
Merge pull request #273 from rdkcentral/develop
yogeswaransky Feb 23, 2026
d1970b7
RDK-60476: Update L1 and L2 testcases for fork elimination
yogeswaransky Feb 23, 2026
20c01ec
RDK-60488: Delete test/test-artifacts/mockxconf/xconf-dcm-response.json
yogeswaransky Feb 23, 2026
7eceb14
RDK-60488: Delete test/test-artifacts/mockxconf/xconf-dcm-response2.json
yogeswaransky Feb 23, 2026
13013fb
RDK-60476: Update L1 and L2 testcases for fork elimination
yogeswaransky Feb 24, 2026
68f8375
Merge branch 'topic/RDK-60476' of https://github.com/rdkcentral/telem…
yogeswaransky Feb 24, 2026
dd81303
RDK-60476: Update L1 and L2 testcases for fork elimination
yogeswaransky Feb 24, 2026
b4def74
Adding design diagrams and flow diagrams for easy understanding
shibu-kv Feb 24, 2026
7baf0a9
RDK-60476: Update L1 and L2 testcases for fork elimination
yogeswaransky Feb 26, 2026
482172e
Merge branch 'topic/RDK-60476' of https://github.com/rdkcentral/telem…
yogeswaransky Feb 26, 2026
dd224b6
RDK-60476: Update L1 and L2 testcases for fork elimination
yogeswaransky Feb 26, 2026
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
8 changes: 2 additions & 6 deletions .github/workflows/L2-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,11 @@ jobs:

- name: Start mock-xconf service
run: |
docker run -d --name mockxconf -p 50050:50050 -p 50051:50051 -p 50052:50052 -v ${{ github.workspace }}:/mnt/L2_CONTAINER_SHARED_VOLUME ghcr.io/rdkcentral/docker-device-mgt-service-test/mockxconf:latest
docker run -d --name mockxconf -p 50050:50050 -p 50051:50051 -p 50052:50052 -e ENABLE_MTLS=true -v ${{ github.workspace }}:/mnt/L2_CONTAINER_SHARED_VOLUME ghcr.io/rdkcentral/docker-device-mgt-service-test/mockxconf:latest

- name: Copy xconf-dcm-response2 json to mockxconf service
run: |
docker cp ${{ github.workspace }}/test/test-artifacts/mockxconf/xconf-dcm-response2.json mockxconf:/etc/xconf/xconf-dcm-response2.json

- name: Start l2-container service
run: |
docker run -d --name native-platform --link mockxconf -v ${{ github.workspace }}:/mnt/L2_CONTAINER_SHARED_VOLUME ghcr.io/rdkcentral/docker-device-mgt-service-test/native-platform:latest
docker run -d --name native-platform --link mockxconf -e ENABLE_MTLS=true -v ${{ github.workspace }}:/mnt/L2_CONTAINER_SHARED_VOLUME ghcr.io/rdkcentral/docker-device-mgt-service-test/native-platform:latest

- name: Enter Inside Platform native container and run L2 Test
run: |
Expand Down
4 changes: 2 additions & 2 deletions build_inside_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ autoreconf --install
# FLags to print compiler warnings
DEBUG_CFLAGS="-Wall -Werror -Wextra"

export CFLAGS=" ${DEBUG_CFLAGS} -I${INSTALL_DIR}/include/rtmessage -I${INSTALL_DIR}/include/msgpack -I${INSTALL_DIR}/include/rbus -I${INSTALL_DIR}/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/local/include -DFEATURE_SUPPORT_WEBCONFIG -DRDK_LOGGER -DPERSIST_LOG_MON_REF -DDCMAGENT"
export CFLAGS=" ${DEBUG_CFLAGS} -I${INSTALL_DIR}/include/rtmessage -I${INSTALL_DIR}/include/msgpack -I${INSTALL_DIR}/include/rbus -I${INSTALL_DIR}/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/local/include -DFEATURE_SUPPORT_WEBCONFIG -DRDK_LOGGER -DPERSIST_LOG_MON_REF -DDCMAGENT -DENABLE_MTLS"

export LDFLAGS="-L/usr/lib/x86_64-linux-gnu -lglib-2.0"

./configure --prefix=${INSTALL_DIR} && make && make install
./configure --prefix=${INSTALL_DIR} --enable-rdkcertselector=yes && make && make install
Loading