Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
integration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
integration
Commits
9be76e06
Commit
9be76e06
authored
2 years ago
by
Richard T. Carback III
Browse files
Options
Downloads
Patches
Plain Diff
Update basice2e readme
parent
35de7029
Branches
feature/hotfix/unsafe_send_to_self
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
basice2e/README.md
+14
-5
14 additions, 5 deletions
basice2e/README.md
with
14 additions
and
5 deletions
basice2e/README.md
+
14
−
5
View file @
9be76e06
...
...
@@ -16,20 +16,29 @@ Then, the following tests are performed:
*
2 Clients (9 and 18) register with the system and UDB by Email
*
These users look each other up on UDB
*
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
*
It will also test that 2 rekeys on each side happen properly
*
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
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
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
*
4 Clients are started at two separate times and send messages to
channel and to each other
*
2 messages to itself
*
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
*
A series of E2E tests that test each majore module in the client as documented
in the comments of the script.
For now, we do nothing on assertion of crypto, we just assume
api-level compliance with sending and receiving messages.
This test does not produce any results, but it does produce logs for each
server and client.
You will need the coreutils package to run this script. Check the README in the
root of this repository for how to get it.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment