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")
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.