[asterisk-bugs] [JIRA] (ASTERISK-27900) [patch] tests/codecs/opus/{de, en}code: Requires python-numpy.
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Wed Jun 6 05:53:54 CDT 2018
[ https://issues.asterisk.org/jira/browse/ASTERISK-27900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=243717#comment-243717 ]
Asterisk Team commented on ASTERISK-27900:
------------------------------------------
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].
> [patch] tests/codecs/opus/{de,en}code: Requires python-numpy.
> -------------------------------------------------------------
>
> Key: ASTERISK-27900
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-27900
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Tests/testsuite
> Affects Versions: GIT
> Environment: Ubuntu 16.04 LTS
> Reporter: Alexander Traud
> Severity: Minor
> Labels: patch
> Attachments: test_opus.patch
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list