summaryrefslogtreecommitdiff
path: root/erebos-tester.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'erebos-tester.cabal')
-rw-r--r--erebos-tester.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/erebos-tester.cabal b/erebos-tester.cabal
index 55034fd..9eb9e37 100644
--- a/erebos-tester.cabal
+++ b/erebos-tester.cabal
@@ -2,13 +2,16 @@ cabal-version: 3.0
name: erebos-tester
version: 0.3.5
-synopsis: Test framework with virtual network using Linux namespaces
+synopsis: Test framework able to run given program on multiple nodes in virtual network
description:
This framework is intended mainly for networking libraries/applications and
can run multiple concurrent instances of the tested application on
different nodes, possibly within separate subnets, on the virtual network.
Each instance can receive its own commands and produce output to be checked
via standard input/output, as defined using custom script language.
+
+ The virtual network is created using Linux namespaces, so the framework
+ is Linux-specific.
homepage: https://erebosprotocol.net/tester
-- bug-reports:
license: GPL-3.0-only