Skip to content
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

check-suspend-resume: check process id in each loop for audio test case #1223

Merged
merged 2 commits into from
Jul 25, 2024

Commits on Jul 24, 2024

  1. check-suspend-resume: minor change for indentation and double quote

    No functionality change. indentation chagne for option variables.
    One double quote reduce shellcheck error.
    Loop/round terms are used for iteration in test cases, this is loop.
    
    Signed-off-by: Fred Oh <fred.oh@linux.intel.com>
    fredoh9 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    2b837d1 View commit details
    Browse the repository at this point in the history
  2. check-suspend-resume: check process id in each loop for audio test case

    check-suspend-resume-with-audio.sh uses check-suspend-resume.sh.
    process check is in check-suspend-resume-with-audio.sh and
    check-suspend-resume.sh has the loop. Must check that the process id
    is available in each loop. TO do so, pass aplay/arecord pid to
    check-suspend-resume.sh.
    
    Signed-off-by: Fred Oh <fred.oh@linux.intel.com>
    fredoh9 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    2313bb0 View commit details
    Browse the repository at this point in the history