=== Test case: rest_SUITE:user_can_be_registered_and_removed/1 (click for source code)

=== Config value:

    [{watchdog,<0.19388.1>},
     {{ejabberd_cwd,mongooseim@localhost},
      "/home/circleci/project/_build/mim1/rel/mongooseim"},
     {mam_backend,riak},
     {archive_wait,2500},
     {mim_data_dir,"/home/circleci/project/big_tests/tests/rest_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.rest_SUITE.logs/run.2022-04-05_07.56.46/rest_suite.user_can_be_registered_and_removed.82818.html"},
     {tc_group_properties,[{name,admin},parallel]},
     {tc_group_path,[]},
     {data_dir,"/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/rest_SUITE_data/"},
     {priv_dir,"/home/circleci/project/big_tests/ct_report/ct_run.test@22b4515d438b.2022-04-05_07.43.19/big_tests.tests.rest_SUITE.logs/run.2022-04-05_07.56.46/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 => riak,iqdisc => one_queue,
              riak =>
                  #{bucket_type => <<"rosters">>,
                    version_bucket_type => <<"roster_versions">>},
              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 => riak,
              host => {prefix,<<"vjud.">>},
              iqdisc => parallel,matches => 30,
              riak =>
                  #{bucket_type => <<"vcard">>,search_index => <<"vcard">>},
              search => true}}},
     {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:56:46


*** CT 2022-04-05 07:56:46.712 *** View log from node mongooseim@localhost when started mongooseim@localhost_4952.html
*** CT 2022-04-05 07:56:46.712 *** View log from node ejabberd2@localhost when started ejabberd2@localhost_2005.html

*** User 2022-04-05 07:56:46.759 ***
REST request:
Code: 200
Req: {<0.19542.1>,<<"/api/users/localhost">>,<<"GET">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"a941d2efe7353a56">>}],
      <<>>}
Result: {{<<"200">>,<<"OK">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Tue, 05 Apr 2022 07:56:46 GMT">>},
          {<<"content-type">>,<<"application/json">>},
          {<<"content-length">>,<<"433">>}],
         <<"[\"alice@localhost\",\"alice_disco_features_1184@localhost\",\"alice_disco_features_with_mam_1185@localhost\",\"alice_disco_info_1186@localhost\",\"alice_disco_info_with_mam_1187@localhost\",\"alice_disco_service_1183@localhost\",\"alice_messages_are_archived_1590@localhost\",\"alice_messages_are_sent_and_received_1586@localhost\",\"alice_messages_error_handling_1588@localhost\",\"alice_stanzas_are_sent_and_received_1587@localhost\",\"bob@localhost\"]">>,
         558,13156}
Params: #{body => <<>>,method => <<"GET">>,path => <<"/api/users/localhost">>,
          return_headers => true,role => admin,
          server => #{node => mongooseim@localhost}}


*** User 2022-04-05 07:56:46.779 ***
REST request:
Code: 201
Req: {<0.19571.1>,<<"/api/users/localhost">>,<<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"13e47e55fc06337d">>}],
      <<"{\"username\":\"mike\",\"password\":\"nicniema\"}">>}
Result: {{<<"201">>,<<"Created">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"location">>,
           <<"http://localhost:8088/api/users/localhost/User mike@localhost successfully registered">>},
          {<<"date">>,<<"Tue, 05 Apr 2022 07:56:46 GMT">>},
          {<<"content-type">>,<<"application/json">>},
          {<<"content-length">>,<<"43">>}],
         <<"User mike@localhost successfully registered">>,269,17541}
Params: #{body => <<"{\"username\":\"mike\",\"password\":\"nicniema\"}">>,
          method => <<"POST">>,path => <<"/api/users/localhost">>,
          return_headers => true,role => admin,
          server => #{node => mongooseim@localhost}}


*** User 2022-04-05 07:56:46.790 ***
REST request:
Code: 200
Req: {<0.19578.1>,<<"/api/users/localhost">>,<<"GET">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"1b6150e37f547c82">>}],
      <<>>}
Result: {{<<"200">>,<<"OK">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Tue, 05 Apr 2022 07:56:46 GMT">>},
          {<<"content-type">>,<<"application/json">>},
          {<<"content-length">>,<<"739">>}],
         <<"[\"alice@localhost\",\"alice_disco_features_1184@localhost\",\"alice_disco_features_with_mam_1185@localhost\",\"alice_disco_info_1186@localhost\",\"alice_disco_info_with_mam_1187@localhost\",\"alice_disco_service_1183@localhost\",\"alice_messages_are_archived_1590@localhost\",\"alice_messages_are_sent_and_received_1586@localhost\",\"alice_messages_can_be_paginated_1591@localhost\",\"alice_messages_error_handling_1588@localhost\",\"alice_session_can_be_kicked_1589@localhost\",\"alice_stanzas_are_sent_and_received_1587@localhost\",\"bob@localhost\",\"bob_messages_are_sent_and_received_1586@localhost\",\"bob_messages_can_be_paginated_1591@localhost\",\"bob_messages_error_handling_1588@localhost\",\"bob_stanzas_are_sent_and_received_1587@localhost\",\"mike@localhost\"]">>,
         864,7174}
