[Asterisk-code-review] Test/ARI: Test for getting a single module (testsuite[master])

Ashley Sanders asteriskteam at digium.com
Mon Jul 13 13:27:08 CDT 2015


Ashley Sanders 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?


-- 
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-HasComments: Yes



More information about the asterisk-code-review mailing list