[Asterisk-code-review] rest api/asterisk/modules/get modules: Add built-in modules. (testsuite[master])
Corey Farrell
asteriskteam at digium.com
Fri Mar 16 14:27:08 CDT 2018
Corey Farrell has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/56/8556/1
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: newchange
Gerrit-Change-Id: I4b83c032a827cf2ec8a501b48a25dab58ab671e5
Gerrit-Change-Number: 8556
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/20180316/a279433f/attachment.html>
More information about the asterisk-code-review
mailing list