(t *testing.T)
| 249 | } |
| 250 | |
| 251 | func TestCoordinator_BidirectionalTunnels(t *testing.T) { |
| 252 | t.Parallel() |
| 253 | logger := testutil.Logger(t) |
| 254 | coordinator := tailnet.NewCoordinator(logger) |
| 255 | ctx := testutil.Context(t, testutil.WaitShort) |
| 256 | test.BidirectionalTunnels(ctx, t, coordinator) |
| 257 | } |
| 258 | |
| 259 | func TestCoordinator_GracefulDisconnect(t *testing.T) { |
| 260 | t.Parallel() |
nothing calls this directly
no test coverage detected