=== Test case: vcard_simple_SUITE:update_other_card/1 (click for source code)

=== Config value:

    [{watchdog,<0.6147.2>},
     {mod_vcard_opts,#{backend => mnesia,
                       host => {prefix,<<"vjud.">>},
                       iqdisc => parallel,ldap_binary_search_fields => [],
                       ldap_pool_tag => default,
                       ldap_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">>}],
                       ldap_search_operator => 'and',
                       ldap_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">>}],
                       ldap_uids => [{<<"uid">>,<<"%u">>}],
                       ldap_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}},
     {mim_data_dir,"/home/circleci/project/big_tests/tests/vcard_simple_SUITE_data"},
     {preset,"pgsql_mnesia"},
     {tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@333794cb5a72.2022-03-07_15.57.24/big_tests.tests.vcard_simple_SUITE.logs/run.2022-03-07_16.06.55/vcard_simple_suite.update_other_card.html"},
     {tc_group_properties,[{name,all},{repeat_until_all_ok,3},sequence]},
     {tc_group_path,[]},
     {data_dir,"/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/vcard_simple_SUITE_data/"},
     {priv_dir,"/home/circleci/project/big_tests/ct_report/ct_run.test@333794cb5a72.2022-03-07_15.57.24/big_tests.tests.vcard_simple_SUITE.logs/run.2022-03-07_16.06.55/log_private/"},
     {{saved_modules,mongooseim@localhost,<<"test type">>},
      #{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},{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 => [{host,{prefix,<<"muclight2.">>}},{backend,rdbms}],
        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 => rdbms,iqdisc => one_queue,store_current_id => false,
              versioning => false},
        mod_sic => #{iqdisc => one_queue},
        mod_smart_markers => [{backend,rdbms}],
        mod_stream_management => [],
        mod_vcard =>
            #{backend => rdbms,
              host => {prefix,<<"vjud.">>},
              iqdisc => parallel,ldap_binary_search_fields => [],
              ldap_pool_tag => default,
              ldap_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">>}],
              ldap_search_operator => 'and',
              ldap_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">>}],
              ldap_uids => [{<<"uid">>,<<"%u">>}],
              ldap_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,<<"domain.example.com">>},
                             {host,<<"localhost">>},
                             {password,<<"matygrysa">>}]},
                     {bob,[{username,<<"bOb">>},
                           {server,<<"domain.example.com">>},
                           {host,<<"localhost">>},
                           {password,<<"makrolika">>}]}]}]

=== Current directory is "/home/circleci/project/big_tests/ct_report/ct_run.test@333794cb5a72.2022-03-07_15.57.24"

=== Started at 2022-03-07 16:06:56


*** CT 2022-03-07 16:06:56.033 *** View log from node mongooseim@localhost when started mongooseim@localhost_2080.html
*** CT 2022-03-07 16:06:56.033 *** View log from node ejabberd2@localhost when started ejabberd2@localhost_584.html

*** User 2022-03-07 16:06:56.035 ***
alicE@domain.example.com/res1 out
<stream:stream to='domain.example.com' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-03-07 16:06:56.036 ***
alicE@domain.example.com/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='39e44902a7ed6bf6' from='domain.example.com' version='1.0' xml:lang='en'>

*** User 2022-03-07 16:06:56.036 ***
alicE@domain.example.com/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-03-07 16:06:56.036 ***
alicE@domain.example.com/res1 out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGFsaWNFAG1hdHlncnlzYQ==</auth>



*** User 2022-03-07 16:06:56.037 ***
alicE@domain.example.com/res1 in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2022-03-07 16:06:56.037 ***
alicE@domain.example.com/res1 out
<stream:stream to='domain.example.com' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-03-07 16:06:56.037 ***
alicE@domain.example.com/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='e67b2e21d50205f5' from='domain.example.com' version='1.0' xml:lang='en'>

*** User 2022-03-07 16:06:56.038 ***
alicE@domain.example.com/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-03-07 16:06:56.038 ***
alicE@domain.example.com/res1 out
<iq type='set' id='2559010e562d3259a62c0aed0084cb70'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>res1</resource>
	</bind>
</iq>



*** User 2022-03-07 16:06:56.038 ***
alicE@domain.example.com/res1 in
<iq id='2559010e562d3259a62c0aed0084cb70' type='result'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>alicE@domain.example.com/res1</jid>
	</bind>
</iq>



*** User 2022-03-07 16:06:56.038 ***
alicE@domain.example.com/res1 out
<iq type='set' id='931834e1500238e0f7d98e252127cbc2'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-03-07 16:06:56.038 ***
alicE@domain.example.com/res1 in
<iq type='result' id='931834e1500238e0f7d98e252127cbc2'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-03-07 16:06:56.039 ***
alicE@domain.example.com/res1 out
<presence/>



