diff --git a/basice2e/README.md b/basice2e/README.md new file mode 100644 index 0000000000000000000000000000000000000000..3fc46c2942f72ae0a9c5ba23f513600c805428d0 --- /dev/null +++ b/basice2e/README.md @@ -0,0 +1,15 @@ += Basic End-to-End Integration Test (basice2e) + +This test runs several servers and clients as a smoke test against the +system. We runs a multi node, multi message, multi user test of the +system over multiple rounds all over network traffic. The basic +structure is as follows: + +* 5 Nodes, BatchSize of 12 +* 3 Clients, each send 4 messages over several rounds: +** 2 messages to itself +** 1 message to each of the other nodes +* Each client asserts they receive their predefined messages + +For now, we do nothing on assertion of crypto, we just assume +api-level compliance with sending and receiving messages.