=== Config function: muc_SUITE:end_per_group/2 (click for source code)

=== Group properties: [{name,register_over_s2s},{repeat_until_all_ok,3},parallel]

=== Config value:

    [{{s2s,mim},
      #{listener =>
            #{ip_address => "0",
              ip_tuple => {0,0,0,0},
              ip_version => 4,max_stanza_size => 131072,
              module => ejabberd_s2s_in,port => 5269,proto => tcp,
              shaper => s2s_shaper,
              tls => [{dhfile,"priv/ssl/fake_dh_server.pem"}]},
        opts =>
            #{address => #{<<"fed1">> => #{ip_address => "127.0.0.1"}},
              certfile => "priv/ssl/fake_server.pem",
              ciphers => "TLSv1.2:TLSv1.3",default_policy => allow,
              dns => #{retries => 2,timeout => 10},
              max_retry_delay => 300,
              outgoing =>
                  #{connection_timeout => 10000,
                    ip_versions => [4,6],
                    port => 5299},
              use_starttls => optional}}},
     {{s2s,fed},
      #{listener =>
            #{ip_address => "0",
              ip_tuple => {0,0,0,0},
              ip_version => 4,max_stanza_size => 131072,
              module => ejabberd_s2s_in,port => 5299,proto => tcp,
              shaper => s2s_shaper,
              tls => [{dhfile,"priv/ssl/fake_dh_server.pem"}]},
        opts =>
            #{address =>
                  #{<<"domain.example.com">> => #{ip_address => "127.0.0.1"},
                    <<"localhost">> => #{ip_address => "127.0.0.1"},
                    <<"localhost.bis">> => #{ip_address => "127.0.0.1"},
                    <<"muc.localhost">> => #{ip_address => "127.0.0.1"},
                    <<"pubsub.localhost">> => #{ip_address => "127.0.0.1"}},
              certfile => "priv/ssl/fake_server.pem",
              ciphers => "TLSv1.2:TLSv1.3",default_policy => allow,
              dns => #{retries => 2,timeout => 10},
              max_retry_delay => 300,
              outgoing =>
                  #{connection_timeout => 10000,
                    ip_versions => [4,6],
                    port => 5269},
              use_starttls => optional}}},
     {escalus_user_db,xmpp},
     {watchdog,<0.1708.1>},
     {mim_data_dir,"/home/circleci/project/big_tests/tests/muc_SUITE_data"},
     {preset,"ldap_mnesia"},
     {tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@fbe05ecb9552.2022-03-18_10.50.03/big_tests.tests.muc_SUITE.logs/run.2022-03-18_10.56.51/muc_suite.end_per_group.45826.html"},
     {tc_group_properties,[{name,register_over_s2s},
                           {repeat_until_all_ok,3},
                           parallel]},
     {tc_group_path,[]},
     {data_dir,"/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/muc_SUITE_data/"},
     {priv_dir,"/home/circleci/project/big_tests/ct_report/ct_run.test@fbe05ecb9552.2022-03-18_10.50.03/big_tests.tests.muc_SUITE.logs/run.2022-03-18_10.56.51/log_private/"},
     {{saved_modules,mongooseim@localhost,<<"localhost">>},
      #{mod_adhoc => #{iqdisc => one_queue,report_commands_node => false},
        mod_amp => [],
        mod_bosh =>
            #{backend => mnesia,inactivity => 30,max_pause => 120,
              max_wait => infinity,server_acks => false},
        mod_cache_users =>
            #{number_of_segments => 5,strategy => fifo,time_to_live => 2},
        mod_carboncopy => [],mod_commands => [],
        mod_disco =>
            #{extra_domains => [],iqdisc => one_queue,server_info => [],
              users_can_see_hidden_services => false},
        mod_muc_commands => [],mod_muc_light_commands => [],
        mod_register =>
            [{access,register},
             {ip_access,[{allow,"127.0.0.0/8"},{deny,"0.0.0.0/0"}]},
             {welcome_message,{[],[]}}],
        mod_roster =>
            #{backend => mnesia,iqdisc => one_queue,store_current_id => false,
              versioning => false},
        mod_sic => #{iqdisc => one_queue},
        mod_stream_management =>
            #{ack => true,ack_freq => 1,backend => mnesia,buffer => true,
              buffer_max => 100,resume_timeout => 600,
              stale_h =>
                  #{enabled => false,geriatric => 3600,repeat_after => 1800}},
        mod_vcard =>
            #{backend => ldap,
              host => {prefix,<<"vjud.">>},
              iqdisc => parallel,
              ldap =>
                  #{base => <<"ou=Users,dc=esl,dc=com">>,
                    binary_search_fields => [],deref => never,
                    filter => <<"(objectClass=inetOrgPerson)">>,
                    pool_tag => default,
                    search_fields =>
                        [{<<"User">>,<<"%u">>},
                         {<<"Full Name">>,<<"displayName">>},
                         {<<"Given Name">>,<<"givenName">>},
                         {<<"Middle Name">>,<<"initials">>},
                         {<<"Family Name">>,<<"sn">>},
                         {<<"Nickname">>,<<"%u">>},
                         {<<"Birthday">>,<<"birthDay">>},
                         {<<"Country">>,<<"c">>},
                         {<<"City">>,<<"l">>},
                         {<<"Email">>,<<"mail">>},
                         {<<"Organization Name">>,<<"o">>},
                         {<<"Organization Unit">>,<<"ou">>}],
                    search_operator => 'and',
                    search_reported =>
                        [{<<"Full Name">>,<<"FN">>},
                         {<<"Given Name">>,<<"FIRST">>},
                         {<<"Middle Name">>,<<"MIDDLE">>},
                         {<<"Family Name">>,<<"LAST">>},
                         {<<"Nickname">>,<<"NICK">>},
                         {<<"Birthday">>,<<"BDAY">>},
                         {<<"Country">>,<<"CTRY">>},
                         {<<"City">>,<<"LOCALITY">>},
                         {<<"Email">>,<<"EMAIL">>},
                         {<<"Organization Name">>,<<"ORGNAME">>},
                         {<<"Organization Unit">>,<<"ORGUNIT">>}],
                    uids => [{<<"uid">>,<<"%u">>}],
                    vcard_map =>
                        [{<<"NICKNAME">>,<<"%u">>,[]},
                         {<<"FN">>,<<"%s">>,[<<"displayName">>]},
                         {<<"FAMILY">>,<<"%s">>,[<<"sn">>]},
                         {<<"GIVEN">>,<<"%s">>,[<<"givenName">>]},
                         {<<"MIDDLE">>,<<"%s">>,[<<"initials">>]},
                         {<<"ORGNAME">>,<<"%s">>,[<<"o">>]},
                         {<<"ORGUNIT">>,<<"%s">>,[<<"ou">>]},
                         {<<"CTRY">>,<<"%s">>,[<<"c">>]},
                         {<<"LOCALITY">>,<<"%s">>,[<<"l">>]},
                         {<<"STREET">>,<<"%s">>,[<<"street">>]},
                         {<<"REGION">>,<<"%s">>,[<<"st">>]},
                         {<<"PCODE">>,<<"%s">>,[<<"postalCode">>]},
                         {<<"TITLE">>,<<"%s">>,[<<"title">>]},
                         {<<"URL">>,<<"%s">>,[<<"labeleduri">>]},
                         {<<"DESC">>,<<"%s">>,[<<"description">>]},
                         {<<"TEL">>,<<"%s">>,[<<"telephoneNumber">>]},
                         {<<"EMAIL">>,<<"%s">>,[<<"mail">>]},
                         {<<"BDAY">>,<<"%s">>,[<<"birthDay">>]},
                         {<<"ROLE">>,<<"%s">>,[<<"employeeType">>]},
                         {<<"PHOTO">>,<<"%s">>,[<<"jpegPhoto">>]}]},
              matches => 30,search => true}}},
     {escalus_users,[{alice,[{username,<<"alice">>},
                             {server,<<"fed1">>},
                             {host,<<"localhost">>},
                             {port,5242},
                             {password,<<"makota2">>}]},
                     {bob,[{username,<<"bOb">>},
                           {server,<<"localhost">>},
                           {password,<<"makrolika">>}]},
                     {kate,[{username,<<"kate">>},
                            {server,<<"localhost">>},
                            {password,<<"makrowe;p">>}]}]}]

