Skip to content

Commit 700f5c0

Browse files
Log loaded config schema snippets
1 parent 4b190d2 commit 700f5c0

File tree

8 files changed

+9
-8
lines changed

8 files changed

+9
-8
lines changed

deps/rabbitmq_ct_helpers/src/rabbit_control_helper.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%% License, v. 2.0. If a copy of the MPL was not distributed with this
33
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
%%
5-
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
%% Copyright (c) 2007-2021 VMware, Inc. or its affiliates. All rights reserved.
66
%%
77

88
-module(rabbit_control_helper).

deps/rabbitmq_ct_helpers/src/rabbit_ct_broker_helpers.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%% License, v. 2.0. If a copy of the MPL was not distributed with this
33
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
%%
5-
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
%% Copyright (c) 2007-2021 VMware, Inc. or its affiliates. All rights reserved.
66
%%
77

88
-module(rabbit_ct_broker_helpers).

deps/rabbitmq_ct_helpers/src/rabbit_ct_config_schema.erl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%% License, v. 2.0. If a copy of the MPL was not distributed with this
33
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
%%
5-
%% Copyright (c) 2017-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
%% Copyright (c) 2017-2021 VMware, Inc. or its affiliates. All rights reserved.
66
%%
77

88
-module(rabbit_ct_config_schema).
@@ -23,6 +23,7 @@ init_schemas(App, Config) ->
2323

2424
run_snippets(Config) ->
2525
{ok, [Snippets]} = file:consult(?config(conf_snippets, Config)),
26+
ct:pal("Loaded config schema snippets: ~p", [Snippets]),
2627
lists:map(
2728
fun({N, S, C, P}) -> ok = test_snippet(Config, {snippet_id(N), S, []}, C, P);
2829
({N, S, A, C, P}) -> ok = test_snippet(Config, {snippet_id(N), S, A}, C, P)

deps/rabbitmq_ct_helpers/src/rabbit_ct_helpers.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%% License, v. 2.0. If a copy of the MPL was not distributed with this
33
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
%%
5-
%% Copyright (c) 2016-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
%% Copyright (c) 2016-2021 VMware, Inc. or its affiliates. All rights reserved.
66
%%
77

88
-module(rabbit_ct_helpers).

deps/rabbitmq_ct_helpers/src/rabbit_ct_proper_helpers.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%% License, v. 2.0. If a copy of the MPL was not distributed with this
33
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
%%
5-
%% Copyright (c) 2016-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
%% Copyright (c) 2016-2021 VMware, Inc. or its affiliates. All rights reserved.
66
%%
77

88
-module(rabbit_ct_proper_helpers).

deps/rabbitmq_ct_helpers/src/rabbit_ct_vm_helpers.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%% License, v. 2.0. If a copy of the MPL was not distributed with this
33
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
%%
5-
%% Copyright (c) 2018-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
%% Copyright (c) 2018-2021 VMware, Inc. or its affiliates. All rights reserved.
66
%%
77

88
-module(rabbit_ct_vm_helpers).

deps/rabbitmq_ct_helpers/src/rabbit_mgmt_test_util.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%% License, v. 2.0. If a copy of the MPL was not distributed with this
33
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
%%
5-
%% Copyright (c) 2010-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
%% Copyright (c) 2010-2021 VMware, Inc. or its affiliates. All rights reserved.
66
%%
77

88
-module(rabbit_mgmt_test_util).

deps/rabbitmq_ct_helpers/test/terraform_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%% License, v. 2.0. If a copy of the MPL was not distributed with this
33
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
%%
5-
%% Copyright (c) 2018-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
%% Copyright (c) 2018-2021 VMware, Inc. or its affiliates. All rights reserved.
66
%%
77

88
-module(terraform_SUITE).

0 commit comments

Comments
 (0)