Params: #{body => <<>>,method => <<"GET">>,path => <<"/api/users/localhost">>,
          return_headers => true,role => admin,
          server => #{node => mongooseim@localhost}}


*** User 2022-04-05 07:56:46.802 ***
REST request fails:
Code: 403
Req: {<0.19584.1>,<<"/api/users/localhost">>,<<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"c76e17fc3fc1c062">>}],
      <<"{\"username\":\"mike\",\"password\":\"nicniema\"}">>}
Result: {{<<"403">>,<<"Forbidden">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Tue, 05 Apr 2022 07:56:46 GMT">>},
          {<<"content-type">>,<<"application/json">>},
          {<<"content-length">>,<<"67">>}],
         <<"User mike@localhost already registered at node mongooseim@localhost">>,
         198,9999}
Params: #{body => <<"{\"username\":\"mike\",\"password\":\"nicniema\"}">>,
          method => <<"POST">>,path => <<"/api/users/localhost">>,
          return_headers => true,role => admin,
          server => #{node => mongooseim@localhost}}


*** User 2022-04-05 07:56:46.897 ***
REST request:
Code: 204
Req: {<0.19596.1>,<<"/api/users/localhost/mike">>,<<"DELETE">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"7cbcf74224c72771">>}],
      <<>>}
Result: {{<<"204">>,<<"No Content">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Tue, 05 Apr 2022 07:56:46 GMT">>},
          {<<"content-type">>,<<"application/json">>}],
         <<>>,112,37348}
Params: #{body => <<>>,method => <<"DELETE">>,
          path => <<"/api/users/localhost/mike">>,return_headers => true,
          role => admin,
          server => #{node => mongooseim@localhost}}


*** User 2022-04-05 07:56:46.966 ***
REST request:
Code: 200
Req: {<0.19627.1>,<<"/api/users/localhost">>,<<"GET">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"37bb99eec681367d">>}],
      <<>>}
Result: {{<<"200">>,<<"OK">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Tue, 05 Apr 2022 07:56:46 GMT">>},
          {<<"content-type">>,<<"application/json">>},
          {<<"content-length">>,<<"765">>}],
         <<"[\"alice@localhost\",\"alice_disco_features_1184@localhost\",\"alice_disco_features_with_mam_1185@localhost\",\"alice_disco_info_1186@localhost\",\"alice_disco_info_with_mam_1187@localhost\",\"alice_disco_service_1183@localhost\",\"alice_messages_are_archived_1590@localhost\",\"alice_messages_are_sent_and_received_1586@localhost\",\"alice_messages_can_be_paginated_1591@localhost\",\"alice_messages_error_handling_1588@localhost\",\"alice_session_can_be_kicked_1589@localhost\",\"alice_stanzas_are_sent_and_received_1587@localhost\",\"bob@localhost\",\"bob_messages_are_archived_1590@localhost\",\"bob_messages_are_sent_and_received_1586@localhost\",\"bob_messages_can_be_paginated_1591@localhost\",\"bob_messages_error_handling_1588@localhost\",\"bob_stanzas_are_sent_and_received_1587@localhost\"]">>,
         890,66722}
Params: #{body => <<>>,method => <<"GET">>,path => <<"/api/users/localhost">>,
          return_headers => true,role => admin,
          server => #{node => mongooseim@localhost}}


*** User 2022-04-05 07:56:46.973 ***
REST request fails:
Code: 400
Req: {<0.19639.1>,<<"/api/users/localhost">>,<<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"a2b12be42147da22">>}],
      <<"{\"username\":\"m@ke\",\"password\":\"nicniema\"}">>}
Result: {{<<"400">>,<<"Bad Request">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Tue, 05 Apr 2022 07:56:46 GMT">>},
          {<<"content-type">>,<<"application/json">>},
          {<<"content-length">>,<<"26">>}],
         <<"Invalid JID m@ke@localhost">>,159,1617}
Params: #{body => <<"{\"username\":\"m@ke\",\"password\":\"nicniema\"}">>,
          method => <<"POST">>,path => <<"/api/users/localhost">>,
          return_headers => true,role => admin,
          server => #{node => mongooseim@localhost}}


*** User 2022-04-05 07:56:46.978 ***
REST request fails:
Code: 400
Req: {<0.19641.1>,<<"/api/users/localhost/@mike">>,<<"DELETE">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"e090e534cb499d15">>}],
      <<>>}
Result: {{<<"400">>,<<"Bad Request">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Tue, 05 Apr 2022 07:56:46 GMT">>},
          {<<"content-type">>,<<"application/json">>},
          {<<"content-length">>,<<"11">>}],
         <<"Invalid JID">>,144,1018}
Params: #{body => <<>>,method => <<"DELETE">>,
          path => <<"/api/users/localhost/@mike">>,return_headers => true,
          role => admin,
          server => #{node => mongooseim@localhost}}

*** CT 2022-04-05 07:56:46.980 *** View log from node ejabberd2@localhost when finished ejabberd2@localhost_2005.html
*** CT 2022-04-05 07:56:46.981 *** View log from node mongooseim@localhost when finished mongooseim@localhost_4952.html



=== Ended at 2022-04-05 07:56:46
=== successfully completed test case
=== === Returned value: ok