Skip to content

Commit

Permalink
The dream
Browse files Browse the repository at this point in the history
TODO(markus): Add changes to this commit and rephrase commit message
  • Loading branch information
MarkusPettersson98 committed Dec 12, 2023
1 parent 821d36f commit 6128af7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions test/test-manager/src/tests/tunnel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -357,11 +357,15 @@ pub async fn test_multihop(
}

/// Test whether the daemon automatically connects on reboot when using
/// WireGuard.
/// WireGuard. This test checks for the following leaks during both shutdown &
/// boot:
///
/// # Limitations
/// * Outgoing network traffic.
///
/// This test does not guarantee that nothing leaks during boot or shutdown.
/// On linux, an adverserial system service is started & enabled on boot. This
/// system service will try to "phone home" to some arbitrary resource in the
/// internet in any way possible. If the adversary is allowed to do that outside
/// of a VPN tunnel, we consider the test run a failure.
#[test_function]
pub async fn test_wireguard_autoconnect(
_: TestContext,
Expand Down

0 comments on commit 6128af7

Please sign in to comment.