| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-07-03 | Delete mock OpenVPN command line file when exiting | Janito Vaqueiro Ferreira Filho | 1 | -2/+8 | |
| 2018-07-03 | Create `Result` type alias | Janito Vaqueiro Ferreira Filho | 1 | -7/+9 | |
| 2018-07-03 | Create `search_openvpn_args` helper function | Janito Vaqueiro Ferreira Filho | 2 | -13/+24 | |
| 2018-07-03 | Create `mock_openvpn` sub-module | Janito Vaqueiro Ferreira Filho | 2 | -2/+4 | |
| 2018-07-03 | Change interface name used for tunnel up event | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| A real interface must be used or otherwise the firewall code fails. | |||||
| 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-07-03 | Fix mock relay list used for testing | Janito Vaqueiro Ferreira Filho | 1 | -15/+19 | |
| Remove trailing commas and use a real city that matches the default constraints, but with a mock relay. | |||||
| 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 | 2 | -0/+32 | |
| 2018-06-28 | Close mock OpenVPN when stdin is closed | Janito Vaqueiro Ferreira Filho | 1 | -15/+30 | |
| Change `wait_for_file_to_be_deleted` to not panic, otherwise the main thread doesn't get notified that it should close. | |||||
| 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 | 2 | -10/+62 | |
| 2018-06-26 | Test if IPC server requires authentication | Janito Vaqueiro Ferreira Filho | 1 | -4/+68 | |
| 2018-06-26 | Create client RPC to mock OpenVPN plugin events | Janito Vaqueiro Ferreira Filho | 2 | -4/+45 | |
| 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 | 3 | -2/+5 | |
| 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 | 2 | -0/+17 | |
| 2018-06-20 | Use a separate cache directory for tests | Janito Vaqueiro Ferreira Filho | 1 | -4/+6 | |
| 2018-06-20 | Use fake RPC address file for testing | Janito Vaqueiro Ferreira Filho | 2 | -14/+31 | |
| 2018-06-20 | Test if connection attempt spawns OpenVPN | Janito Vaqueiro Ferreira Filho | 1 | -0/+23 | |
| 2018-06-20 | Use a fake settings directory for testing | Janito Vaqueiro Ferreira Filho | 1 | -3/+6 | |
| 2018-06-20 | Use mock OpenVPN in daemon integration tests | Janito Vaqueiro Ferreira Filho | 1 | -3/+34 | |
| 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 | 4 | -230/+223 | |
| 2018-06-20 | Move integration tests to `mullvad-tests` crate | Janito Vaqueiro Ferreira Filho | 3 | -0/+292 | |
| 2018-06-20 | Create initial mock executable | Janito Vaqueiro Ferreira Filho | 2 | -0/+59 | |
| Simply creates a special file in the current working directory, prints its command line arguments into it and waits for it to be removed so it finishes. | |||||
| 2018-06-20 | Create initial `mullvad-tests` crate | Janito Vaqueiro Ferreira Filho | 2 | -0/+9 | |
