Bug 928202 - [1.7] Audio test should specifies device when play and record sample sound
Summary: [1.7] Audio test should specifies device when play and record sample sound
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Hardware Certification Program
Classification: Retired
Component: Test Suite (tests)
Version: 1.7
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
: ---
Assignee: Qian Cai
QA Contact: Qian Cai
URL:
Whiteboard:
Depends On: 928188
Blocks: 969013
TreeView+ depends on / blocked
 
Reported: 2013-03-27 06:32 UTC by Caspar Zhang
Modified: 2015-07-13 14:45 UTC (History)
6 users (show)

Fixed In Version: hwcert-client-1.7.0-R32
Clone Of: 928188
: 969013 (view as bug list)
Environment:
Last Closed: 2015-07-13 14:45:05 UTC
Embargoed:


Attachments (Terms of Use)

Comment 4 Lingzhu Xiang 2013-05-30 10:04:39 UTC
RHEL7 doesn't install psmisc (killall) by default. Test hanged doing arecord.

pkill from procps-ng can be used as a fallback.

- os.system("killall -w -9 arecord")
+ os.system("killall -w -9 arecord || pkill -9 arecord")

Comment 5 Lingzhu Xiang 2013-05-30 10:20:10 UTC
Oops, the above one was supposed to be ASSIGNED.

Comment 6 Greg Nichols 2013-05-30 13:18:16 UTC
(In reply to Lingzhu Xiang from comment #4)
> RHEL7 doesn't install psmisc (killall) by default. Test hanged doing arecord.
> 
> pkill from procps-ng can be used as a fallback.
> 
> - os.system("killall -w -9 arecord")
> + os.system("killall -w -9 arecord || pkill -9 arecord")


This is really a new bug - it seems that the audio test needs an update for it's required packages, and/or the patch suggested above.

Comment 7 Lingzhu Xiang 2013-06-05 07:33:21 UTC
Verified with hwcert-client-1.7.0-38.el7 and killall installed.

Comment 13 brose 2015-07-13 14:45:05 UTC
Closing as hwcert-client is obsolete.
Please use redhat-certification-hardware instead.


Note You need to log in before you can comment on or make changes to this bug.