summaryrefslogtreecommitdiffhomepage
path: root/test/test-manager/src
AgeCommit message (Collapse)AuthorFilesLines
2025-02-24Replace `thiserror` with `anyhow` in some helper fnsSebastian Holmin2-19/+17
2025-02-24Disconnect before resetting settingsSebastian Holmin1-3/+3
2025-02-24Fix `test_daita`Sebastian Holmin1-41/+51
2025-02-24Fix `constrain_to_relay`Sebastian Holmin1-22/+96
2025-02-24Fix tunnel testsSebastian Holmin1-49/+27
2025-02-24Fix `test_error_state`Sebastian Holmin1-14/+12
2025-02-24Fix `test_connecting_state`Sebastian Holmin1-10/+11
2025-02-24Fix custom endpoint testsSebastian Holmin1-6/+4
2025-02-24Remove `set_relay_settings`Sebastian Holmin1-18/+37
2025-02-24Fix `apply_settings_from_query` overwriting settingsSebastian Holmin2-2/+11
2025-02-18Unify daemon app version typesKalle Lindström1-2/+4
Previously we had two types in the code base that dealt with version parsing. This commit unifies these types so that we only use the Version struct that is defines in the mullvad-version crate. This also solves a bug where the daemon code would crash on alpha versions, as the previous version parsing code didn't handle them.
2025-02-14Retain location when selecting OpenVPNSebastian Holmin1-2/+9
2025-02-14Split OpenVPN tunnel-state tests to separate fileOskar1-1/+17
2025-02-12Fix `clippy::precedence`Sebastian Holmin2-2/+4
2025-02-04Add CPU and memory config options to test frameworkDavid Lönnhager4-2/+53
2025-01-22Lower verbosity of logsSebastian Holmin2-4/+4
2025-01-22Remove duplicate logSebastian Holmin1-6/+0
2025-01-22Add `config` subcommand to `test-manager`Sebastian Holmin2-47/+83
Move vm subcommand into config subcommand Also change the `test-manager config vm list` command to just list configured VMs, instead of their configuration contents.
2025-01-22Remove mullvad client version from macroSebastian Holmin7-46/+38
Replace `MullvadClientArgument` with `Option` Small refactor
2025-01-22Move `test_location` mod to separate fileSebastian Holmin2-109/+106
2025-01-22Add location overrides per test to test-manager configMarkus Pettersson9-224/+301
2025-01-22Convert test-manager config into a moduleMarkus Pettersson5-136/+165
2025-01-08Rewrite in functional styleSebastian Holmin1-23/+21
2025-01-08Update docstringSebastian Holmin1-3/+2
2025-01-08Fix bridge interface IP on macOSSebastian Holmin11-72/+96
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`.
2025-01-07Swap `if + bail!` for `ensure!`Markus Pettersson1-3/+4
2025-01-07Add more debug logging to test_upgrade_appMarkus Pettersson1-10/+8
2025-01-02Remove global API endpointEmīls1-9/+4
2024-12-17Add better APIs for making shh:ed files executableMarkus Pettersson1-12/+41
2024-12-17Fix TODOs by replacing triple type with a dedicated structMarkus Pettersson3-44/+97
2024-12-17Attach target arch to VM configMarkus Pettersson2-8/+10
2024-12-17Fix remote temp Windows path being UNIX-likeMarkus Pettersson1-39/+55
2024-12-17Use SFTP instead of SCP to copy fileMarkus Pettersson1-13/+4
Fix SCP not working on well with Windows guests. Switch over to SFTP instead
2024-12-02Remove DNS fallback except for conncheckDavid Lönnhager1-5/+2
2024-11-22Add non-blocking DNS resolver for Android API requestsDavid Lönnhager1-2/+5
2024-11-22Improve documentationSebastian Holmin4-9/+16
2024-11-22Improve type safetySebastian Holmin3-20/+29
2024-11-22Remove the `command` field of `TestMetadata`Sebastian Holmin2-3/+1
2024-11-22Add `test_upgrade_app` to list testsSebastian Holmin4-9/+25
2024-11-20Make `test_wireguard_tunnel` use `location: Any`Sebastian Holmin1-11/+4
2024-11-20Fix spelling mistakesSebastian Holmin2-7/+8
2024-11-20Set the default location for tests to "Nordic"Sebastian Holmin2-0/+33
Add to `prepare_daemon` a step where the default location, including for multihop and bridges, is set to the `Nordic` custom list.
2024-11-20Do not fail when specifying tests skipped for OSSebastian Holmin1-8/+10
When starting e2e tests on multiple platforms, we always specify the same list of tests for all paltforms. Therefore we should not fail on parsing a test that is skipped for the current platform.
2024-11-20Select bridge respecting location constraintSebastian Holmin2-4/+3
2024-11-18Run connection-checker against the specified API environmentDavid Lönnhager1-0/+2
2024-11-18Add flag for overriding API environment in testsDavid Lönnhager1-1/+11
2024-11-15Return error from `get_tunnel_interface` to ease error propagationMarkus Pettersson2-5/+8
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 Pettersson5-104/+118
2024-11-14Use low-latency relays for `test_ui_tunnel_settings`Sebastian Holmin1-1/+9