diff options
Diffstat (limited to 'internal/wireguard/wireguard_test.go')
| -rw-r--r-- | internal/wireguard/wireguard_test.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/wireguard/wireguard_test.go b/internal/wireguard/wireguard_test.go index 05e0fb7..9bbd24c 100644 --- a/internal/wireguard/wireguard_test.go +++ b/internal/wireguard/wireguard_test.go @@ -7,11 +7,11 @@ import ( ) func TestWireGuardDeviceBinding(t *testing.T) { - t.Log("Integration Test: Verifying binding of userspace WG device to TUN device") - // TODO: Initialize a wg-go device and link it to a mock TUN + // Test that the userspace WireGuard device is correctly bound to the Linux TUN device. + t.Skip("not implemented") } func TestIpcSetConfiguration(t *testing.T) { - t.Log("Integration Test: Verifying IpcSet applies keys and endpoints correctly") - // TODO: Verify that configuration updates are reflected in the device state + // Test that IpcSet correctly updates the WireGuard device keys and endpoints. + t.Skip("not implemented") } |
