summaryrefslogtreecommitdiff
path: root/tests/end_to_end/__main__.py
AgeCommit message (Collapse)Author
2017-05-05Add an execute_incomplete_hello_adhoc_command e2e testlouiz’
2017-04-21Group simultaneous JOINs into a single command, to avoid floodinglouiz’
We still split the JOINs with a key and the ones without
2017-04-20Remove the e2e test for the linger_timelouiz’
2017-04-20Revert "Add a linger_time configuration option on IRC servers"louiz’
This reverts commit 5d801ddcd025f68d2ec91edf0462091a32c779c1.
2017-04-20Fix the tests to take into account the new “your are exempt bla” linelouiz’
2017-04-19Make sure the channel is joined before trying to leave itlouiz’
fix #3243
2017-04-19Merge branch 'mam_default_limit' into 'master' louiz
Limit of 100 MAM messages, if no other limit has been set by the client Closes #3256 See merge request !9
2017-04-20Fix wrong JID computing when sending iq ping or version in fixed modelouiz’
fix #3259
2017-04-19Add an e2e test for the mam default limitlouiz’
We send 150 messages, then retrieve the archive. We should receive messages from 50 to 149 only.
2017-04-19Remove the flood limit in our e2e charybdis configurationlouiz’
2017-04-12Handle the RSM "max" value in the MAM requestslouiz’
fix #3255
2017-04-10Add an e2e test for the ad-hoc reload commandlouiz’
2017-04-09Properly handle multiline topicslouiz’
fix #3254
2017-04-07Add an e2e test for the ad-hoc pinglouiz’
2017-04-07Fix the display of the number of checks to be run by the e2e testslouiz’
2017-04-04Do not allow pings from resources that aren’t in the channellouiz’
fix #3252
2017-04-04Handle some iq of type='error' as valid ping responselouiz’
fix #3251
2017-03-30Add the archive ID to messages when they are sent to userslouiz’
This makes us compatible with mam 6.0 fix #3249
2017-03-29Respond to disco#info on MUC JIDslouiz’
Otherwise, some client won’t do MAM, since they don’t know biboumi supports it.
2017-03-29Change mam namespace to mam:2, instead of mam:1louiz’
2017-03-28e2e: Display the correct number of tests that will runlouiz’
2017-03-07e2e: Make the tests work without udns toolouiz’
2017-03-04Fix the order of from and to address in muc traffic info replylouiz’
And add a test for it. fix #3238
2017-02-28e2e: Add an outgoing_bind= conf optionlouiz’
2017-02-28Add a test for the ad-hoc command disconnect-from-irc-serverlouiz’
2017-02-28Also test the channel config on a fixed_irc_server instancelouiz’
2017-02-28Add a irc channel ad-hoc configure testlouiz’
2017-02-13Add a e2e test for the previous 2 commitslouiz’
ref #3231
2017-02-12e2e: add tests for the linger time optionlouiz’
2017-01-22Add a linger_time configuration option on IRC serverslouiz’
2016-12-18Send iq error/result when the user changed a MODE command with an iqlouiz’
And add tests for all the mode changes
2016-12-14Test the TLS connectionlouiz’
2016-12-14e2e: test connection failurelouiz’
2016-12-13Send a presence error from the room, when receiving command ERR_BADCHANNELKEYlouiz’
fix #2886
2016-12-12Auto accept presence subscriptionlouiz’
2016-12-11Do not change the nick when joining a second room with a different nicklouiz’
As the doc says, the nick changes must be explicit in an already joined room, and not when joining a room.
2016-12-09e2e: remove the log_message step, because it causes race conditionslouiz’
After printing the message, it calls “call_soon(run_scenario)”, and sometimes, if a stanza handler has already been queued, then that handler will be called BEFORE the “run_scenario” function could be run, and so no stanza_checker had the possibility to be set.
2016-12-08e2e: Accept even more unordered things in the connection sequencelouiz’
2016-11-16e2e tests that the IRC server received an ident responselouiz’
2016-11-07Test the error on joining invalid roomlouiz’
2016-11-07Add get-irc-connection-info adhoc commandlouiz’
fix #3171
2016-11-03Test the global and IRC server configure commandslouiz’
2016-11-02Fix the presences sent, when multiple resources join the virtual channellouiz’
fix #3216
2016-10-31Actually run all the e2e scenario if nothing is specifiedlouiz’
2016-10-31Test successful invite of an other userlouiz’
2016-10-31Use ensure_future if available, otherwise use asyncio.asynclouiz’
2016-10-31Test self discolouiz’
2016-10-31e2e: add the possibility to launch a specific list of scenarios onlylouiz’
2016-10-31Test raw messageslouiz’
2016-10-24Correctly handle the nick change inside the virtual channellouiz’