[Asterisk-code-review] Add app dependencies to a few tests (testsuite[13])
George Joseph
asteriskteam at digium.com
Fri May 11 09:32:06 CDT 2018
George Joseph has uploaded this change for review. ( https://gerrit.asterisk.org/8971
Change subject: Add app dependencies to a few tests
......................................................................
Add app dependencies to a few tests
Added an app dependency on rtpdump to tests/fax/pjsip/t38_fast_reject.
Added an app dependency on statsd to tests/endpoints/statsd.
Change-Id: I0bc94fcc26d67bb904f563d139628903cdc8eb13
---
M tests/endpoints/statsd/test-config.yaml
M tests/fax/pjsip/t38_fast_reject/test-config.yaml
2 files changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/71/8971/1
diff --git a/tests/endpoints/statsd/test-config.yaml b/tests/endpoints/statsd/test-config.yaml
index 59d07ba..97c21ae 100644
--- a/tests/endpoints/statsd/test-config.yaml
+++ b/tests/endpoints/statsd/test-config.yaml
@@ -76,6 +76,7 @@
- python: 'autobahn.websocket'
- python: 'starpy'
- python: 'twisted'
+ - app: 'statsd'
tags:
- statsd
- apps
diff --git a/tests/fax/pjsip/t38_fast_reject/test-config.yaml b/tests/fax/pjsip/t38_fast_reject/test-config.yaml
index 90eddc0..cf74af8 100644
--- a/tests/fax/pjsip/t38_fast_reject/test-config.yaml
+++ b/tests/fax/pjsip/t38_fast_reject/test-config.yaml
@@ -7,6 +7,7 @@
dependencies:
- python : 'twisted'
- python : 'starpy'
+ - app : 'rtpdump'
tags:
- PJSIP
--
To view, visit https://gerrit.asterisk.org/8971
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: testsuite
Gerrit-Branch: 13
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0bc94fcc26d67bb904f563d139628903cdc8eb13
Gerrit-Change-Number: 8971
Gerrit-PatchSet: 1
Gerrit-Owner: George Joseph <gjoseph at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180511/4424bd30/attachment.html>
More information about the asterisk-code-review
mailing list