=== Current directory is "/home/circleci/project/big_tests/ct_report/ct_run.test@fbe05ecb9552.2022-03-18_10.50.03"

=== Started at 2022-03-18 10:57:42


*** User 2022-03-18 10:57:42.250 ***
alice@fed1 out
<stream:stream to='fed1' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-03-18 10:57:42.251 ***
alice@fed1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='f6d4f23cf9ecc55a' from='fed1' version='1.0' xml:lang='en'>

*** User 2022-03-18 10:57:42.251 ***
alice@fed1 in
<stream:features>
	<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>
	<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
		<mechanism>SCRAM-SHA-512</mechanism>
		<mechanism>SCRAM-SHA-384</mechanism>
		<mechanism>SCRAM-SHA-256</mechanism>
		<mechanism>SCRAM-SHA-224</mechanism>
		<mechanism>SCRAM-SHA-1</mechanism>
		<mechanism>PLAIN</mechanism>
	</mechanisms>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2022-03-18 10:57:42.251 ***
alice@fed1 out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGFsaWNlAG1ha290YTI=</auth>



*** User 2022-03-18 10:57:42.253 ***
alice@fed1 in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2022-03-18 10:57:42.253 ***
alice@fed1 out
<stream:stream to='fed1' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-03-18 10:57:42.253 ***
alice@fed1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='95d471b50f07815a' from='fed1' version='1.0' xml:lang='en'>

