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

Jenkins2 asteriskteam at digium.com
Tue Nov 14 08:11:30 CST 2017


Jenkins2 has submitted this change and it was merged. ( https://gerrit.asterisk.org/7218 )

Change subject: apps/dial/privacy: Add missing dependencies.
......................................................................

apps/dial/privacy: Add missing dependencies.

Change-Id: Ia953ef57cb60120b31434fa537195770e17abd8d
---
M tests/apps/dial/privacy/privacy/connect-call/test-config.yaml
M tests/apps/dial/privacy/privacy/forever-vm/test-config.yaml
M tests/apps/dial/privacy/privacy/go-away/test-config.yaml
M tests/apps/dial/privacy/privacy/single-vm/test-config.yaml
M tests/apps/dial/privacy/privacy/torture/test-config.yaml
M tests/apps/dial/privacy/screening/connect-call/test-config.yaml
M tests/apps/dial/privacy/screening/go-away/test-config.yaml
M tests/apps/dial/privacy/screening/single-vm/test-config.yaml
M tests/apps/dial/privacy/screening/torture/test-config.yaml
9 files changed, 36 insertions(+), 9 deletions(-)

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/dial/privacy/privacy/connect-call/test-config.yaml b/tests/apps/dial/privacy/privacy/connect-call/test-config.yaml
index a62a34e..af17c16 100644
--- a/tests/apps/dial/privacy/privacy/connect-call/test-config.yaml
+++ b/tests/apps/dial/privacy/privacy/connect-call/test-config.yaml
@@ -161,7 +161,10 @@
       - buildoption: 'TEST_FRAMEWORK'
       - python : 'twisted'
       - python : 'starpy'
-      - asterisk : 'app_senddtmf'
       - asterisk : 'app_dial'
       - asterisk : 'app_playback'
+      - asterisk : 'app_senddtmf'
+      - asterisk : 'app_verbose'
+      - asterisk : 'func_callerid'
+      - asterisk : 'pbx_config'
 
diff --git a/tests/apps/dial/privacy/privacy/forever-vm/test-config.yaml b/tests/apps/dial/privacy/privacy/forever-vm/test-config.yaml
index 913c126..2e7122e 100644
--- a/tests/apps/dial/privacy/privacy/forever-vm/test-config.yaml
+++ b/tests/apps/dial/privacy/privacy/forever-vm/test-config.yaml
@@ -202,7 +202,10 @@
       - buildoption: 'TEST_FRAMEWORK'
       - python : 'twisted'
       - python : 'starpy'
-      - asterisk : 'app_senddtmf'
       - asterisk : 'app_dial'
       - asterisk : 'app_playback'
+      - asterisk : 'app_senddtmf'
+      - asterisk : 'app_verbose'
+      - asterisk : 'func_callerid'
+      - asterisk : 'pbx_config'
 
diff --git a/tests/apps/dial/privacy/privacy/go-away/test-config.yaml b/tests/apps/dial/privacy/privacy/go-away/test-config.yaml
index 5b19f15..4e5e998 100644
--- a/tests/apps/dial/privacy/privacy/go-away/test-config.yaml
+++ b/tests/apps/dial/privacy/privacy/go-away/test-config.yaml
@@ -204,7 +204,10 @@
       - buildoption: 'TEST_FRAMEWORK'
       - python : 'twisted'
       - python : 'starpy'
-      - asterisk : 'app_senddtmf'
       - asterisk : 'app_dial'
       - asterisk : 'app_playback'
+      - asterisk : 'app_senddtmf'
+      - asterisk : 'app_verbose'
+      - asterisk : 'func_callerid'
+      - asterisk : 'pbx_config'
 
diff --git a/tests/apps/dial/privacy/privacy/single-vm/test-config.yaml b/tests/apps/dial/privacy/privacy/single-vm/test-config.yaml
index 763ef14..04f9913 100644
--- a/tests/apps/dial/privacy/privacy/single-vm/test-config.yaml
+++ b/tests/apps/dial/privacy/privacy/single-vm/test-config.yaml
@@ -159,7 +159,10 @@
       - buildoption: 'TEST_FRAMEWORK'
       - python : 'twisted'
       - python : 'starpy'
-      - asterisk : 'app_senddtmf'
       - asterisk : 'app_dial'
       - asterisk : 'app_playback'
+      - asterisk : 'app_senddtmf'
+      - asterisk : 'app_verbose'
+      - asterisk : 'func_callerid'
+      - asterisk : 'pbx_config'
 
diff --git a/tests/apps/dial/privacy/privacy/torture/test-config.yaml b/tests/apps/dial/privacy/privacy/torture/test-config.yaml
index ea97f75..6a12a49 100644
--- a/tests/apps/dial/privacy/privacy/torture/test-config.yaml
+++ b/tests/apps/dial/privacy/privacy/torture/test-config.yaml
@@ -203,7 +203,10 @@
       - buildoption: 'TEST_FRAMEWORK'
       - python : 'twisted'
       - python : 'starpy'
-      - asterisk : 'app_senddtmf'
       - asterisk : 'app_dial'
       - asterisk : 'app_playback'
+      - asterisk : 'app_senddtmf'
+      - asterisk : 'app_verbose'
+      - asterisk : 'func_callerid'
+      - asterisk : 'pbx_config'
 
diff --git a/tests/apps/dial/privacy/screening/connect-call/test-config.yaml b/tests/apps/dial/privacy/screening/connect-call/test-config.yaml
index d16c03c..5cabe90 100644
--- a/tests/apps/dial/privacy/screening/connect-call/test-config.yaml
+++ b/tests/apps/dial/privacy/screening/connect-call/test-config.yaml
@@ -161,7 +161,10 @@
       - buildoption: 'TEST_FRAMEWORK'
       - python : 'twisted'
       - python : 'starpy'
-      - asterisk : 'app_senddtmf'
       - asterisk : 'app_dial'
       - asterisk : 'app_playback'
+      - asterisk : 'app_senddtmf'
+      - asterisk : 'app_verbose'
+      - asterisk : 'func_callerid'
+      - asterisk : 'pbx_config'
 
diff --git a/tests/apps/dial/privacy/screening/go-away/test-config.yaml b/tests/apps/dial/privacy/screening/go-away/test-config.yaml
index 4c2b141..d0b0c31 100644
--- a/tests/apps/dial/privacy/screening/go-away/test-config.yaml
+++ b/tests/apps/dial/privacy/screening/go-away/test-config.yaml
@@ -162,7 +162,10 @@
       - buildoption: 'TEST_FRAMEWORK'
       - python : 'twisted'
       - python : 'starpy'
-      - asterisk : 'app_senddtmf'
       - asterisk : 'app_dial'
       - asterisk : 'app_playback'
+      - asterisk : 'app_senddtmf'
+      - asterisk : 'app_verbose'
+      - asterisk : 'func_callerid'
+      - asterisk : 'pbx_config'
 
diff --git a/tests/apps/dial/privacy/screening/single-vm/test-config.yaml b/tests/apps/dial/privacy/screening/single-vm/test-config.yaml
index b2ee2fe..32ae9c5 100644
--- a/tests/apps/dial/privacy/screening/single-vm/test-config.yaml
+++ b/tests/apps/dial/privacy/screening/single-vm/test-config.yaml
@@ -159,7 +159,10 @@
       - buildoption: 'TEST_FRAMEWORK'
       - python : 'twisted'
       - python : 'starpy'
-      - asterisk : 'app_senddtmf'
       - asterisk : 'app_dial'
       - asterisk : 'app_playback'
+      - asterisk : 'app_senddtmf'
+      - asterisk : 'app_verbose'
+      - asterisk : 'func_callerid'
+      - asterisk : 'pbx_config'
 
diff --git a/tests/apps/dial/privacy/screening/torture/test-config.yaml b/tests/apps/dial/privacy/screening/torture/test-config.yaml
index a57277e..96c5a38 100644
--- a/tests/apps/dial/privacy/screening/torture/test-config.yaml
+++ b/tests/apps/dial/privacy/screening/torture/test-config.yaml
@@ -162,7 +162,10 @@
       - buildoption: 'TEST_FRAMEWORK'
       - python : 'twisted'
       - python : 'starpy'
-      - asterisk : 'app_senddtmf'
       - asterisk : 'app_dial'
       - asterisk : 'app_playback'
+      - asterisk : 'app_senddtmf'
+      - asterisk : 'app_verbose'
+      - asterisk : 'func_callerid'
+      - asterisk : 'pbx_config'
 

-- 
To view, visit https://gerrit.asterisk.org/7218
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia953ef57cb60120b31434fa537195770e17abd8d
Gerrit-Change-Number: 7218
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/387a5a9e/attachment-0001.html>


More information about the asterisk-code-review mailing list