Bug 928202
Summary: | [1.7] Audio test should specifies device when play and record sample sound | |||
---|---|---|---|---|
Product: | [Retired] Red Hat Hardware Certification Program | Reporter: | Caspar Zhang <czhang> | |
Component: | Test Suite (tests) | Assignee: | Qian Cai <qcai> | |
Status: | CLOSED WONTFIX | QA Contact: | Qian Cai <qcai> | |
Severity: | medium | Docs Contact: | ||
Priority: | medium | |||
Version: | 1.7 | CC: | bbrock, brose, gnichols, qcai, rlandry, yxue | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | hwcert-client-1.7.0-R32 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | 928188 | |||
: | 969013 (view as bug list) | Environment: | ||
Last Closed: | 2015-07-13 14:45:05 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | 928188 | |||
Bug Blocks: | 969013 |
Comment 4
Lingzhu Xiang
2013-05-30 10:04:39 UTC
Oops, the above one was supposed to be ASSIGNED. (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. Verified with hwcert-client-1.7.0-38.el7 and killall installed. Closing as hwcert-client is obsolete. Please use redhat-certification-hardware instead. |