@@ -94,9 +94,12 @@ init_per_group(https, Config) ->
94
94
WrongCaCertFile = filename :join ([CertsDir , " server" , " server.pem" ]),
95
95
[{group , https },
96
96
<<<<<<< HEAD
97
+ <<<<<<< HEAD
97
98
=======
98
99
{certsdir , CertsDir },
99
100
>>>>>>> 9 b1e762081 (Store the certsDir of the group which )
101
+ =======
102
+ >>>>>>> 4 a925f9a8c (Tests : system_SUITE return configuration from run steps )
100
103
{oauth_provider_id , <<" uaa" >>},
101
104
{oauth_provider , build_https_oauth_provider (<<" uaa" >>, CaCertFile )},
102
105
{oauth_provider_with_issuer , keep_only_issuer_and_ssl_options (
@@ -113,9 +116,8 @@ init_per_group(https_down, Config) ->
113
116
CaCertFile = filename :join ([CertsDir , " testca" , " cacert.pem" ]),
114
117
115
118
[{issuer , build_issuer (" https" )},
116
- {certsdir , CertsDir },
117
119
{oauth_provider_id , <<" uaa" >>},
118
- {oauth_provider , build_https_oauth_provider (<<" uaa" >>, CaCertFile )} | Config ];
120
+ {oauth_provider , build_https_oauth_provider (<<" uaa" >>, CaCertFile )} | Config0 ];
119
121
120
122
init_per_group (openid_configuration_with_path , Config ) ->
121
123
[{use_openid_configuration_with_path , true } | Config ];
@@ -126,20 +128,18 @@ init_per_group(with_all_oauth_provider_settings, Config) ->
126
128
CaCertFile = filename :join ([CertsDir , " testca" , " cacert.pem" ]),
127
129
128
130
[{with_all_oauth_provider_settings , true },
129
- {certsdir , CertsDir },
130
131
{oauth_provider_id , <<" uaa" >>},
131
- {oauth_provider , build_https_oauth_provider (<<" uaa" >>, CaCertFile )} | Config ];
132
+ {oauth_provider , build_https_oauth_provider (<<" uaa" >>, CaCertFile )} | Config0 ];
132
133
133
134
init_per_group (without_all_oauth_providers_settings , Config ) ->
134
135
Config0 = rabbit_ct_helpers :run_setup_steps (Config ),
135
136
CertsDir = ? config (rmq_certsdir , Config0 ),
136
137
CaCertFile = filename :join ([CertsDir , " testca" , " cacert.pem" ]),
137
138
138
139
[{with_all_oauth_provider_settings , false },
139
- {certsdir , CertsDir },
140
140
{oauth_provider_id , <<" uaa" >>},
141
141
{oauth_provider , keep_only_issuer_and_ssl_options (
142
- build_https_oauth_provider (<<" uaa" >>, CaCertFile ))} | Config ];
142
+ build_https_oauth_provider (<<" uaa" >>, CaCertFile ))} | Config0 ];
143
143
144
144
init_per_group (with_default_oauth_provider , Config ) ->
145
145
OAuthProvider = ? config (oauth_provider , Config ),
@@ -251,12 +251,16 @@ init_per_testcase(TestCase, Config) ->
251
251
252
252
case ? config (group , Config ) of
253
253
https ->
254
+ <<<<<<< HEAD
254
255
<<<<<<< HEAD
255
256
ct :log (" Start https with expectations ~p " , [ListOfExpectations ]),
256
257
start_https_oauth_server (? AUTH_PORT , ? config (rmq_certsdir , Config ),
257
258
=======
258
259
start_https_oauth_server (? AUTH_PORT , ? config (certsdir , Config ),
259
260
>>>>>>> 9 b1e762081 (Store the certsDir of the group which )
261
+ =======
262
+ start_https_oauth_server (? AUTH_PORT , ? config (rmq_certsdir , Config ),
263
+ >>>>>>> 4 a925f9a8c (Tests : system_SUITE return configuration from run steps )
260
264
ListOfExpectations );
261
265
_ ->
262
266
do_nothing
0 commit comments