summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2026-08-31 21:45:54 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2026-09-03 20:53:42 +0200
commit187d358533a8d07954b8b6fa0f6cf191ba25f1ef (patch)
treea1436051fe3ee5210935e8fb9175950d76ab7352
parentac8bae764b026def10fa110c675002f14c84860a (diff)
Synopsis and description update
-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