summaryrefslogtreecommitdiffhomepage
path: root/test/test-manager/src/tests/audits
AgeCommit message (Collapse)AuthorFilesLines
2025-07-10Run `cargo fmt` in test-repoSebastian Holmin3-8/+8
2025-03-13Remove "Any" tunnel protocol from query builderSebastian Holmin1-2/+1
2025-01-08Fix bridge interface IP on macOSSebastian Holmin2-21/+20
The IP of the bridge interface was incorrectly assumed to be constant, but has at some point changed. This broke the algorithm for finding the bridge interface. Replace the algorithm with one based on the guest IP, which is given by `tart`. As the bridge IP is no longer constant, we also expose it through the `TEST_CONFIG`.
2024-11-15Return error from `get_tunnel_interface` to ease error propagationMarkus Pettersson1-1/+1
2024-11-15Add end-to-end test for MLLVD_CR_24_03Markus Pettersson2-0/+82
2024-11-15Move end-to-end tests for audit issues to separate moduleMarkus Pettersson3-0/+420