-
Notifications
You must be signed in to change notification settings - Fork 14
Updated testplan for meta-qcom #56
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
base: main
Are you sure you want to change the base?
Conversation
Runner/plans/meta-qcom_PreMerge.yaml
Outdated
- $PWD/suites/Kernel/FunctionalArea/baseport/wpss_remoteproc/run.sh || true | ||
- $PWD/utils/send-to-lava.sh $PWD/suites/Kernel/FunctionalArea/baseport/wpss_remoteproc/wpss_remoteproc.res || true | ||
- $PWD/suites/Multimedia/Video/iris_v4l2_video_decode/run.sh || true | ||
- $PWD/utils/send-to-lava.sh $PWD/suites/Multimedia/Video/iris_v4l2_video_decode/iris_v4l2_video_decode.res || true |
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.
I believe the video test app isn’t enabled yet in meta-qcom. Including these tests at this stage will always lead to failures. It may be better to remove them for now, and add them back once the test app is available in the meta-qcom full image.
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.
Removed the video tests for now from test plan
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.
Few changes requested
Updated the testcases to be executed in meta-qcom. Added Audio, Video, DSP and Graphics usecases in testplan Signed-off-by: Vamsee Narapareddi <[email protected]>
@vnarapar Do you have a sample lava job with this yaml? |
- $PWD/suites/Multimedia/Graphics/run.sh || true | ||
- $PWD/utils/send-to-lava.sh $PWD/suites/Multimedia/Graphics/Graphics.res || true | ||
- $PWD/suites/Multimedia/DSP_AudioPD/run.sh || true | ||
- $PWD/utils/send-to-lava.sh $PWD/suites/Multimedia/DSP_AudioPD/DSP_AudioPD.res || true |
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.
Let us remove DSP and Graphics usecases as well. They are not ready and some updates are expected
Updated the testcases to be executed in meta-qcom.
Added Audio, Video, DSP and Graphics usecases in testplan