[Asterisk-code-review] apps/chanspy: Add missing dependencies. (testsuite[master])
Jenkins2
asteriskteam at digium.com
Mon Nov 13 11:52:00 CST 2017
Jenkins2 has submitted this change and it was merged. ( 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(-)
Approvals:
Joshua Colp: Looks good to me, but someone else must approve
Kevin Harwell: Looks good to me, approved
Jenkins2: Approved for Submit
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: merged
Gerrit-Change-Id: Ie63e0a511ea78c78233c1a2bbb3a3a358d1ed5d9
Gerrit-Change-Number: 7188
Gerrit-PatchSet: 1
Gerrit-Owner: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20171113/6f4afed5/attachment-0001.html>
More information about the asterisk-code-review
mailing list