chore(test): rename mgmt_xxx_api_SUITE to mgmt_api_xxx_SUITE

This commit is contained in:
zhongwencool 2022-01-10 15:52:00 +08:00
parent 6ea51692c3
commit 81abf31bc4
12 changed files with 12 additions and 13 deletions

View File

@ -13,7 +13,7 @@
%% See the License for the specific language governing permissions and
%% limitations under the License.
%%--------------------------------------------------------------------
-module(emqx_mgmt_alarms_api_SUITE).
-module(emqx_mgmt_api_alarms_SUITE).
-compile(export_all).

View File

@ -13,7 +13,7 @@
%% See the License for the specific language governing permissions and
%% limitations under the License.
%%--------------------------------------------------------------------
-module(emqx_mgmt_auth_api_SUITE).
-module(emqx_mgmt_api_app_SUITE).
-compile(export_all).
-compile(nowarn_export_all).

View File

@ -13,7 +13,7 @@
%% See the License for the specific language governing permissions and
%% limitations under the License.
%%--------------------------------------------------------------------
-module(emqx_mgmt_banned_api_SUITE).
-module(emqx_mgmt_api_banned_SUITE).
-compile(export_all).
-compile(nowarn_export_all).

View File

@ -13,7 +13,7 @@
%% See the License for the specific language governing permissions and
%% limitations under the License.
%%--------------------------------------------------------------------
-module(emqx_mgmt_clients_api_SUITE).
-module(emqx_mgmt_api_clients_SUITE).
-compile(export_all).
-compile(nowarn_export_all).

View File

@ -13,7 +13,7 @@
%% See the License for the specific language governing permissions and
%% limitations under the License.
%%--------------------------------------------------------------------
-module(emqx_mgmt_listeners_api_SUITE).
-module(emqx_mgmt_api_listeners_SUITE).
-compile(export_all).
-compile(nowarn_export_all).

View File

@ -13,7 +13,7 @@
%% See the License for the specific language governing permissions and
%% limitations under the License.
%%--------------------------------------------------------------------
-module(emqx_mgmt_metrics_api_SUITE).
-module(emqx_mgmt_api_metrics_SUITE).
-compile(export_all).
-compile(nowarn_export_all).

View File

@ -13,7 +13,7 @@
%% See the License for the specific language governing permissions and
%% limitations under the License.
%%--------------------------------------------------------------------
-module(emqx_mgmt_nodes_api_SUITE).
-module(emqx_mgmt_api_nodes_SUITE).
-compile(export_all).
-compile(nowarn_export_all).

View File

@ -13,7 +13,7 @@
%% See the License for the specific language governing permissions and
%% limitations under the License.
%%--------------------------------------------------------------------
-module(emqx_mgmt_publish_api_SUITE).
-module(emqx_mgmt_api_publish_SUITE).
-compile(export_all).
-compile(nowarn_export_all).
@ -78,4 +78,3 @@ receive_assert(Topic, Qos, Payload) ->
after 5000 ->
timeout
end.

View File

@ -13,7 +13,7 @@
%% See the License for the specific language governing permissions and
%% limitations under the License.
%%--------------------------------------------------------------------
-module(emqx_mgmt_routes_api_SUITE).
-module(emqx_mgmt_api_routes_SUITE).
-compile(export_all).
-compile(nowarn_export_all).

View File

@ -13,7 +13,7 @@
%% See the License for the specific language governing permissions and
%% limitations under the License.
%%--------------------------------------------------------------------
-module(emqx_mgmt_stats_api_SUITE).
-module(emqx_mgmt_api_stats_SUITE).
-compile(export_all).
-compile(nowarn_export_all).

View File

@ -13,7 +13,7 @@
%% See the License for the specific language governing permissions and
%% limitations under the License.
%%--------------------------------------------------------------------
-module(emqx_mgmt_subscription_api_SUITE).
-module(emqx_mgmt_api_subscription_SUITE).
-compile(export_all).
-compile(nowarn_export_all).

View File

@ -13,7 +13,7 @@
%% See the License for the specific language governing permissions and
%% limitations under the License.
%%--------------------------------------------------------------------
-module(emqx_mgmt_trace_api_SUITE).
-module(emqx_mgmt_api_trace_SUITE).
%% API
-compile(export_all).