[Asterisk-code-review] apps/directory: Add missing dependencies. (testsuite[master])

Corey Farrell asteriskteam at digium.com
Tue Nov 14 03:12:14 CST 2017


Corey Farrell has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/19/7219/1

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: newchange
Gerrit-Change-Id: I5f9de2d6bad463aa003c7506f570c15bed6b1c03
Gerrit-Change-Number: 7219
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/20171114/727f30ae/attachment.html>


More information about the asterisk-code-review mailing list