[Asterisk-code-review] tests/codecs/opus/{de,en}code: Requires python-numpy. (testsuite[15.4])

Jenkins2 asteriskteam at digium.com
Thu Jun 7 13:49:52 CDT 2018


Jenkins2 has submitted this change and it was merged. ( https://gerrit.asterisk.org/9111 )

Change subject: tests/codecs/opus/{de,en}code: Requires python-numpy.
......................................................................

tests/codecs/opus/{de,en}code: Requires python-numpy.

ASTERISK-27900

Change-Id: I6f753f27852e8db8cfcf7923390a4552662dffa7
---
M tests/codecs/opus/decode/test-config.yaml
M tests/codecs/opus/encode/test-config.yaml
2 files changed, 8 insertions(+), 0 deletions(-)

Approvals:
  Joshua Colp: Looks good to me, but someone else must approve
  George Joseph: Looks good to me, approved
  Jenkins2: Approved for Submit



diff --git a/tests/codecs/opus/decode/test-config.yaml b/tests/codecs/opus/decode/test-config.yaml
index 7563d35..24f61b8 100644
--- a/tests/codecs/opus/decode/test-config.yaml
+++ b/tests/codecs/opus/decode/test-config.yaml
@@ -17,6 +17,10 @@
 
 properties:
     dependencies:
+        - python : 'autobahn.websocket'
+        - python : 'numpy'
+        - python : 'requests'
+        - python : 'twisted'
         - asterisk : 'res_pjsip'
         - asterisk : 'codec_opus'
     tags:
diff --git a/tests/codecs/opus/encode/test-config.yaml b/tests/codecs/opus/encode/test-config.yaml
index 4c594e3..2ddca7e 100644
--- a/tests/codecs/opus/encode/test-config.yaml
+++ b/tests/codecs/opus/encode/test-config.yaml
@@ -14,6 +14,10 @@
 
 properties:
     dependencies:
+        - python : 'autobahn.websocket'
+        - python : 'numpy'
+        - python : 'requests'
+        - python : 'twisted'
         - asterisk : 'res_pjsip'
         - asterisk : 'codec_opus'
     tags:

-- 
To view, visit https://gerrit.asterisk.org/9111
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: testsuite
Gerrit-Branch: 15.4
Gerrit-MessageType: merged
Gerrit-Change-Id: I6f753f27852e8db8cfcf7923390a4552662dffa7
Gerrit-Change-Number: 9111
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180607/b3858e1a/attachment.html>


More information about the asterisk-code-review mailing list