Просмотр исходного кода

Merge pull request #6684 from zhongwencool/rename-mgmt-ct

chore(test): rename mgmt_xxx_api_SUITE to mgmt_api_xxx_SUITE
zhongwencool 4 лет назад
Родитель
Сommit
31d68bfba9

+ 1 - 1
apps/emqx_management/test/emqx_mgmt_alarms_api_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).

+ 1 - 1
apps/emqx_management/test/emqx_mgmt_auth_api_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).

+ 1 - 1
apps/emqx_management/test/emqx_mgmt_banned_api_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).

+ 1 - 1
apps/emqx_management/test/emqx_mgmt_clients_api_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).
 

+ 1 - 1
apps/emqx_management/test/emqx_mgmt_listeners_api_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).

+ 1 - 1
apps/emqx_management/test/emqx_mgmt_metrics_api_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).

+ 1 - 1
apps/emqx_management/test/emqx_mgmt_nodes_api_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).

+ 1 - 2
apps/emqx_management/test/emqx_mgmt_publish_api_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.
-

+ 1 - 1
apps/emqx_management/test/emqx_mgmt_routes_api_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).

+ 1 - 1
apps/emqx_management/test/emqx_mgmt_stats_api_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).

+ 1 - 1
apps/emqx_management/test/emqx_mgmt_subscription_api_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).

+ 1 - 1
apps/emqx_management/test/emqx_mgmt_trace_api_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).