[Asterisk-code-review] rest api/asterisk/modules/get modules: Add built-in modules. (testsuite[master])

Jenkins2 asteriskteam at digium.com
Mon Mar 19 11:54:48 CDT 2018


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

Change subject: rest_api/asterisk/modules/get_modules: Add built-in modules.
......................................................................

rest_api/asterisk/modules/get_modules: Add built-in modules.

Change-Id: I4b83c032a827cf2ec8a501b48a25dab58ab671e5
---
M tests/rest_api/asterisk/modules/get_modules/test-config.yaml
1 file changed, 112 insertions(+), 0 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/rest_api/asterisk/modules/get_modules/test-config.yaml b/tests/rest_api/asterisk/modules/get_modules/test-config.yaml
index 7de9765..894517f 100644
--- a/tests/rest_api/asterisk/modules/get_modules/test-config.yaml
+++ b/tests/rest_api/asterisk/modules/get_modules/test-config.yaml
@@ -32,6 +32,13 @@
                         match:
                             -
                                 {
+                                  "name": "acl",
+                                  "description": "Named ACL system",
+                                  "status": "Running",
+                                  "support_level": "core",
+                                }
+                            -
+                                {
                                   "name": "app_echo.so",
                                   "description": "Simple Echo Application",
                                   "status": "Running",
@@ -46,8 +53,99 @@
                                 }
                             -
                                 {
+                                  "name": "ccss",
+                                  "description": "Call Completion Supplementary Services",
+                                  "status": "Running",
+                                  "support_level": "core"
+                                }
+                            -
+                                {
+                                  "name": "cdr",
+                                  "description": "CDR Engine",
+                                  "status": "Running",
+                                  "support_level": "core"
+                                }
+                            -
+                                {
+                                  "name": "cel",
+                                  "description": "CEL Engine",
+                                  "status": "Running",
+                                  "support_level": "core"
+                                }
+                            -
+                                {
+                                  "name": "dnsmgr",
+                                  "description": "DNS Manager",
+                                  "status": "Running",
+                                  "support_level": "core"
+                                }
+                            -
+                                {
+                                  "name": "dsp",
+                                  "description": "DSP",
+                                  "status": "Running",
+                                  "support_level": "core"
+                                }
+                            -
+                                {
+                                  "name": "enum",
+                                  "description": "ENUM Support",
+                                  "status": "Running",
+                                  "support_level": "core"
+                                }
+                            -
+                                {
+                                  "name": "extconfig",
+                                  "description": "Configuration",
+                                  "status": "Running",
+                                  "support_level": "core"
+                                }
+                            -
+                                {
+                                  "name": "features",
+                                  "description": "Call Features",
+                                  "status": "Running",
+                                  "support_level": "core"
+                                }
+                            -
+                                {
+                                  "name": "http",
+                                  "description": "Built-in HTTP Server",
+                                  "status": "Running",
+                                  "support_level": "core"
+                                }
+                            -
+                                {
+                                  "name": "indications",
+                                  "description": "Indication Tone Handling",
+                                  "status": "Running",
+                                  "support_level": "core"
+                                }
+                            -
+                                {
+                                  "name": "logger",
+                                  "description": "Logger",
+                                  "status": "Running",
+                                  "support_level": "core"
+                                }
+                            -
+                                {
+                                  "name": "manager",
+                                  "description": "Asterisk Manager Interface",
+                                  "status": "Running",
+                                  "support_level": "core"
+                                }
+                            -
+                                {
                                   "name": "pbx_config.so",
                                   "description": "Text Extension Configuration",
+                                  "status": "Running",
+                                  "support_level": "core"
+                                }
+                            -
+                                {
+                                  "name": "plc",
+                                  "description": "PLC",
                                   "status": "Running",
                                   "support_level": "core"
                                 }
@@ -184,6 +282,20 @@
                                   "status": "Running",
                                   "support_level": "core"
                                 }
+                            -
+                                {
+                                  "name": "sounds",
+                                  "description": "Sounds Index",
+                                  "status": "Running",
+                                  "support_level": "core"
+                                }
+                            -
+                                {
+                                  "name": "udptl",
+                                  "description": "UDPTL",
+                                  "status": "Running",
+                                  "support_level": "core"
+                                }
                     expect: 200
                 -
                     method: 'delete'

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

Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I4b83c032a827cf2ec8a501b48a25dab58ab671e5
Gerrit-Change-Number: 8556
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/20180319/3ab84c3a/attachment-0001.html>


More information about the asterisk-code-review mailing list