-
Notifications
You must be signed in to change notification settings - Fork 71
Add a test case to Verify the test audio I/O after suspend with previously occupied devices (new) #2197
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
Add a test case to Verify the test audio I/O after suspend with previously occupied devices (new) #2197
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2197 +/- ##
==========================================
+ Coverage 53.34% 53.57% +0.23%
==========================================
Files 399 401 +2
Lines 42907 43087 +180
Branches 7945 7985 +40
==========================================
+ Hits 22887 23084 +197
+ Misses 19214 19192 -22
- Partials 806 811 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
hanhsuan
left a comment
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 mind to fix some grammar with AI to make it better ?
hanhsuan
left a comment
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.
Tested in my side. LGTM.
Description
Validate the audio could input and output after suspending while audio devices are occupied before suspending
According to https://warthogs.atlassian.net/browse/SOMERVILLE-1356, OEMQA needs a way to test this kind of condition.
Resolved issues
https://warthogs.atlassian.net/browse/SOMERVILLE-1356
Documentation
Tests
Please refer to the test result https://certification.canonical.com/hardware/202509-37925/submission/458650/
This case should only execute after suspend, so it needs to depend on suspend/suspend_advanced_auto. @hanhsuan gave me the suggestion, it was very helpful in completing this case. thanks.