David Crawshaw
a1f1020042
tstest/integration/vms: avoid log after test completion
...
Avoids a panic in the Go testing package if a late log comes in.
Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
2021-08-31 06:40:28 -07:00
David Crawshaw
0b962567fa
vms: make ssh-keygen quiet by default
...
Always succeeds. Its output clutters the log.
Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
2021-08-30 09:11:17 -07:00
Josh Bleecher Snyder
a5da4ed981
all: gofmt with Go 1.17
...
This adds "//go:build" lines and tidies up existing "// +build" lines.
Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
2021-08-05 15:54:00 -07:00
Christine Dodrill
391207bbcf
tstest/integration/vms: use one testcontrol instance per VM ( #2437 )
...
This paves the way for future MagicDNS tests.
Signed-off-by: Christine Dodrill <xe@tailscale.com>
2021-07-16 11:53:12 -04:00
Christine Dodrill
ede8ec1e20
tstest/integration/vms: split up test framework into files ( #2396 )
...
My spatial memory functions poorly with large files and the vms_test.go
file recently surpassed the point where it functions adequately. This
patch splits up vms_test.go into more files to make my spatial memory
function like I need it to.
Signed-off-by: Christine Dodrill <xe@tailscale.com>
2021-07-13 13:45:09 -04:00