[Asterisk-code-review] Test/ARI: Test for unloading an invalid module/already in us... (testsuite[master])
Scott Emidy
asteriskteam at digium.com
Wed Jul 15 10:53:36 CDT 2015
Scott Emidy has uploaded a new patch set (#2).
Change subject: Test/ARI: Test for unloading an invalid module/already in use module
......................................................................
Test/ARI: Test for unloading an invalid module/already in use module
Test that unloads an invalid module and a dependent module
that is already in use. The test checks that a '404 Not Found'
is received for an invalid module name, and a '409 Conflict'
is recieved for a dependency module that is already in use.
* Receives 404 for invalid module name
* Receives 409 for module that is already in use
ASTERISK-25173
Change-Id: I96e0fce6deb09dd265df4fa67e4e82eff04b1378
---
M tests/rest_api/asterisk/modules/tests.yaml
A tests/rest_api/asterisk/modules/unload_already_unloaded_module/configs/ast1/extensions.conf
A tests/rest_api/asterisk/modules/unload_already_unloaded_module/configs/ast1/modules.conf
A tests/rest_api/asterisk/modules/unload_already_unloaded_module/test-config.yaml
4 files changed, 63 insertions(+), 0 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/97/897/2
--
To view, visit https://gerrit.asterisk.org/897
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I96e0fce6deb09dd265df4fa67e4e82eff04b1378
Gerrit-PatchSet: 2
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Owner: Scott Emidy <jemidy at digium.com>
More information about the asterisk-code-review
mailing list