gokrazy,tstest/integration/nat: add Gokrazy appliance just for natlab

... rather than abusing the generic tsapp.

Per discussion in https://github.com/gokrazy/gokrazy/pull/275

It also means we can remove stuff we don't need, like ntp or randomd.

Updates #13038

Change-Id: Iccf579c354bd3b5025d05fa1128e32f1d5bde4e4
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
Brad Fitzpatrick
2024-08-13 13:21:01 -07:00
committed by Brad Fitzpatrick
parent b358f489b9
commit 02581b1603
19 changed files with 394 additions and 19 deletions

View File

@@ -0,0 +1,6 @@
# NATLab Linux test Appliance
This is the definition of the NATLab Linux test appliance image.
It's similar to ../tsapp, but optimized for running in qemu in NATLab.
See ../tsapp/README.md for more info.