fix: add bpapi.versions

This commit is contained in:
Zhongwen Deng 2022-03-11 21:53:29 +08:00
parent f195808691
commit 704d1b20c6
2 changed files with 4 additions and 3 deletions

View File

@ -6,14 +6,15 @@
{emqx_dashboard,1}. {emqx_dashboard,1}.
{emqx_exhook,1}. {emqx_exhook,1}.
{emqx_gateway_cm,1}. {emqx_gateway_cm,1}.
{emqx_license,1}.
{emqx_management,1}. {emqx_management,1}.
{emqx_mgmt_api_plugins,1}.
{emqx_license,1}.
{emqx_mgmt_trace,1}. {emqx_mgmt_trace,1}.
{emqx_persistent_session,1}. {emqx_persistent_session,1}.
{emqx_plugin_libs,1}. {emqx_plugin_libs,1}.
{emqx_prometheus,1}. {emqx_prometheus,1}.
{emqx_resource,1}. {emqx_resource,1}.
{emqx_slow_subs,1}.
{emqx_statsd,1}. {emqx_statsd,1}.
{emqx_telemetry,1}. {emqx_telemetry,1}.
{emqx_topic_metrics,1}. {emqx_topic_metrics,1}.
{emqx_slow_subs,1}.

View File

@ -349,7 +349,7 @@ t_elixir_plugin(Config) ->
ok = emqx_plugins:ensure_installed(NameVsn), ok = emqx_plugins:ensure_installed(NameVsn),
%% idempotent %% idempotent
ok = emqx_plugins:ensure_installed(NameVsn), ok = emqx_plugins:ensure_installed(NameVsn),
{ok, Info} = emqx_plugins:read_plugin(NameVsn), {ok, Info} = emqx_plugins:read_plugin(NameVsn, #{}),
?assertEqual([Info], emqx_plugins:list()), ?assertEqual([Info], emqx_plugins:list()),
%% start %% start
ok = emqx_plugins:ensure_started(NameVsn), ok = emqx_plugins:ensure_started(NameVsn),