summaryrefslogtreecommitdiffhomepage
path: root/mullvad-tests/src
AgeCommit message (Expand)AuthorFilesLines
2021-12-13Remove mullvad-testsEmīls Piņķis3-543/+0
2020-07-29Fix mullvad-tests crate not building due to changed types, old IPC client, etc.David Lönnhager1-32/+56
2020-05-07Use embeded TLS certificatesEmīls1-5/+0
2019-08-12Replace ::std with just stdLinus Färnstrand1-1/+1
2019-04-08Remove error-chain from mullvad-ipc-clientLinus Färnstrand1-2/+2
2019-04-03Don't run integration tests on AndroidJanito Vaqueiro Ferreira Filho2-55/+71
2019-02-14Use proper subscriptions in mullvad-ipc-clientEmīls Piņķis1-2/+2
2018-12-13Activate the merge_imports rustfmt featureLinus Färnstrand1-3/+3
2018-12-13Upgrade mullvad-tests to Rust 2018Linus Färnstrand3-41/+29
2018-11-16Fix various clippy warningsLinus Färnstrand1-1/+0
2018-11-15Listen to the RouteUp instead of the Up plugin eventLinus Färnstrand1-1/+1
2018-11-05Use latest changes to openvpn-plugin libraryLinus Färnstrand1-4/+3
2018-10-29Remove a number of #[macro_use] in favor of new way of importingLinus Färnstrand1-2/+1
2018-09-27Reformat with rustfmt 0.99.5Linus Färnstrand1-8/+13
2018-09-11Upgrade to newer tokio librariesEmīls Piņķis1-8/+9
2018-09-04Rename rpc_address to rpc_socketLinus Färnstrand1-4/+0
2018-08-29Fix mullvad-testsEmīls Piņķis1-42/+48
2018-07-23Add macOS loopback interface to testsJanito Vaqueiro Ferreira Filho1-0/+2
2018-07-23Change mock interface on WindowsJanito Vaqueiro Ferreira Filho1-0/+4
2018-07-23Only use Linux-specific `CLOSE_WRITE` on LinuxJanito Vaqueiro Ferreira Filho1-0/+4
2018-07-23Don't pipe daemon output to test processJanito Vaqueiro Ferreira Filho1-37/+3
2018-07-23Create `wait_for_file` helper functionJanito Vaqueiro Ferreira Filho1-10/+18
2018-07-23Create `wait_for_burst_of_events` helper methodJanito Vaqueiro Ferreira Filho1-8/+42
2018-07-23Remove attribute allowing dead codeJanito Vaqueiro Ferreira Filho1-2/+0
2018-07-06Use provided API server CA in integration testsJanito Vaqueiro Ferreira Filho1-4/+16
2018-07-03Refactor file notification monitoring in testsJanito Vaqueiro Ferreira Filho2-52/+102
2018-07-03Delete mock OpenVPN command line file when exitingJanito Vaqueiro Ferreira Filho1-2/+8
2018-07-03Create `Result` type aliasJanito Vaqueiro Ferreira Filho1-7/+9
2018-07-03Create `search_openvpn_args` helper functionJanito Vaqueiro Ferreira Filho1-0/+21
2018-07-03Create `mock_openvpn` sub-moduleJanito Vaqueiro Ferreira Filho2-2/+4
2018-07-03Change interface name used for tunnel up eventJanito Vaqueiro Ferreira Filho1-1/+1
2018-07-03Fix mock relay list used for testingJanito Vaqueiro Ferreira Filho1-15/+19
2018-06-28Test if daemon tries to restore lost connectionJanito Vaqueiro Ferreira Filho1-0/+4
2018-06-28Close mock OpenVPN when stdin is closedJanito Vaqueiro Ferreira Filho1-15/+30
2018-06-26Test different plugin authentication credentialsJanito Vaqueiro Ferreira Filho1-2/+15
2018-06-26Create client RPC to mock OpenVPN plugin eventsJanito Vaqueiro Ferreira Filho1-4/+43
2018-06-20Use a separate cache directory for testsJanito Vaqueiro Ferreira Filho1-4/+6
2018-06-20Use fake RPC address file for testingJanito Vaqueiro Ferreira Filho1-13/+30
2018-06-20Use a fake settings directory for testingJanito Vaqueiro Ferreira Filho1-3/+6
2018-06-20Use mock OpenVPN in daemon integration testsJanito Vaqueiro Ferreira Filho1-3/+34
2018-06-20Move test `common` module to `mullvad-tests` lib.Janito Vaqueiro Ferreira Filho1-0/+219
2018-06-20Create initial mock executableJanito Vaqueiro Ferreira Filho1-0/+58
2018-06-20Create initial `mullvad-tests` crateJanito Vaqueiro Ferreira Filho1-0/+1