-
Notifications
You must be signed in to change notification settings - Fork 1
RDKB-58634: Replace tr181 set with rbus set for rdm download request #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
nhanasi
wants to merge
18
commits into
develop
Choose a base branch
from
feature/RDKB-58501
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Move the RFC check to RBUS Api
|
* Create L2-tests.yml * Update cov_build.sh * Update remote_debugger.json * Create uploadRRDL2Logs.sh * Update uploadRRDL2Logs.sh * Create run_l2.sh * Create rrd_start_control.feature * Create test_rrd_start_control.py * Create rrd_single_instance.feature * Create rrd_start_subscribe_and_wait.feature * Create test_rrd_start_subscribe_and_wait.py * Create test_rrd_single_instance.py * Create helper_functions.py * Update run_l2.sh * Update L2-tests.yml * Update run_l2.sh * Delete scripts/uploadRRDL2Logs.sh * Update rrd_start_control.feature
* Create L2-tests.yml * Update cov_build.sh * Update remote_debugger.json * Create uploadRRDL2Logs.sh * Update uploadRRDL2Logs.sh * Create run_l2.sh * Create rrd_start_control.feature * Create test_rrd_start_control.py * Create rrd_single_instance.feature * Create rrd_start_subscribe_and_wait.feature * Create test_rrd_start_subscribe_and_wait.py * Create test_rrd_single_instance.py * Create helper_functions.py * Update run_l2.sh * Update L2-tests.yml * Update run_l2.sh * Delete scripts/uploadRRDL2Logs.sh * Update rrd_start_control.feature * RDK-56099: Pytest L2 Implementation Code Changes Add L2 test cases for following scenarios 1. corrupted static profile 2. harmfull command in static profile 3. Missing issue in static profile 4. Empty issue rbus event 5. Static profile report 6. Static profile Category report * Update remote_debugger.json * Create systemd-run * Update run_l2.sh * Create rrd_background_cmd_static_profile_report.feature * Create test_rrd_background_cmd_static_profile_report.py * Update uploadRRDLogs.sh * Update helper_functions.py * Update run_l2.sh
* RDKE-263:[OSCR Scan] RDKE - remote_debugger repo There is a still a reference to the rdk-e repo in src/unittest/README.md. This must be removed. Many files missing headers: not a blocker but a pity to let this slip. Could the component owner look at this please? cov_build.sh scripts/systemd-run test/functional-tests/tests/* * Update remote_debugger.json * Update run_l2.sh * Create rrd_debug_report_upload.feature * Create test_rrd_debug_report_upload.py * Update test_rrd_harmful_command_static_report.py * Update rrdMain.c * Update rrdInterface.c * Update rrd_empty_issuetype_event.feature * Update test_rrd_empty_issuetype_event.py * Update test_rrd_debug_report_upload.py * Update rrd_debug_report_upload.feature
Native builds are covered with L2 validations
Correct the duplicate functions and add more logcheck
Correct the duplicate functions and add more logcheck
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.
Move the RFC check to RBUS Api