summaryrefslogtreecommitdiffhomepage
path: root/test/test-manager/src
AgeCommit message (Expand)AuthorFilesLines
2024-10-31Do not fallback to direct API connections when testing access methodsMarkus Pettersson1-10/+2
2024-10-18Add settings testOskar1-0/+8
2024-10-07Rename "smart routing" to "direct only" in the APISebastian Holmin1-10/+10
2024-09-25Upgrade `tonic` to 0.12 and `prost` to 0.13Sebastian Holmin1-6/+7
2024-09-23Use consistent timestamps in testsDavid Lönnhager1-4/+13
2024-09-23Add timestamp to test outcome logsDavid Lönnhager1-14/+24
2024-09-23Include amount of time it took to connect in testDavid Lönnhager2-3/+9
2024-09-17Add DAITA smart routing e2e testsJoakim Hulthe3-36/+205
2024-09-17Remove Option from Relay::locationJoakim Hulthe4-26/+15
2024-09-16Run `obfuscation.spec.ts` in e2e testsMarkus Pettersson1-0/+8
2024-09-02Replace footgunny From implementations for RelayQueryDavid Lönnhager2-121/+45
2024-09-02Add integration tests for WG over ShadowsocksDavid Lönnhager1-2/+93
2024-08-29Fix test_split_tunnelDavid Lönnhager1-9/+9
2024-08-28Add package-dir to "Could not find app" errorJoakim Hulthe1-5/+7
2024-08-28Filter out OpenVPN relays when a core privacy feature is enabledDavid Lönnhager1-2/+6
2024-08-27Use std LazyLock instead of once_cell LazyDavid Lönnhager3-8/+10
2024-08-22Spawn test processes as an unprivileged user by defaultDavid Lönnhager1-1/+2
2024-08-21Set relay port with constrain_to_relay helperDavid Lönnhager1-4/+7
2024-08-16Run tests in the order givenSebastian Holmin3-50/+50
2024-08-16Remove `always_run` test macro parameterSebastian Holmin2-4/+0
2024-08-16Remove `must_succede` test macro parameterSebastian Holmin2-6/+1
2024-08-16Remove `cleanup` test macro parameterSebastian Holmin1-1/+0
2024-08-16Refactor test cleanup logicSebastian Holmin10-360/+481
2024-08-16Improve logs and reduce verbositySebastian Holmin6-21/+24
2024-08-16Add Shadowsocks obfuscation support to mullvad-daemonDavid Lönnhager1-0/+2
2024-08-14Add `--test-runner-dir` flagSebastian Holmin4-18/+12
2024-08-14Remove test test_connecting_state_when_corrupted_state_cacheDavid Lönnhager1-49/+0
2024-08-14Redo error handling `test_automatic_wireguard_rotation`Markus Pettersson4-88/+86
2024-08-12Replace OpenVPN CA certificate using CLI flagMarkus Pettersson10-106/+213
2024-08-09Fix `tarpc: Connection broken` errorSebastian Holmin1-0/+1
2024-08-09Restructure test scriptsSebastian Holmin2-11/+11
2024-08-09Fix `test_connected_state` failing on obfuscation != `None`Sebastian Holmin1-1/+1
2024-08-09Improve error messagesSebastian Holmin3-6/+12
2024-08-09Make logs less spammySebastian Holmin5-6/+8
2024-08-09Fix nightly lintsSebastian Holmin1-4/+2
2024-08-09Add `--gui-package` flagSebastian Holmin3-15/+38
2024-08-09Change VM config from positional arg to flagSebastian Holmin2-36/+31
2024-08-09Fix regex on release versionsSebastian Holmin1-9/+37
2024-08-09Fix `find_app` file matching bugSebastian Holmin1-0/+2
2024-08-09Improve directory seach logic for UI testsSebastian Holmin1-1/+11
2024-08-07Log dnsmasq output after initial setupDavid Lönnhager1-5/+16
2024-08-07Disable debug mode for dnsmasq in test frameworkDavid Lönnhager1-1/+3
2024-07-31Use reset RPC in test suiteDavid Lönnhager1-104/+4
2024-07-31Fix hardcoded tunnel interface name in testDavid Lönnhager1-1/+3
2024-07-31Create testing config dir if it does not already existDavid Lönnhager2-9/+35
2024-07-29Fix lints for Rust verson 1.80 in e2e testsSebastian Holmin1-2/+2
2024-07-19Refactor `find_app`Sebastian Holmin1-63/+33
2024-07-19Rename `--previous-app` to `--app-package-to-upgrade-from`Sebastian Holmin5-19/+25
2024-07-19Rename `--current-app` to `--app-package`Sebastian Holmin5-23/+23
2024-07-19Refactor `get_app_manifes`Sebastian Holmin2-26/+12