*** User 2022-03-18 10:57:42.253 ***
alice@fed1 in
<stream:features>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2022-03-18 10:57:42.253 ***
alice@fed1 out
<iq type='set' id='80d9aa941fc4d97e0404ab92f3838aeb'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>escalus-default-resource</resource>
	</bind>
</iq>



*** User 2022-03-18 10:57:42.254 ***
alice@fed1 in
<iq id='80d9aa941fc4d97e0404ab92f3838aeb' type='result'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>alice@fed1/escalus-default-resource</jid>
	</bind>
</iq>



*** User 2022-03-18 10:57:42.254 ***
alice@fed1/escalus-default-resource out
<iq type='set' id='1689784bb65bbdd998dc7e9d666ede7c'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-03-18 10:57:42.254 ***
alice@fed1/escalus-default-resource in
<iq type='result' id='1689784bb65bbdd998dc7e9d666ede7c'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-03-18 10:57:42.254 ***
alice@fed1/escalus-default-resource out
<iq type='set' id='ca29d817ecd02d8551d91191d9194607'>
	<query xmlns='jabber:iq:register'>
		<remove/>
	</query>
</iq>



*** User 2022-03-18 10:57:42.254 ***
alice@fed1/escalus-default-resource in
<iq from='' to='alice@fed1/escalus-default-resource' id='ca29d817ecd02d8551d91191d9194607' type='result'/>



*** User 2022-03-18 10:57:42.254 ***
alice@fed1/escalus-default-resource out
</stream:stream>

*** User 2022-03-18 10:57:42.255 ***
alice@fed1/escalus-default-resource in
</stream:stream>

*** User 2022-03-18 10:57:42.255 ***
bOb@localhost out
<stream:stream to='localhost' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-03-18 10:57:42.255 ***
bOb@localhost in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='b4868bcddab9bc4d' from='localhost' version='1.0' xml:lang='en'>

