TDK-11400: MVS - Dynamic URL Loading from PersistentStore & Framework Changes for AppManager Including Test Script Changes#102
Conversation
There was a problem hiding this comment.
Pull request overview
Adds support for dynamically loading the Lightning app URL from org.rdk.PersistentStore (key MVS:lightningURL) to enable RDK8 flows where the Lightning URL is persisted and then used at app startup.
Changes:
- Added a PersistentStore write helper in the RDKV media library to set
MVS:lightningURLvia JSON-RPC. - Updated UnifiedPlayer Lightning entrypoint to read
MVS:lightningURLfrom PersistentStore (via ThunderJS) and redirect to it when valid. - Updated media test prerequisites to ensure
org.rdk.PersistentStoreis activated before launching WebKit.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| framework/fileStore/rdkv_medialib.py | Adds helper intended to set MVS:lightningURL in PersistentStore via JSON-RPC. |
| framework/fileStore/lightning-apps/unifiedplayer/src/index.js | Reads MVS:lightningURL from PersistentStore at startup and redirects to the formatted URL. |
| framework/fileStore/MediaValidationUtility.py | Activates PersistentStore plugin as part of media test prerequisites. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
d8009d0 to
5cff47b
Compare
5cff47b to
cf07c03
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated 8 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Changes [Sprint-M146] Reason for change: Added new lightning app & html player app implementation to fetch the URL from the PersistentStore and MVS framework changes based on new AppManager methods for RDK8 Test Procedure: Verify with TDK TM Risks: None Signed-off-by: Aromal Suresh <aromal_suresh@comcast.com>
cf07c03 to
0f471be
Compare
|
b'## WARNING: A Blackduck scan failure has been waived A prior failure has been upvoted
|
TDK-11400: MVS - Dynamic Lightning App URL Loading from PersistentStore [Sprint-M146]
Reason for change: Added new lightning app implementation to fetch the lightning URL from the PersistentStore for RDK8
Test Procedure: Verify with TDK TM
Risks: None