[Home]

Summary:ASTERISK-27900: [patch] tests/codecs/opus/{de,en}code: Requires python-numpy.
Reporter:Alexander Traud (traud)Labels:patch
Date Opened:2018-06-06 05:52:22Date Closed:2018-06-19 04:33:41
Priority:MinorRegression?
Status:Closed/CompleteComponents:Tests/testsuite
Versions:GIT Frequency of
Occurrence
Related
Issues:
Environment:Ubuntu 16.04 LTSAttachments:( 0) test_opus.patch
Description:This issue was caused by Commit [9467f73|https://github.com/asterisk/testsuite/commit/9467f73322855be553fadd4f51ba9b1ab55814bf] (ASTERISK-26409). Without the module python-numpy, the Asterisk Test Suite fails on two of the tests.

*Step to Reproduce* (Debian/Ubuntu)
go for ASTERISK-27897, then
{code}sudo apt remove python-numpy
./runtests.py --test=tests/codecs/opus/decode{code}*Expected Result*
Test should not run because of missing dependencies.

*Actual Result*
{{ImportError: No module named numpy}}

*Note*
The attached patch fixes this by listing all Python dependencies.
Comments:By: Asterisk Team (asteriskteam) 2018-06-06 05:52:23.433-0500

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

By: Alexander Traud (traud) 2018-06-19 04:33:41.348-0500

Did not auto-close. By the way, this should be added to the Wiki (and the install_script in the Test Suite) as well.