summaryrefslogtreecommitdiffstats
path: root/tests/test_incus_runtime.py
Commit message (Collapse)AuthorAgeFilesLines
* incus: add runtime test suiteBruce Ashfield2026-04-091-0/+156
pexpect-based tests covering: - Daemon startup via systemd - incus-admin group creation - incus admin init --minimal - Alpine container launch, exec, stop, delete Run: pytest tests/test_incus_runtime.py -v --machine qemux86-64 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>