| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-12-13 | Remove mullvad-tests | Emīls Piņķis | 3 | -371/+0 | |
| 2020-07-29 | Fix mullvad-tests crate not building due to changed types, old IPC client, etc. | David Lönnhager | 2 | -18/+60 | |
| 2019-03-27 | Update mullvad-tests with new subscription model | Linus Färnstrand | 1 | -15/+21 | |
| 2019-02-14 | Adjust integration tests to work after changes to talpid-core and the ipc-client | Emīls Piņķis | 1 | -30/+74 | |
| 2018-12-13 | Activate the merge_imports rustfmt feature | Linus Färnstrand | 1 | -2/+1 | |
| 2018-12-13 | Upgrade mullvad-tests to Rust 2018 | Linus Färnstrand | 3 | -24/+11 | |
| 2018-08-30 | Replace `DaemonState` with `TunnelStateTransition` | Janito Vaqueiro Ferreira Filho | 2 | -39/+37 | |
| 2018-08-29 | Fix mullvad-tests | Emīls Piņķis | 2 | -161/+6 | |
| 2018-07-23 | Enable connection tests on all platforms | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2018-07-23 | Enable account tests on all platforms | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2018-07-23 | Enable startup tests on all platforms | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2018-07-23 | Don't pipe daemon output to test process | Janito Vaqueiro Ferreira Filho | 1 | -3/+4 | |
| 2018-07-04 | Fix race condition on mock OpenVPN arguments file | Janito Vaqueiro Ferreira Filho | 1 | -8/+11 | |
| What sometimes happened was that the assertion that the file existed was successful, but the file hadn't finished being written to, so an attempt to read data from it failed. | |||||
| 2018-07-03 | Test if account token is updated | Janito Vaqueiro Ferreira Filho | 1 | -1/+29 | |
| 2018-07-03 | Test if account token is used correctly | Janito Vaqueiro Ferreira Filho | 1 | -0/+55 | |
| 2018-07-03 | Move wait for file in test helper functions | Janito Vaqueiro Ferreira Filho | 1 | -8/+8 | |
| Make the `get_plugin_arguments` function more specific. | |||||
| 2018-07-03 | Refactor file notification monitoring in tests | Janito Vaqueiro Ferreira Filho | 1 | -10/+17 | |
| Create a `PathWatcher` helper type that presents itself as an `Iterator` over events on a specified path. It also allows setting a timeout for waiting for each event, so that it doesn't block indefinately. Although it watches a specific path, in reality it watches the path's parent directory, so that it can continue watching the file if it gets removed and recreated. | |||||
| 2018-07-03 | Create `search_openvpn_args` helper function | Janito Vaqueiro Ferreira Filho | 1 | -13/+3 | |
| 2018-07-03 | Increase state change event timeout | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| Because now the firewall handling may introduce enough latency for the tests to fail. | |||||
| 2018-06-28 | Test disconnection | Janito Vaqueiro Ferreira Filho | 1 | -0/+36 | |
| 2018-06-28 | Test if daemon tries to restore lost connection | Janito Vaqueiro Ferreira Filho | 1 | -0/+28 | |
| 2018-06-26 | Test if daemon moves to connected state | Janito Vaqueiro Ferreira Filho | 1 | -0/+26 | |
| 2018-06-26 | Test connection authentication isolation | Janito Vaqueiro Ferreira Filho | 1 | -0/+24 | |
| 2018-06-26 | Test different plugin authentication credentials | Janito Vaqueiro Ferreira Filho | 1 | -8/+47 | |
| 2018-06-26 | Test if IPC server requires authentication | Janito Vaqueiro Ferreira Filho | 1 | -4/+68 | |
| 2018-06-26 | Remove unused import | Janito Vaqueiro Ferreira Filho | 1 | -1/+0 | |
| 2018-06-20 | Separate execution of integration tests | Janito Vaqueiro Ferreira Filho | 2 | -2/+2 | |
| Use a script to run them to ensure they are testing the correct version of the `mullvad-daemon` binary. | |||||
| 2018-06-20 | Test if OpenVPN is respawned by daemon | Janito Vaqueiro Ferreira Filho | 1 | -0/+22 | |
| 2018-06-20 | Test if daemon progresses to connecting state | Janito Vaqueiro Ferreira Filho | 1 | -0/+31 | |
| 2018-06-20 | Test if daemon starts in not connected state | Janito Vaqueiro Ferreira Filho | 1 | -0/+16 | |
| 2018-06-20 | Use fake RPC address file for testing | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2018-06-20 | Test if connection attempt spawns OpenVPN | Janito Vaqueiro Ferreira Filho | 1 | -0/+23 | |
| 2018-06-20 | Only run integration tests on Linux | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 | |
| 2018-06-20 | Move test `common` module to `mullvad-tests` lib. | Janito Vaqueiro Ferreira Filho | 2 | -226/+2 | |
| 2018-06-20 | Move integration tests to `mullvad-tests` crate | Janito Vaqueiro Ferreira Filho | 2 | -0/+282 | |
