Commit Graph

3 Commits (17d760773033537d5545bc97909005f3682d413c)

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.
2 months 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>
2 years ago
Nick Khyl 8d83adde07 util/winutil/winenv: add package for current Windows environment details
Package winenv provides information about the current Windows environment.
This includes details such as whether the device is a server or workstation,
and if it is AD domain-joined, MDM-registered, or neither.

Updates tailscale/corp#18342

Signed-off-by: Nick Khyl <nickk@tailscale.com>
2 years ago