From c718c604cf26c1eb87ce26f860054fa31f91c72e Mon Sep 17 00:00:00 2001 From: Rick Carback <rick@privategrity.com> Date: Thu, 1 Mar 2018 21:51:34 +0000 Subject: [PATCH] Add Readme for the basic e2e test --- basice2e/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 basice2e/README.md diff --git a/basice2e/README.md b/basice2e/README.md new file mode 100644 index 0000000..3fc46c2 --- /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. -- GitLab