[Asterisk-code-review] Test/ARI: Test for getting a single module (testsuite[master])
Scott Emidy
asteriskteam at digium.com
Tue Jul 14 10:26:16 CDT 2015
Scott Emidy has posted comments on this change.
Change subject: Test/ARI: Test for getting a single module
......................................................................
Patch Set 1:
(1 comment)
https://gerrit.asterisk.org/#/c/863/1/tests/rest_api/asterisk/modules/get_module/test-config.yaml
File tests/rest_api/asterisk/modules/get_module/test-config.yaml:
Line 28: -
: method: 'get'
: uri: 'asterisk/modules/app_echo.so'
: response_body:
: match:
: {
: "name": "app_echo.so",
: "description": "Simple Echo Application",
: "use_count": 1,
: "status": "Running",
: "support_level": "core"
: }
: expect: 200
> Curious, you are only doing one check?
Yeah I'm just doing that because I'm checking to make sure that I can just receive one single requested module.
--
To view, visit https://gerrit.asterisk.org/863
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I3dd06fccddac0086879360f9569172662a897af1
Gerrit-PatchSet: 1
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Owner: Scott Emidy <jemidy at digium.com>
Gerrit-Reviewer: Ashley Sanders <asanders at digium.com>
Gerrit-Reviewer: Scott Emidy <jemidy at digium.com>
Gerrit-HasComments: Yes
More information about the asterisk-code-review
mailing list