teleport/integration
Andrew Lytvynov 0a03d3b70d Ensure that all integration.TeleInstance processes get cleaned up
TeleInstance manages an auth server and a set of proxies/nodes.
TeleInstance.Stop only stops the auth server. A bunch of tests used it
assuming it also cleans up any running nodes.
This has caused a lot of log spam from failing heartbeats and generally
wasted CPU cycles.

Rename it to Stop to StopAuth to make it's purpose more obvious. Add
TeleInstance.StopAll that cleans up everything, suitable for deferring
in tests.
2020-04-17 21:25:47 +00:00
..
helpers.go Ensure that all integration.TeleInstance processes get cleaned up 2020-04-17 21:25:47 +00:00
integration.go Added new integration test (not turned on yet) 2016-04-07 18:20:38 -07:00
integration_test.go Ensure that all integration.TeleInstance processes get cleaned up 2020-04-17 21:25:47 +00:00
kube_integration_test.go Ensure that all integration.TeleInstance processes get cleaned up 2020-04-17 21:25:47 +00:00