osmith has uploaded this change for review.

View Change

testenv/README: describe architecture

Describe that everything runs in one container.

Change-Id: Ie9eee8cf14ba2069c1cd5bd6ab703f3f6ccdc100
---
M _testenv/README.md
1 file changed, 8 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/86/37886/1
diff --git a/_testenv/README.md b/_testenv/README.md
index 2c5a181..8b868d6 100644
--- a/_testenv/README.md
+++ b/_testenv/README.md
@@ -2,6 +2,14 @@

Build everything needed for running Osmocom TTCN-3 testsuites and execute them.

+## Architecture
+
+Testenv builds and runs a testsuite and all its test components in the same
+environment, either on the host or in just one container (with `--podman`).
+This container is the same, no matter which testsuite gets executed. Additional
+packages get installed after starting the container, with a package cache
+mounted to avoid unnecessary downloads.
+
## testenv.cfg

The `testenv.cfg` file has one `[testsuite]` section, typically with one or

To view, visit change 37886. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ie9eee8cf14ba2069c1cd5bd6ab703f3f6ccdc100
Gerrit-Change-Number: 37886
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>