Skip to content
Snippets Groups Projects
Commit 1b0904d4 authored by Bernardo Cardoso's avatar Bernardo Cardoso
Browse files

Fix format from last commit

parent 3d523479
No related branches found
No related tags found
No related merge requests found
...@@ -14,18 +14,18 @@ structure is as follows: ...@@ -14,18 +14,18 @@ structure is as follows:
Then, the following tests are performed: Then, the following tests are performed:
* 2 Clients (9 and 18) register with the system and UDB by Email * 2 Clients (9 and 18) register with the system and UDB by Email
** These users look each other up on UDB * These users look each other up on UDB
** Test is successful if the first line of gold output file matches * Test is successful if the first line of gold output file matches
* The same 2 clients exchange E2E encrypted messages for 65s at a rate of 0.1msg/s * The same 2 clients exchange E2E encrypted messages for 65s at a rate of 0.1msg/s
** This will result in clients sending 6 messages to each other * This will result in clients sending 6 messages to each other
** It will also test that 2 rekeys on each side happen properly * It will also test that 2 rekeys on each side happen properly
** Test is successful if all the aforementioned messages are accounted for. * Test is successful if all the aforementioned messages are accounted for.
This is done by grep'ing the logs for sent messages, received messages, sent rekeys This is done by grep'ing the logs for sent messages, received messages, sent rekeys
and received rekeys, and comparing to gold output of 6, 6, 2, 2 and received rekeys, and comparing to gold output of 6, 6, 2, 2
* 4 Clients are started at two separate times and send messages to channel and to each other * 4 Clients are started at two separate times and send messages to channel and to each other
** 2 messages to itself * 2 messages to itself
** 1 message to each of the other clients * 1 message to each of the other clients
** Test is successful if all gold output files match for client conversations: * Test is successful if all gold output files match for client conversations:
4-5, 5-6, 6-7, 7-4 4-5, 5-6, 6-7, 7-4
For now, we do nothing on assertion of crypto, we just assume For now, we do nothing on assertion of crypto, we just assume
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment