DownloadManager Test Scripts | RDKECOREMW-1253#74
Open
nidhinrv2007 wants to merge 3 commits into
Open
Conversation
…on to RDKECOREMW-1253 branch
|
All contributors have signed the CLA ✍️ ✅ |
Author
|
I have read the CLA Document and I hereby sign the CLA |
1 similar comment
|
I have read the CLA Document and I hereby sign the CLA |
…lient, RPI-HYB, Video_Accelerator)
…rganization%0A%0A- Centralized download URLs in ai_2_0_cpe.json with dm_test_url_* keys%0A- Updated 7 test scripts to use downloadManager config section%0A- Optimized progress monitoring%0A- Standardized 'Step 0' to 'Precondition' across DownloadManager tests%0A- Removed duplicate negative test scenarios from existing scripts
747cd6d to
c45df0d
Compare
sahithya50
approved these changes
Jan 1, 2026
| @@ -0,0 +1,51 @@ | |||
| # Local testing files and temporary artifacts | |||
| @@ -0,0 +1,17 @@ | |||
| #!/usr/bin/env python3 | |||
| @@ -0,0 +1,17 @@ | |||
| #!/usr/bin/env python3 | |||
| """ | |||
Contributor
There was a problem hiding this comment.
What is the purpose of this file?
| @@ -0,0 +1,25 @@ | |||
| { | |||
Contributor
There was a problem hiding this comment.
These values must be part of configuration file, must not be hardcoded
| <remarks></remarks> | ||
| <skip>false</skip> | ||
| <box_types> | ||
| <box_type>RDKTV</box_type> |
Contributor
There was a problem hiding this comment.
No need to add RDKTV and RPI-HYB box types
| test_url = dm_urls.get('dm_test_url_large') | ||
| if not test_url: | ||
| print("WARNING: Large test URL not found in configuration, using fallback") | ||
| test_url = 'https://tools.rdkcentral.com:8443/images//lib32-middleware-test-image-RPI4-raspberrypi4-64-rdke-feature-RDKECOREMW-584-OTA.wic.tar.gz' |
| @@ -0,0 +1,269 @@ | |||
| ########################################################################## | |||
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.
Adding Download Manager component test scripts and AI 2.0 utility files on to RDKECOREMW-1253 branch
DownloadManager Test Scripts
Utility Files