diff --git a/apps/emqx_management/test/emqx_mgmt_alarms_api_SUITE.erl b/apps/emqx_management/test/emqx_mgmt_api_alarms_SUITE.erl similarity index 98% rename from apps/emqx_management/test/emqx_mgmt_alarms_api_SUITE.erl rename to apps/emqx_management/test/emqx_mgmt_api_alarms_SUITE.erl index cd42f6778..e87a8a6b0 100644 --- a/apps/emqx_management/test/emqx_mgmt_alarms_api_SUITE.erl +++ b/apps/emqx_management/test/emqx_mgmt_api_alarms_SUITE.erl @@ -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). diff --git a/apps/emqx_management/test/emqx_mgmt_auth_api_SUITE.erl b/apps/emqx_management/test/emqx_mgmt_api_app_SUITE.erl similarity index 99% rename from apps/emqx_management/test/emqx_mgmt_auth_api_SUITE.erl rename to apps/emqx_management/test/emqx_mgmt_api_app_SUITE.erl index 50931306a..a8319fa73 100644 --- a/apps/emqx_management/test/emqx_mgmt_auth_api_SUITE.erl +++ b/apps/emqx_management/test/emqx_mgmt_api_app_SUITE.erl @@ -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). diff --git a/apps/emqx_management/test/emqx_mgmt_banned_api_SUITE.erl b/apps/emqx_management/test/emqx_mgmt_api_banned_SUITE.erl similarity index 99% rename from apps/emqx_management/test/emqx_mgmt_banned_api_SUITE.erl rename to apps/emqx_management/test/emqx_mgmt_api_banned_SUITE.erl index af543632d..828312b9c 100644 --- a/apps/emqx_management/test/emqx_mgmt_banned_api_SUITE.erl +++ b/apps/emqx_management/test/emqx_mgmt_api_banned_SUITE.erl @@ -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). diff --git a/apps/emqx_management/test/emqx_mgmt_clients_api_SUITE.erl b/apps/emqx_management/test/emqx_mgmt_api_clients_SUITE.erl similarity index 99% rename from apps/emqx_management/test/emqx_mgmt_clients_api_SUITE.erl rename to apps/emqx_management/test/emqx_mgmt_api_clients_SUITE.erl index dfe89e139..a80d862f7 100644 --- a/apps/emqx_management/test/emqx_mgmt_clients_api_SUITE.erl +++ b/apps/emqx_management/test/emqx_mgmt_api_clients_SUITE.erl @@ -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). diff --git a/apps/emqx_management/test/emqx_mgmt_listeners_api_SUITE.erl b/apps/emqx_management/test/emqx_mgmt_api_listeners_SUITE.erl similarity index 99% rename from apps/emqx_management/test/emqx_mgmt_listeners_api_SUITE.erl rename to apps/emqx_management/test/emqx_mgmt_api_listeners_SUITE.erl index ddb405278..68fe3acc5 100644 --- a/apps/emqx_management/test/emqx_mgmt_listeners_api_SUITE.erl +++ b/apps/emqx_management/test/emqx_mgmt_api_listeners_SUITE.erl @@ -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). diff --git a/apps/emqx_management/test/emqx_mgmt_metrics_api_SUITE.erl b/apps/emqx_management/test/emqx_mgmt_api_metrics_SUITE.erl similarity index 97% rename from apps/emqx_management/test/emqx_mgmt_metrics_api_SUITE.erl rename to apps/emqx_management/test/emqx_mgmt_api_metrics_SUITE.erl index 3711a6615..bc2e6e5f5 100644 --- a/apps/emqx_management/test/emqx_mgmt_metrics_api_SUITE.erl +++ b/apps/emqx_management/test/emqx_mgmt_api_metrics_SUITE.erl @@ -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). diff --git a/apps/emqx_management/test/emqx_mgmt_nodes_api_SUITE.erl b/apps/emqx_management/test/emqx_mgmt_api_nodes_SUITE.erl similarity index 98% rename from apps/emqx_management/test/emqx_mgmt_nodes_api_SUITE.erl rename to apps/emqx_management/test/emqx_mgmt_api_nodes_SUITE.erl index de2287624..01c6878e8 100644 --- a/apps/emqx_management/test/emqx_mgmt_nodes_api_SUITE.erl +++ b/apps/emqx_management/test/emqx_mgmt_api_nodes_SUITE.erl @@ -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). diff --git a/apps/emqx_management/test/emqx_mgmt_publish_api_SUITE.erl b/apps/emqx_management/test/emqx_mgmt_api_publish_SUITE.erl similarity index 98% rename from apps/emqx_management/test/emqx_mgmt_publish_api_SUITE.erl rename to apps/emqx_management/test/emqx_mgmt_api_publish_SUITE.erl index 41f60ec56..adf8e8456 100644 --- a/apps/emqx_management/test/emqx_mgmt_publish_api_SUITE.erl +++ b/apps/emqx_management/test/emqx_mgmt_api_publish_SUITE.erl @@ -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. - diff --git a/apps/emqx_management/test/emqx_mgmt_routes_api_SUITE.erl b/apps/emqx_management/test/emqx_mgmt_api_routes_SUITE.erl similarity index 98% rename from apps/emqx_management/test/emqx_mgmt_routes_api_SUITE.erl rename to apps/emqx_management/test/emqx_mgmt_api_routes_SUITE.erl index 70cd71ff2..460ce55d7 100644 --- a/apps/emqx_management/test/emqx_mgmt_routes_api_SUITE.erl +++ b/apps/emqx_management/test/emqx_mgmt_api_routes_SUITE.erl @@ -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). diff --git a/apps/emqx_management/test/emqx_mgmt_stats_api_SUITE.erl b/apps/emqx_management/test/emqx_mgmt_api_stats_SUITE.erl similarity index 97% rename from apps/emqx_management/test/emqx_mgmt_stats_api_SUITE.erl rename to apps/emqx_management/test/emqx_mgmt_api_stats_SUITE.erl index 14ef8aa0d..d748efbd3 100644 --- a/apps/emqx_management/test/emqx_mgmt_stats_api_SUITE.erl +++ b/apps/emqx_management/test/emqx_mgmt_api_stats_SUITE.erl @@ -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). diff --git a/apps/emqx_management/test/emqx_mgmt_subscription_api_SUITE.erl b/apps/emqx_management/test/emqx_mgmt_api_subscription_SUITE.erl similarity index 98% rename from apps/emqx_management/test/emqx_mgmt_subscription_api_SUITE.erl rename to apps/emqx_management/test/emqx_mgmt_api_subscription_SUITE.erl index 269121d67..ac9b6ad60 100644 --- a/apps/emqx_management/test/emqx_mgmt_subscription_api_SUITE.erl +++ b/apps/emqx_management/test/emqx_mgmt_api_subscription_SUITE.erl @@ -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). diff --git a/apps/emqx_management/test/emqx_mgmt_trace_api_SUITE.erl b/apps/emqx_management/test/emqx_mgmt_api_trace_SUITE.erl similarity index 99% rename from apps/emqx_management/test/emqx_mgmt_trace_api_SUITE.erl rename to apps/emqx_management/test/emqx_mgmt_api_trace_SUITE.erl index c2b555891..8e6c278ae 100644 --- a/apps/emqx_management/test/emqx_mgmt_trace_api_SUITE.erl +++ b/apps/emqx_management/test/emqx_mgmt_api_trace_SUITE.erl @@ -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).