*** User 2022-03-18 10:57:42.255 ***
bOb@localhost in
<stream:features>
	<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>
	<compression xmlns='http://jabber.org/features/compress'>
		<method>zlib</method>
	</compression>
	<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
		<mechanism>PLAIN</mechanism>
	</mechanisms>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2022-03-18 10:57:42.256 ***
bOb@localhost out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGJPYgBtYWtyb2xpa2E=</auth>



*** User 2022-03-18 10:57:42.257 ***
bOb@localhost in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2022-03-18 10:57:42.257 ***
bOb@localhost out
<stream:stream to='localhost' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-03-18 10:57:42.257 ***
bOb@localhost in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='d5c04cbc30ae4cb4' from='localhost' version='1.0' xml:lang='en'>

*** User 2022-03-18 10:57:42.257 ***
bOb@localhost in
<stream:features>
	<compression xmlns='http://jabber.org/features/compress'>
		<method>zlib</method>
	</compression>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2022-03-18 10:57:42.257 ***
bOb@localhost out
<iq type='set' id='0357fd8736c812865ea098266f85765f'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>escalus-default-resource</resource>
	</bind>
</iq>



*** User 2022-03-18 10:57:42.257 ***
bOb@localhost in
<iq id='0357fd8736c812865ea098266f85765f' type='result'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>bOb@localhost/escalus-default-resource</jid>
	</bind>
</iq>



*** User 2022-03-18 10:57:42.257 ***
bOb@localhost/escalus-default-resource out
<iq type='set' id='34b176608d7de2c71b87c4f611eab3d0'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-03-18 10:57:42.257 ***
bOb@localhost/escalus-default-resource in
<iq type='result' id='34b176608d7de2c71b87c4f611eab3d0'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-03-18 10:57:42.257 ***
bOb@localhost/escalus-default-resource out
<iq type='set' id='219cee421b3a91133521847c9dfbafe7'>
	<query xmlns='jabber:iq:register'>
		<remove/>
	</query>
</iq>



*** User 2022-03-18 10:57:42.258 ***
bOb@localhost/escalus-default-resource in
<iq from='' to='bOb@localhost/escalus-default-resource' id='219cee421b3a91133521847c9dfbafe7' type='result'/>



*** User 2022-03-18 10:57:42.258 ***
bOb@localhost/escalus-default-resource out
</stream:stream>

*** User 2022-03-18 10:57:42.258 ***
bOb@localhost/escalus-default-resource in
</stream:stream>

*** User 2022-03-18 10:57:42.258 ***
kate@localhost out
<stream:stream to='localhost' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-03-18 10:57:42.259 ***
kate@localhost in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='ba8808e9deb8d971' from='localhost' version='1.0' xml:lang='en'>

*** User 2022-03-18 10:57:42.259 ***
kate@localhost in
<stream:features>
	<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>
	<compression xmlns='http://jabber.org/features/compress'>
		<method>zlib</method>
	</compression>
	<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
		<mechanism>PLAIN</mechanism>
	</mechanisms>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2022-03-18 10:57:42.259 ***
kate@localhost out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGthdGUAbWFrcm93ZTtw</auth>



*** User 2022-03-18 10:57:42.260 ***
kate@localhost in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2022-03-18 10:57:42.260 ***
kate@localhost out
<stream:stream to='localhost' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-03-18 10:57:42.260 ***
kate@localhost in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='86cbd54586fe5bcb' from='localhost' version='1.0' xml:lang='en'>

*** User 2022-03-18 10:57:42.260 ***
kate@localhost in
<stream:features>
	<compression xmlns='http://jabber.org/features/compress'>
		<method>zlib</method>
	</compression>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2022-03-18 10:57:42.260 ***
kate@localhost out
<iq type='set' id='f39632d3b5895abf00136d7221032d3f'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>escalus-default-resource</resource>
	</bind>
</iq>



*** User 2022-03-18 10:57:42.260 ***
kate@localhost in
<iq id='f39632d3b5895abf00136d7221032d3f' type='result'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>kate@localhost/escalus-default-resource</jid>
	</bind>
