summaryrefslogtreecommitdiffhomepage
path: root/test/test-manager/src/config.rs
AgeCommit message (Collapse)AuthorFilesLines
2025-01-22Convert test-manager config into a moduleMarkus Pettersson1-301/+0
2024-12-17Fix TODOs by replacing triple type with a dedicated structMarkus Pettersson1-3/+3
2024-12-17Attach target arch to VM configMarkus Pettersson1-4/+4
2024-08-14Add `--test-runner-dir` flagSebastian Holmin1-1/+1
2024-08-12Replace OpenVPN CA certificate using CLI flagMarkus Pettersson1-0/+12
2024-07-31Create testing config dir if it does not already existDavid Lönnhager1-3/+34
2024-07-16Account for CARGO_TARGET_DIR in e2e test-managerJoakim Hulthe1-13/+22
2024-04-08Print error cause on test vm config parse failJoakim Hulthe1-1/+1
2024-03-20Make OVMF paths configurable per VMJoakim Hulthe1-0/+10
2024-02-27Replace err_derive with thiserrorJoakim Hulthe1-4/+4
`err_derive` is unmaintained and will probably stop working with rust edition 2024. `thiserror` is almost a drop-in replacement. This commit simply replaces all occurences of `derive(err_derive::Error)` with `derive(thiserror::Error)` and fixes the attributes, but the Error and Display impls should be identical.
2024-01-08Add 'target_os' attribute to test macroDavid Lönnhager1-0/+10
2023-10-20Add desktop end-to-end testsDavid Lönnhager1-0/+229
Co-authored-by: Jonathan <jonathan@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net>