=== Test case: component_SUITE:register_two_components/1 (click for source code)

=== Config value:

    [{component1,[{transport,escalus_ws},
                  {wspath,<<"/ws-xmpp">>},
                  {wslegacy,true},
                  {server,<<"localhost">>},
                  {host,<<"localhost">>},
                  {password,<<"secret">>},
                  {port,5280},
                  {component,<<"test_service">>}]},
     {component2,[{transport,escalus_ws},
                  {wspath,<<"/ws-xmpp">>},
                  {wslegacy,true},
                  {server,<<"localhost">>},
                  {host,<<"localhost">>},
                  {password,<<"secret">>},
                  {port,5280},
                  {component,<<"another_service">>}]},
     {vjud_component,[{transport,escalus_ws},
                      {wspath,<<"/ws-xmpp">>},
                      {wslegacy,true},
                      {server,<<"localhost">>},
                      {host,<<"localhost">>},
                      {password,<<"secret">>},
                      {port,5280},
                      {component,<<"vjud">>}]},
     {watchdog,<0.10661.0>},
     {{ejabberd_cwd,mongooseim@localhost},
      "/home/circleci/project/_build/mim1/rel/mongooseim"},
     {mim_data_dir,"/home/circleci/project/big_tests/tests/component_SUITE_data"},
     {preset,"riak_mnesia"},
     {tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@22b4515d438b.2022-04-05_07.43.19/big_tests.tests.component_SUITE.logs/run.2022-04-05_07.45.03/component_suite.register_two_components.18818.html"},
     {tc_group_properties,[{name,xep0114_ws},{repeat_until_all_ok,3}]},
     {tc_group_path,[]},
     {data_dir,"/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/component_SUITE_data/"},
     {priv_dir,"/home/circleci/project/big_tests/ct_report/ct_run.test@22b4515d438b.2022-04-05_07.43.19/big_tests.tests.component_SUITE.logs/run.2022-04-05_07.45.03/log_private/"},
     {escalus_users,[{alice,[{username,<<"alicE">>},
                             {server,<<"localhost">>},
                             {password,<<"matygrysa">>}]},
                     {bob,[{username,<<"bOb">>},
                           {server,<<"localhost">>},
                           {password,<<"makrolika">>}]}]}]

=== Current directory is "/home/circleci/project/big_tests/ct_report/ct_run.test@22b4515d438b.2022-04-05_07.43.19"

=== Started at 2022-04-05 07:45:04


*** CT 2022-04-05 07:45:04.969 *** View log from node mongooseim@localhost when started mongooseim@localhost_182.html
*** CT 2022-04-05 07:45:04.971 *** View log from node ejabberd2@localhost when started ejabberd2@localhost_367.html

*** User 2022-04-05 07:45:04.974 ***
alicE@localhost/res1 out
<stream:stream to='localhost' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-04-05 07:45:04.975 ***
alicE@localhost/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='7d87632d377ac5c7' from='localhost' version='1.0' xml:lang='en'>

*** User 2022-04-05 07:45:04.975 ***
alicE@localhost/res1 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>SCRAM-SHA-256</mechanism>
		<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-04-05 07:45:04.975 ***
alicE@localhost/res1 out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGFsaWNFAG1hdHlncnlzYQ==</auth>



*** User 2022-04-05 07:45:04.977 ***
alicE@localhost/res1 in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2022-04-05 07:45:04.977 ***
alicE@localhost/res1 out
<stream:stream to='localhost' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-04-05 07:45:04.977 ***
alicE@localhost/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='9a5ef2f0130b8a7d' from='localhost' version='1.0' xml:lang='en'>

*** User 2022-04-05 07:45:04.978 ***
alicE@localhost/res1 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-04-05 07:45:04.978 ***
alicE@localhost/res1 out
<iq type='set' id='0bbee4b1ed3bc11e1d8b5418b99968fb'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>res1</resource>
	</bind>
</iq>



*** User 2022-04-05 07:45:04.978 ***
alicE@localhost/res1 in
<iq id='0bbee4b1ed3bc11e1d8b5418b99968fb' type='result'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>alicE@localhost/res1</jid>
	</bind>
</iq>



*** User 2022-04-05 07:45:04.978 ***
alicE@localhost/res1 out
<iq type='set' id='77266c67a4f88f751d2c69f288d146f2'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-04-05 07:45:04.978 ***
alicE@localhost/res1 in
<iq type='result' id='77266c67a4f88f751d2c69f288d146f2'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-04-05 07:45:04.979 ***
alicE@localhost/res1 out
<presence/>



*** User 2022-04-05 07:45:04.980 ***
alicE@localhost/res1 in
<presence from='alicE@localhost/res1' to='alice@localhost/res1' xml:lang='en'/>



*** User 2022-04-05 07:45:04.981 ***
bOb@localhost/res1 out
<stream:stream to='localhost' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-04-05 07:45:04.982 ***
bOb@localhost/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='e2f2353cc6f4df91' from='localhost' version='1.0' xml:lang='en'>

*** User 2022-04-05 07:45:04.982 ***
bOb@localhost/res1 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>SCRAM-SHA-256</mechanism>
		<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-04-05 07:45:04.982 ***
bOb@localhost/res1 out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGJPYgBtYWtyb2xpa2E=</auth>



*** User 2022-04-05 07:45:04.984 ***
bOb@localhost/res1 in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2022-04-05 07:45:04.985 ***
bOb@localhost/res1 out
<stream:stream to='localhost' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-04-05 07:45:04.985 ***
bOb@localhost/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='705842d4e4eb5064' from='localhost' version='1.0' xml:lang='en'>

*** User 2022-04-05 07:45:04.985 ***
bOb@localhost/res1 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-04-05 07:45:04.985 ***
bOb@localhost/res1 out
<iq type='set' id='40ff0632c1eb693e8a11126def8fed68'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>res1</resource>
	</bind>
</iq>



*** User 2022-04-05 07:45:04.986 ***
bOb@localhost/res1 in
<iq id='40ff0632c1eb693e8a11126def8fed68' type='result'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>bOb@localhost/res1</jid>
	</bind>
</iq>



*** User 2022-04-05 07:45:04.986 ***
bOb@localhost/res1 out
<iq type='set' id='299d889ccacbb7594a4cbe9a51c4ef65'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-04-05 07:45:04.986 ***
bOb@localhost/res1 in
<iq type='result' id='299d889ccacbb7594a4cbe9a51c4ef65'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-04-05 07:45:04.986 ***
bOb@localhost/res1 out
<presence/>



*** User 2022-04-05 07:45:04.988 ***
bOb@localhost/res1 in
<presence from='bOb@localhost/res1' to='bob@localhost/res1' xml:lang='en'/>



*** User 2022-04-05 07:45:04.989 ***
alicE@localhost/res1 in
<message from='test_service.localhost' to='alicE@localhost/res1' type='chat'>
	<body>abc</body>
</message>



*** User 2022-04-05 07:45:04.989 ***
bOb@localhost/res1 in
<message from='another_service.localhost' to='bOb@localhost/res1' type='chat'>
	<body>def</body>
</message>



*** User 2022-04-05 07:45:04.989 ***
bOb@localhost/res1 out
<message to='another_service.localhost' type='chat'>
	<body>ghi</body>
</message>



*** User 2022-04-05 07:45:04.990 ***
alicE@localhost/res1 out
<message to='test_service.localhost' type='chat'>
	<body>jkl</body>
</message>



*** User 2022-04-05 07:45:04.990 ***
bOb@localhost/res1 out
</stream:stream>

*** User 2022-04-05 07:45:04.990 ***
bOb@localhost/res1 in
</stream:stream>

*** User 2022-04-05 07:45:04.990 ***
alicE@localhost/res1 out
</stream:stream>

*** User 2022-04-05 07:45:04.991 ***
alicE@localhost/res1 in
</stream:stream>
*** CT 2022-04-05 07:45:05.195 *** View log from node ejabberd2@localhost when finished ejabberd2@localhost_367.html
*** CT 2022-04-05 07:45:05.195 *** View log from node mongooseim@localhost when finished mongooseim@localhost_182.html



=== Ended at 2022-04-05 07:45:05
=== successfully completed test case
=== === Returned value: {ok,true}


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