[Asterisk-code-review] apps/chanspy: Add missing dependencies. (testsuite[master])
Corey Farrell
asteriskteam at digium.com
Fri Nov 10 18:56:22 CST 2017
Corey Farrell has uploaded this change for review. ( https://gerrit.asterisk.org/7188
Change subject: apps/chanspy: Add missing dependencies.
......................................................................
apps/chanspy: Add missing dependencies.
Change-Id: Ie63e0a511ea78c78233c1a2bbb3a3a358d1ed5d9
---
M tests/apps/chanspy/chanspy_barge/test-config.yaml
M tests/apps/chanspy/chanspy_w_mixmonitor/test-config.yaml
2 files changed, 13 insertions(+), 4 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/88/7188/1
diff --git a/tests/apps/chanspy/chanspy_barge/test-config.yaml b/tests/apps/chanspy/chanspy_barge/test-config.yaml
index f944bfb..bed7edf 100644
--- a/tests/apps/chanspy/chanspy_barge/test-config.yaml
+++ b/tests/apps/chanspy/chanspy_barge/test-config.yaml
@@ -16,8 +16,14 @@
- python : 'twisted'
- python : 'starpy'
- app : 'pjsua'
+ - asterisk : 'app_chanspy'
+ - asterisk : 'app_echo'
+ - asterisk : 'app_mixmonitor'
+ - asterisk : 'app_playback'
- asterisk : 'app_talkdetect'
- asterisk : 'chan_sip'
+ - asterisk : 'pbx_config'
+ - asterisk : 'res_agi'
tags:
- SIP
- chanspy
diff --git a/tests/apps/chanspy/chanspy_w_mixmonitor/test-config.yaml b/tests/apps/chanspy/chanspy_w_mixmonitor/test-config.yaml
index e56ea4a..d6d0173 100644
--- a/tests/apps/chanspy/chanspy_w_mixmonitor/test-config.yaml
+++ b/tests/apps/chanspy/chanspy_w_mixmonitor/test-config.yaml
@@ -15,12 +15,15 @@
- python : 'twisted'
- python : 'starpy'
- app : 'pjsua'
- - asterisk : 'app_talkdetect'
- - asterisk : 'res_musiconhold'
- - asterisk : 'app_mixmonitor'
- asterisk : 'app_chanspy'
+ - asterisk : 'app_echo'
+ - asterisk : 'app_mixmonitor'
+ - asterisk : 'app_playback'
+ - asterisk : 'app_talkdetect'
- asterisk : 'chan_sip'
-
+ - asterisk : 'pbx_config'
+ - asterisk : 'res_agi'
+ - asterisk : 'res_musiconhold'
tags:
- SIP
- chanspy
--
To view, visit https://gerrit.asterisk.org/7188
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie63e0a511ea78c78233c1a2bbb3a3a358d1ed5d9
Gerrit-Change-Number: 7188
Gerrit-PatchSet: 1
Gerrit-Owner: Corey Farrell <git at cfware.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20171110/61377361/attachment.html>
More information about the asterisk-code-review
mailing list