</iq>



*** User 2022-03-18 10:57:42.260 ***
kate@localhost/escalus-default-resource out
<iq type='set' id='9ed010005886b6740f0babe2a56d0d6e'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-03-18 10:57:42.260 ***
kate@localhost/escalus-default-resource in
<iq type='result' id='9ed010005886b6740f0babe2a56d0d6e'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-03-18 10:57:42.260 ***
kate@localhost/escalus-default-resource out
<iq type='set' id='59664653e41304f3b1fff2a0d65dd951'>
	<query xmlns='jabber:iq:register'>
		<remove/>
	</query>
</iq>



*** User 2022-03-18 10:57:42.261 ***
kate@localhost/escalus-default-resource in
<iq from='' to='kate@localhost/escalus-default-resource' id='59664653e41304f3b1fff2a0d65dd951' type='result'/>



*** User 2022-03-18 10:57:42.261 ***
kate@localhost/escalus-default-resource out
</stream:stream>

*** User 2022-03-18 10:57:42.261 ***
kate@localhost/escalus-default-resource in
</stream:stream>

*** User 2022-03-18 10:57:42.261 ***
NewState: #{anonymous_SUITE => #{},
            mod_blocking_SUITE =>
                #{[effect] => {ok,{n_failed,0}},
                  [errors] => {ok,{n_failed,0}},
                  [manage] => {ok,{n_failed,0}},
                  [offline] => {ok,{n_failed,0}},
                  [pushes] => {ok,{n_failed,0}}},
            metrics_api_SUITE => #{},total_failed => 0,
            graphql_muc_light_SUITE => #{},metrics_roster_SUITE => #{},
            graphql_account_SUITE => #{},total_ok => 39,mod_time_SUITE => #{},
            mongoose_sanity_checks_SUITE => #{},
            acc_e2e_SUITE =>
                #{[cache_and_strip] => {ok,{n_failed,0}},
                  [message] => {ok,{n_failed,0}}},
            metrics_session_SUITE => #{},total_eventually_ok_tests => 0,
            mod_event_pusher_http_SUITE =>
                #{[no_prefix] => {ok,{n_failed,0}},
                  [with_prefix] => {ok,{n_failed,0}}},
            mod_version_SUITE => #{},
            last_SUITE =>
                #{[invalid_queries] => {ok,{n_failed,0}},
                  [valid_queries] => {ok,{n_failed,0}}},
            metrics_register_SUITE => #{},
            muc_SUITE =>
                #{[admin] => {ok,{n_failed,0}},
                  [admin_membersonly] => {ok,{n_failed,0}},
                  [disco] => {ok,{n_failed,0}},
                  [disco_rsm] => {ok,{n_failed,0}},
                  [disco_rsm_with_offline] => {ok,{n_failed,0}},
                  [disco_with_mam] => {ok,{n_failed,0}},
                  [hibernation] => {ok,{n_failed,0}},
                  [http_auth] => {ok,{n_failed,0}},
                  [http_auth_no_server] => {ok,{n_failed,0}},
                  [moderator] => {ok,{n_failed,0}},
                  [occupant] => {ok,{n_failed,0}},
                  [owner] => {ok,{n_failed,0}},
                  [owner_no_parallel] => {ok,{n_failed,0}},
                  [register] => {ok,{n_failed,0}},
                  [register_over_s2s] => {ok,{n_failed,0}},
                  [room_management] => {ok,{n_failed,0}},
                  [room_registration_race_condition] => {ok,{n_failed,0}}},
            accounts_SUITE => #{},metrics_c2s_SUITE => #{},
            component_SUITE =>
                #{[distributed] => {ok,{n_failed,0}},
                  [hidden_components] => {ok,{n_failed,0}},
                  [subdomain] => {ok,{n_failed,0}},
                  [xep0114_tcp] => {ok,{n_failed,0}},
                  [xep0114_ws] => {ok,{n_failed,0}}},
            connect_SUITE =>
                #{[fast_tls] => {ok,{n_failed,0}},
                  [fast_tls,c2s_noproc] => {ok,{n_failed,0}},
                  [fast_tls,feature_order] => {ok,{n_failed,0}},
                  [fast_tls,starttls] => {ok,{n_failed,0}},
                  [fast_tls,tls] => {ok,{n_failed,0}},
                  [incorrect_behaviors] => {ok,{n_failed,0}},
                  [just_tls] => {ok,{n_failed,0}},
                  [just_tls,c2s_noproc] => {ok,{n_failed,0}},
                  [just_tls,feature_order] => {ok,{n_failed,0}},
                  [just_tls,starttls] => {ok,{n_failed,0}},
                  [just_tls,tls] => {ok,{n_failed,0}},
                  [proxy_protocol] => {ok,{n_failed,0}},
                  [security] => {ok,{n_failed,0}},
                  [session_replacement] => {ok,{n_failed,0}}},
            mongoose_cassandra_SUITE => #{},mod_global_distrib_SUITE => #{},
            mod_event_pusher_rabbit_SUITE => #{},graphql_stanza_SUITE => #{},
            extdisco_SUITE => #{},
            mod_aws_sns_SUITE =>
                #{[message_publish] => {ok,{n_failed,0}},
                  [presence_status_publish] => {ok,{n_failed,0}}},
            mod_http_upload_SUITE => #{},current_suite => muc_SUITE,
            mam_proper_SUITE => #{},adhoc_SUITE => #{},bosh_SUITE => #{},
            disco_and_caps_SUITE =>
                #{[disco_with_caps] => {ok,{n_failed,0}},
                  [disco_with_extra_features] => {ok,{n_failed,0}}},
            graphql_session_SUITE => #{},
            carboncopy_SUITE => #{[all] => {ok,{n_failed,0}}},
            mongoose_elasticsearch_SUITE => #{},gdpr_SUITE => #{},
            graphql_roster_SUITE => #{},graphql_domain_SUITE => #{},
            jingle_SUITE => #{[all] => {ok,{n_failed,0}}},
            cluster_commands_SUITE => #{},login_SUITE => #{},
            graphql_SUITE => #{},amp_big_SUITE => #{},
            mod_ping_SUITE =>
                #{[client_ping] => {ok,{n_failed,0}},
                  [server_ping] => {ok,{n_failed,0}},
                  [server_ping_kill] => {ok,{n_failed,0}}},
            mongooseimctl_SUITE => #{}}



