Commit Graph

3 Commits (acad08d6f0aaf8898f34455b8efa04f04abc8b18)

Author SHA1 Message Date
Claude 7876ca0815
Add final tests for k8s-operator, winutil, and remaining packages
Completes test coverage for:

Kubernetes Operator (2):
- k8s-operator/apis: API definitions tests
- k8s-operator/apis/v1alpha1: v1alpha1 API version tests

Windows Utilities (2):
- wgengine/winnet: Windows networking tests
- util/winutil/winenv: Windows environment tests

System & Policy:
- util/syspolicy/internal: Internal policy tests

Testing Infrastructure (2):
- tstest/nettest: Network testing helpers
- appc/appctest: App connector test helpers

DERP:
- derp/xdp/headers: XDP header definitions

This brings test coverage to maximum achievable level.
4 weeks ago
Brad Fitzpatrick c6af5bbfe8 all: add test for package comments, fix, add comments as needed
Updates #cleanup

Change-Id: Ic4304e909d2131a95a38b26911f49e7b1729aaef
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
1 year ago
Jordan Whited 65888d95c9
derp/xdp,cmd/xdpderper: initial skeleton (#12390)
This commit introduces a userspace program for managing an experimental
eBPF XDP STUN server program. derp/xdp contains the eBPF pseudo-C along
with a Go pkg for loading it and exporting its metrics.
cmd/xdpderper is a package main user of derp/xdp.

Updates tailscale/corp#20689

Signed-off-by: Jordan Whited <jordan@tailscale.com>
2 years ago