You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/gokrazy/natlabapp
Brad Fitzpatrick 3904e4d175 cmd/tta, tstest/natlab/vnet: remove unneeded port 124 log hack, add log buffer
The natlab Test Agent (tta) still had its old log streaming hack in
place where it dialed out to anything on TCP port 124 and those logs
were streamed to the host running the tests. But we'd since added gokrazy
syslog streaming support, which made that redundant.

So remove all the port 124 stuff. And then make sure we log to stderr
so gokrazy logs it to syslog.

Also, keep the first 1MB of logs in memory in tta too, exported via
localhost:8034/logs for interactive debugging. That was very useful
during debugging when I added IPv6 support. (which is coming in future
PRs)

Updates #13038

Change-Id: Ieed904a704410b9031d5fd5f014a73412348fa7f
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2 months ago
..
builddir cmd/tta, tstest/natlab/vnet: remove unneeded port 124 log hack, add log buffer 2 months ago
README.md gokrazy,tstest/integration/nat: add Gokrazy appliance just for natlab 2 months ago
config.json gokrazy,tstest/integration/nat: add Gokrazy appliance just for natlab 2 months ago
usr-dir.tar gokrazy,tstest/integration/nat: add Gokrazy appliance just for natlab 2 months ago

README.md

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.