=== Ended at 2022-03-18 10:57:42
=== successfully completed test case
=== === Returned value: [{ok,result,
                         {xmlel,<<"iq">>,
                                [{<<"from">>,<<>>},
                                 {<<"to">>,
                                  <<"alice@fed1/escalus-default-resource">>},
                                 {<<"id">>,
                                  <<"ca29d817ecd02d8551d91191d9194607">>},
                                 {<<"type">>,<<"result">>}],
                                []}},
                     {ok,result,
                         {xmlel,<<"iq">>,
                                [{<<"from">>,<<>>},
                                 {<<"to">>,
                                  <<"bOb@localhost/escalus-default-resource">>},
                                 {<<"id">>,
                                  <<"219cee421b3a91133521847c9dfbafe7">>},
                                 {<<"type">>,<<"result">>}],
                                []}},
                     {ok,result,
                         {xmlel,<<"iq">>,
                                [{<<"from">>,<<>>},
                                 {<<"to">>,
                                  <<"kate@localhost/escalus-default-resource">>},
                                 {<<"id">>,
                                  <<"59664653e41304f3b1fff2a0d65dd951">>},
                                 {<<"type">>,<<"result">>}],
                                []}}]
=== 
=== Total execution time of group: 0.352s

=== 
*** Stopping repeat operation {repeat_until_all_ok,3}


Test run history | Top level test index | Latest test result