about summary refs log tree commit diff
path: root/nixos/lib/test-script-prepend.py
AgeCommit message (Collapse)AuthorFilesLines
2024-05-07nixos/test-driver: Separate XML and Terminal logStefan Hertrampf1-2/+2
We use the newly AbstractLogger class and separate the XML and Terminal logging that is currently mixed into one class. We restore the old behavior by introducing a CompositeLogger that takes care of logging both to terminal and XML.
2024-02-28nixos/lib/test-driver: provide legacy path for ↵K9001-1/+1
create_machine({"startCommand": "..."})
2024-02-27nixos/lib/test-driver: drop LegacyStartCommand, clean up create_machine APIK9001-1/+12
We can finally do this now that it's no longer used.
2022-06-02nixos/test-driver: Typecheck TestScriptMichael Schneider1-0/+42