-
Notifications
You must be signed in to change notification settings - Fork 49
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
RDK-53592 L1/L2 run_ut.sh script for OCDM client repository #293
base: master
Are you sure you want to change the base?
Conversation
nkader321 seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Reason for change : L1/L2 test framework for ocdm and run scripts added Test procedure: Run run.sh and check tests are executed and reports generated Risks: Low Signed-off-by: nkader321 <[email protected]>
Please append a credit to RDK Management to top level NOTICE: Copyright 2024 RDK Management and then I can clear off the BD downvote. |
Please note if we merge this PR that does not mean we approve, endorse or take ownership for the tests added here. Please make sure the github actions do not block merging PR's in the future might they fail. |
sudo apt update | ||
sudo apt install -y libunwind-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev | ||
|
||
- name: Set up Python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You most likely don't need that, as Python in installed on the runners by default
ref: R5_1 | ||
path: ThunderNanoServices | ||
|
||
- name: Build ThunderNanoServices |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you need to build ThunderNanoServices and ThunderNanoServicesRDK for these tests?
Reason for change : L1/L2 test framework for ocdm and run scripts added
Test procedure: Run run.sh and check tests are executed and reports generated
Risks: Low
Signed-off-by: nkader321 [email protected]