summaryrefslogtreecommitdiffhomepage
path: root/test/test-manager/src
AgeCommit message (Collapse)AuthorFilesLines
2025-09-08Test whether daemon adds back alias for loopback interfaceDavid Lönnhager1-1/+88
2025-09-05Start login ui test with clear account historyOskar1-0/+1
2025-08-26Stop running disconnected.spec.ts as part of automated testsOskar1-8/+0
2025-08-25Force IPv4 in IP override testDavid Lönnhager1-2/+5
2025-08-25Make port constrained in IP override testsDavid Lönnhager1-4/+11
2025-08-19Add --skip flag to test-managerJoakim Hulthe2-3/+20
2025-08-19Signal wireguard-go to exit gracefully when test-manager exitsJoakim Hulthe1-30/+55
`Command::kill_on_drop` would send a SIGKILL to the `sudo`-process, which does not propagate to the wireguard-go child process. This is resolved by sending a SIGTERM instead.
2025-08-11Add e2e test `test_quantum_resistant_multihop_quic_tunnel`Markus Pettersson1-0/+36
2025-08-11Add e2e test `test_wireguard_over_quic` for QUIC obfuscation methodMarkus Pettersson1-2/+32
2025-08-05Retry SSH provisioning in test frameworkDavid Lönnhager1-8/+20
2025-07-31Add test framework tests for DAITA and multihop UIDavid Lönnhager1-0/+24
2025-07-11Make enable/disable daemon not start/stopSebastian Holmin2-38/+31
2025-07-11Add inverse testSebastian Holmin1-14/+84
2025-07-11Add e2e test for clearing firewall rules on rebootMarkus Pettersson2-0/+84
In some conditions, you can be left with blocking firewall rules if an upgrade fails to install the new app version. Add e2e test to assert that these firewall rules are cleared on reboot for Windows.
2025-07-10Run `cargo fmt` in test-repoSebastian Holmin29-74/+78
2025-07-09Inline format argumentsLinus Färnstrand8-21/+15
2025-07-09Use `io:Error::other`Sebastian Holmin1-1/+1
2025-06-24Enable support for creating a custom list with locationsJonatan Rhodin1-1/+1
2025-06-16Do not rely on DNS for API in installer-downloaderDavid Lönnhager2-2/+2
2025-06-09Add ifconfig alias e2e testJoakim Hulthe2-0/+96
Co-Authored-By: David Lönnhager <david.l@mullvad.net>
2025-06-05Fix typosomahs3-3/+3
2025-06-03Fix `test_settings_ui`Markus Pettersson1-1/+1
Use the correct path to find the GUI test / spec file Update asset glob patterns Co-authored-by: Oliver <oliver@mohlin.dev>
2025-05-14Wait for daemon to start in install_appJoakim Hulthe1-3/+10
2025-05-12Wait for connected stateSebastian Holmin1-0/+4
2025-05-12Remove faulty `constrain_to_relay` fnSebastian Holmin1-57/+29
The function did not consider the mullvad clients current relay settings, i.e. the custom list that the test is initiated with. It could choose any OpenVPN relay in sweden, even if it wasn't pickable.
2025-04-23Add end-to-end test for app removal checkDavid Lönnhager1-0/+59
2025-03-18Replace to_owned with clone where that's implicitly what was going onLinus Färnstrand2-2/+2
2025-03-13Remove "Any" tunnel protocol from query builderSebastian Holmin5-26/+16
2025-03-05Remove 'any' tunnel type from test workspaceDavid Lönnhager4-9/+9
2025-02-25Do not relaunch as root if only formatting test reportsMarkus Pettersson1-28/+21
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