teleport/integration
Russell Jones 61ffec8f2d Don't call defer from function that exits.
Don't call os.Exit() from RunCommand() as any defers won't be called.
Instead wrap RunCommand() in RunAndExit() to allow defers to be called.
2020-02-06 11:15:44 -08:00
..
helpers.go Expose auth server in integration tests. 2020-01-30 11:21:10 -08:00
integration.go Added new integration test (not turned on yet) 2016-04-07 18:20:38 -07:00
integration_test.go Don't call defer from function that exits. 2020-02-06 11:15:44 -08:00
kube_integration_test.go Use client cert metadata to route requests. (#2859) 2019-07-15 17:40:43 -07:00