osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37886?usp=email )
Change subject: testenv/README: describe architecture ......................................................................
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