don't use env vars but explicit pytest options to pass ssh info around.

This commit is contained in:
holger krekel
2026-03-06 10:24:15 +01:00
parent 1abdc407af
commit 624838eedd
6 changed files with 39 additions and 33 deletions

View File

@@ -96,18 +96,14 @@ CLI reference
``lxc-stop [--destroy] [--destroy-all] [NAME ...]``
Stop relay containers.
Without arguments, stops ``test0-localchat``
and ``test1-localchat``.
Without arguments, stops ``test0-localchat`` and ``test1-localchat``.
Pass ``NAME`` to stop specific containers.
Use ``--destroy`` to also delete the containers
and their config files.
Use ``--destroy`` to also delete the containers and their config files.
Use ``--destroy-all`` to additionally destroy
the ``ns-localchat`` DNS container **and** remove
the cached ``localchat-base`` and ``localchat-relay``
images, giving a fully clean slate
for the next ``lxc-test``.
User containers are **never** destroyed
unless named explicitly.
images, giving a fully clean slate for the next ``lxc-test``.
User containers are **never** destroyed unless named explicitly.
``lxc-test [--one]``
Idempotent full pipeline: