[Asterisk-code-review] apps/directory: Add missing dependencies. (testsuite[master])
Jenkins2
asteriskteam at digium.com
Tue Nov 14 08:11:29 CST 2017
Jenkins2 has submitted this change and it was merged. ( https://gerrit.asterisk.org/7219 )
Change subject: apps/directory: Add missing dependencies.
......................................................................
apps/directory: Add missing dependencies.
Change-Id: I5f9de2d6bad463aa003c7506f570c15bed6b1c03
---
M tests/apps/directory/directory_attendant_exit/test-config.yaml
M tests/apps/directory/directory_context_operator_exit/test-config.yaml
M tests/apps/directory/directory_operator_exit/test-config.yaml
M tests/apps/directory/directory_result/test-config.yaml
4 files changed, 16 insertions(+), 1 deletion(-)
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/apps/directory/directory_attendant_exit/test-config.yaml b/tests/apps/directory/directory_attendant_exit/test-config.yaml
index 6b6b96c..c1ba185 100644
--- a/tests/apps/directory/directory_attendant_exit/test-config.yaml
+++ b/tests/apps/directory/directory_attendant_exit/test-config.yaml
@@ -9,7 +9,11 @@
dependencies:
- python : 'twisted'
- python : 'starpy'
+ - asterisk : 'app_directory'
+ - asterisk : 'app_senddtmf'
+ - asterisk : 'app_userevent'
- asterisk : 'chan_sip'
+ - asterisk : 'pbx_config'
tags:
- directory
- apps
diff --git a/tests/apps/directory/directory_context_operator_exit/test-config.yaml b/tests/apps/directory/directory_context_operator_exit/test-config.yaml
index a6f578e..25cb9cc 100644
--- a/tests/apps/directory/directory_context_operator_exit/test-config.yaml
+++ b/tests/apps/directory/directory_context_operator_exit/test-config.yaml
@@ -9,7 +9,11 @@
dependencies:
- python : 'twisted'
- python : 'starpy'
+ - asterisk : 'app_directory'
+ - asterisk : 'app_senddtmf'
+ - asterisk : 'app_userevent'
- asterisk : 'chan_sip'
+ - asterisk : 'pbx_config'
tags:
- directory
- apps
diff --git a/tests/apps/directory/directory_operator_exit/test-config.yaml b/tests/apps/directory/directory_operator_exit/test-config.yaml
index dec2d90..b9d5910 100644
--- a/tests/apps/directory/directory_operator_exit/test-config.yaml
+++ b/tests/apps/directory/directory_operator_exit/test-config.yaml
@@ -9,7 +9,11 @@
dependencies:
- python : 'twisted'
- python : 'starpy'
+ - asterisk : 'app_directory'
+ - asterisk : 'app_senddtmf'
+ - asterisk : 'app_userevent'
- asterisk : 'chan_sip'
+ - asterisk : 'pbx_config'
tags:
- directory
- apps
diff --git a/tests/apps/directory/directory_result/test-config.yaml b/tests/apps/directory/directory_result/test-config.yaml
index c3d6e75..9da4382 100644
--- a/tests/apps/directory/directory_result/test-config.yaml
+++ b/tests/apps/directory/directory_result/test-config.yaml
@@ -296,6 +296,9 @@
- python : 'twisted'
- python : 'starpy'
- asterisk : 'app_directory'
- - asterisk : 'app_senddtmf'
- asterisk : 'app_playback'
+ - asterisk : 'app_senddtmf'
+ - asterisk : 'app_userever'
+ - asterisk : 'app_verbose'
+ - asterisk : 'pbx_config'
--
To view, visit https://gerrit.asterisk.org/7219
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I5f9de2d6bad463aa003c7506f570c15bed6b1c03
Gerrit-Change-Number: 7219
Gerrit-PatchSet: 1
Gerrit-Owner: Corey Farrell <git at cfware.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/20171114/649378d2/attachment-0001.html>
More information about the asterisk-code-review
mailing list