Do not use host networking in embedded DERP tests

fixed linting
This commit is contained in:
Juan Font
2023-04-23 11:02:28 +00:00
parent 991ff25362
commit b465592c07
3 changed files with 18 additions and 23 deletions

View File

@@ -2,12 +2,14 @@ package integration
import (
v1 "github.com/juanfont/headscale/gen/go/headscale/v1"
"github.com/ory/dockertest/v3"
)
type ControlServer interface {
Shutdown() error
SaveLog(string) error
Execute(command []string) (string, error)
ConnectToNetwork(network *dockertest.Network) error
GetHealthEndpoint() string
GetEndpoint() string
WaitForReady() error