*** User 2022-03-07 16:06:56.040 ***
alicE@domain.example.com/res1 in
<presence from='alicE@domain.example.com/res1' to='alice@domain.example.com/res1' xml:lang='en'/>



*** User 2022-03-07 16:06:56.040 ***
bOb@domain.example.com/res1 out
<stream:stream to='domain.example.com' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-03-07 16:06:56.041 ***
bOb@domain.example.com/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='a0597457690666b2' from='domain.example.com' version='1.0' xml:lang='en'>

*** User 2022-03-07 16:06:56.041 ***
bOb@domain.example.com/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-03-07 16:06:56.041 ***
bOb@domain.example.com/res1 out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGJPYgBtYWtyb2xpa2E=</auth>



*** User 2022-03-07 16:06:56.042 ***
bOb@domain.example.com/res1 in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2022-03-07 16:06:56.042 ***
bOb@domain.example.com/res1 out
<stream:stream to='domain.example.com' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-03-07 16:06:56.042 ***
bOb@domain.example.com/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='a2c94d38e03b2ebd' from='domain.example.com' version='1.0' xml:lang='en'>

*** User 2022-03-07 16:06:56.042 ***
bOb@domain.example.com/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-03-07 16:06:56.043 ***
bOb@domain.example.com/res1 out
<iq type='set' id='f7b147e352f5d5c31948a92eced1d80e'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>res1</resource>
	</bind>
</iq>



*** User 2022-03-07 16:06:56.043 ***
bOb@domain.example.com/res1 in
<iq id='f7b147e352f5d5c31948a92eced1d80e' type='result'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>bOb@domain.example.com/res1</jid>
	</bind>
</iq>



*** User 2022-03-07 16:06:56.043 ***
bOb@domain.example.com/res1 out
<iq type='set' id='6c1e73e27cee14c0ff5da8a9476dc2b2'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-03-07 16:06:56.043 ***
bOb@domain.example.com/res1 in
<iq type='result' id='6c1e73e27cee14c0ff5da8a9476dc2b2'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-03-07 16:06:56.043 ***
bOb@domain.example.com/res1 out
<presence/>



*** User 2022-03-07 16:06:56.044 ***
bOb@domain.example.com/res1 in
<presence from='bOb@domain.example.com/res1' to='bob@domain.example.com/res1' xml:lang='en'/>



*** User 2022-03-07 16:06:56.044 ***
bOb@domain.example.com/res1 out
<iq to='alicE@domain.example.com' type='set' id='7b4e8cd905c72e54cbbed0833da67809'>
	<vCard xmlns='vcard-temp'>
		<FN>New name</FN>
	</vCard>
</iq>



*** User 2022-03-07 16:06:56.046 ***
bOb@domain.example.com/res1 in
<iq from='alicE@domain.example.com' to='bOb@domain.example.com/res1' id='7b4e8cd905c72e54cbbed0833da67809' type='error'>
	<vCard xmlns='vcard-temp'>
		<FN>New name</FN>
	</vCard>
	<error code='405' type='cancel'>
		<not-allowed xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
	</error>
</iq>



*** User 2022-03-07 16:06:56.046 ***
alicE@domain.example.com/res1 out
<iq type='get' id='da2972b9e9cfc814cee849ddb63b1c77'>
	<vCard xmlns='vcard-temp'/>
</iq>



*** User 2022-03-07 16:06:56.047 ***
alicE@domain.example.com/res1 in
<iq from='alicE@domain.example.com' to='alicE@domain.example.com/res1' id='da2972b9e9cfc814cee849ddb63b1c77' type='result'>
	<vCard xmlns='vcard-temp'>
		<FN>Old Name</FN>
	</vCard>
</iq>



*** User 2022-03-07 16:06:56.047 ***
bOb@domain.example.com/res1 out
</stream:stream>

*** User 2022-03-07 16:06:56.047 ***
bOb@domain.example.com/res1 in
</stream:stream>

*** User 2022-03-07 16:06:56.047 ***
alicE@domain.example.com/res1 out
</stream:stream>

*** User 2022-03-07 16:06:56.047 ***
alicE@domain.example.com/res1 in
</stream:stream>
*** CT 2022-03-07 16:06:56.050 *** View log from node ejabberd2@localhost when finished ejabberd2@localhost_584.html
*** CT 2022-03-07 16:06:56.050 *** View log from node mongooseim@localhost when finished mongooseim@localhost_2080.html



=== Ended at 2022-03-07 16:06:56
=== successfully completed test case
=== === Returned value: ok


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