<p>Corey Farrell has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/6971">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">rest_api/asterisk/modules/get_modules: Stop checking use_count's.<br><br>This removes the check for use_count from each module.  Use counts on<br>modules are an implementation detail that can change.<br><br>ASTERISK-27389<br><br>Change-Id: I7f99390db8ef79a1f37458a0e71d8ee4455b5835<br>---<br>M tests/rest_api/asterisk/modules/get_modules/test-config.yaml<br>1 file changed, 0 insertions(+), 21 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/71/6971/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/tests/rest_api/asterisk/modules/get_modules/test-config.yaml b/tests/rest_api/asterisk/modules/get_modules/test-config.yaml<br>index 6c3d6ac..a350827 100644<br>--- a/tests/rest_api/asterisk/modules/get_modules/test-config.yaml<br>+++ b/tests/rest_api/asterisk/modules/get_modules/test-config.yaml<br>@@ -34,7 +34,6 @@<br>                                 {<br>                                   "name": "app_echo.so",<br>                                   "description": "Simple Echo Application",<br>-                                  "use_count": 1,<br>                                   "status": "Running",<br>                                   "support_level": "core",<br>                                 }<br>@@ -42,7 +41,6 @@<br>                                 {<br>                                   "name": "app_stasis.so",<br>                                   "description": "Stasis dialplan application",<br>-                                  "use_count": 1,<br>                                   "status": "Running",<br>                                   "support_level": "core"<br>                                 }<br>@@ -50,7 +48,6 @@<br>                                 {<br>                                   "name": "pbx_config.so",<br>                                   "description": "Text Extension Configuration",<br>-                                  "use_count": 0,<br>                                   "status": "Running",<br>                                   "support_level": "core"<br>                                 }<br>@@ -58,7 +55,6 @@<br>                                 {<br>                                   "name": "res_ari.so",<br>                                   "description": "Asterisk RESTful Interface",<br>-                                  "use_count": 10,<br>                                   "status": "Running",<br>                                   "support_level": "core"<br>                                 }<br>@@ -66,7 +62,6 @@<br>                                 {<br>                                   "name": "res_ari_applications.so",<br>                                   "description": "RESTful API module - Stasis application resources",<br>-                                  "use_count": 0,<br>                                   "status": "Running",<br>                                   "support_level": "core"<br>                                 }<br>@@ -74,7 +69,6 @@<br>                                 {<br>                                   "name": "res_ari_asterisk.so",<br>                                   "description": "RESTful API module - Asterisk resources",<br>-                                  "use_count": 0,<br>                                   "status": "Running",<br>                                   "support_level": "core"<br>                                 }<br>@@ -82,7 +76,6 @@<br>                                 {<br>                                   "name": "res_ari_bridges.so",<br>                                   "description": "RESTful API module - Bridge resources",<br>-                                  "use_count": 0,<br>                                   "status": "Running",<br>                                   "support_level": "core"<br>                                 }<br>@@ -90,7 +83,6 @@<br>                                 {<br>                                   "name": "res_ari_channels.so",<br>                                   "description": "RESTful API module - Channel resources",<br>-                                  "use_count": 0,<br>                                   "status": "Running",<br>                                   "support_level": "core"<br>                                 }<br>@@ -98,7 +90,6 @@<br>                                 {<br>                                   "name": "res_ari_device_states.so",<br>                                   "description": "RESTful API module - Device state resources",<br>-                                  "use_count": 0,<br>                                   "status": "Running",<br>                                   "support_level": "core"<br>                                 }<br>@@ -106,7 +97,6 @@<br>                                 {<br>                                   "name": "res_ari_endpoints.so",<br>                                   "description": "RESTful API module - Endpoint resources",<br>-                                  "use_count": 0,<br>                                   "status": "Running",<br>                                   "support_level": "core"<br>                                 }<br>@@ -114,7 +104,6 @@<br>                                 {<br>                                   "name": "res_ari_events.so",<br>                                   "description": "RESTful API module - WebSocket resource",<br>-                                  "use_count": 0,<br>                                   "status": "Running",<br>                                   "support_level": "core"<br>                                 }<br>@@ -122,7 +111,6 @@<br>                                 {<br>                                   "name": "res_ari_model.so",<br>                                   "description": "ARI Model validators",<br>-                                  "use_count": 0,<br>                                   "status": "Running",<br>                                   "support_level": "core"<br>                                 }<br>@@ -130,7 +118,6 @@<br>                                 {<br>                                   "name": "res_ari_playbacks.so",<br>                                   "description": "RESTful API module - Playback control resources",<br>-                                  "use_count": 0,<br>                                   "status": "Running",<br>                                   "support_level": "core"<br>                                 }<br>@@ -138,7 +125,6 @@<br>                                 {<br>                                   "name": "res_ari_recordings.so",<br>                                   "description": "RESTful API module - Recording resources",<br>-                                  "use_count": 0,<br>                                   "status": "Running",<br>                                   "support_level": "core"<br>                                 }<br>@@ -146,7 +132,6 @@<br>                                 {<br>                                   "name": "res_ari_sounds.so",<br>                                   "description": "RESTful API module - Sound resources",<br>-                                  "use_count": 0,<br>                                   "status": "Running",<br>                                   "support_level": "core"<br>                                 }<br>@@ -154,7 +139,6 @@<br>                                 {<br>                                   "name": "res_http_websocket.so",<br>                                   "description": "HTTP WebSocket Support",<br>-                                  "use_count": 2,<br>                                   "status": "Running",<br>                                   "support_level": "extended"<br>                                 }<br>@@ -170,7 +154,6 @@<br>                                 {<br>                                   "name": "res_stasis_answer.so",<br>                                   "description": "Stasis application answer support",<br>-                                  "use_count": 0,<br>                                   "status": "Running",<br>                                   "support_level": "core"<br>                                 }<br>@@ -178,7 +161,6 @@<br>                                 {<br>                                   "name": "res_stasis_device_state.so",<br>                                   "description": "Stasis application device state support",<br>-                                  "use_count": 0,<br>                                   "status": "Running",<br>                                   "support_level": "core"<br>                                 }<br>@@ -186,7 +168,6 @@<br>                                 {<br>                                   "name": "res_stasis_playback.so",<br>                                   "description": "Stasis application playback support",<br>-                                  "use_count": 0,<br>                                   "status": "Running",<br>                                   "support_level": "core"<br>                                 }<br>@@ -194,7 +175,6 @@<br>                                 {<br>                                   "name": "res_stasis_recording.so",<br>                                   "description": "Stasis application recording support",<br>-                                  "use_count": 0,<br>                                   "status": "Running",<br>                                   "support_level": "core"<br>                                 }<br>@@ -202,7 +182,6 @@<br>                                 {<br>                                   "name": "res_stasis_snoop.so",<br>                                   "description": "Stasis application snoop support",<br>-                                  "use_count": 0,<br>                                   "status": "Running",<br>                                   "support_level": "core"<br>                                 }<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/6971">change 6971</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/6971"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: testsuite </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I7f99390db8ef79a1f37458a0e71d8ee4455b5835 </div>
<div style="display:none"> Gerrit-Change-Number: 6971 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>