test(session): fix quic testgroup in persistent session suite
Which broker after quicer 0.0.200 upgrade.
This commit is contained in:
parent
76f614e9c5
commit
acf4227fc6
|
@ -102,13 +102,18 @@ init_per_group(Group, Config) when Group == quic ->
|
|||
[
|
||||
{emqx,
|
||||
?config(emqx_config, Config) ++
|
||||
"\n listeners.quic.test { enable = true }"}
|
||||
"\n listeners.quic.test {"
|
||||
"\n enable = true"
|
||||
"\n ssl_options.verify = verify_peer"
|
||||
"\n }"}
|
||||
],
|
||||
#{work_dir => emqx_cth_suite:work_dir(Config)}
|
||||
),
|
||||
[
|
||||
{port, get_listener_port(quic, test)},
|
||||
{conn_fun, quic_connect},
|
||||
{ssl_opts, emqx_common_test_helpers:client_ssl_twoway()},
|
||||
{ssl, true},
|
||||
{group_apps, Apps}
|
||||
| Config
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue