aboutsummaryrefslogtreecommitdiff
path: root/tests/installer-steps/test_orchestrators.py
Commit message (Collapse)AuthorAgeFilesLines
* test: pin installer orchestrator call sequencesCraig Jennings16 hours1-0/+117
The decomposition left each big step function as a thin list of sub-step calls with no runtime coverage. These tests sed-extract each orchestrator, stub its sub-functions as recorders, and assert the exact call order, so a dropped or reordered step fails the suite. configure_snapshots also gets a per-filesystem dispatch check (zfs / btrfs / other).