RDKEMW-15146: Fix isSecureDbgSrvUnlocked for non-PROD builds; add PROD gating test coverage#215
Draft
Copilot wants to merge 2 commits into
Draft
RDKEMW-15146: Fix isSecureDbgSrvUnlocked for non-PROD builds; add PROD gating test coverage#215Copilot wants to merge 2 commits into
Copilot wants to merge 2 commits into
Conversation
Co-authored-by: KTirumalaSrihari <102281309+KTirumalaSrihari@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] [RDKEMW-15146] Introduce mechanism to unlock debug service
RDKEMW-15146: Fix isSecureDbgSrvUnlocked for non-PROD builds; add PROD gating test coverage
Mar 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
isSecureDbgSrvUnlockedwas only unlockingeDEVbuilds unconditionally, leavingeVBN/eQAbuilds locked — a regression from the originaleBuildType != ePRODsemantics inGetServURL. Additionally, no tests existed for the new PROD gating logic (labsigned + deviceType RFC + dbgServices).Logic fix
Changed the unconditional unlock condition from
eBuildType == eDEVtoeBuildType != ePROD, so all non-PROD builds (DEV, VBN, QA, etc.) bypass the RFC/labsigned checks:Test updates
isDebugServicesEnabled()mock expectations from VBN-basedGetServURLtests — non-PROD builds no longer call it.getDeviceTypeRFC("test") andgetDevicePropertyData(labsigned="true") mocks, now required for PROD unlock.dbgServices=false→ lockeddbgServices=true+deviceType="prod"→ lockeddbgServices=true+deviceType="test"+labsigned="false"→ lockeddbgServices=true+deviceType="test"+getDevicePropertyDatafails → lockedDocs
Updated
device_api.hand function comment indevice_api.cto accurately reflect that non-PROD builds are always unlocked, and that the DeviceType RFC comparison is lowercase"test".💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.