new IP allocator and add postgres to integration tests. (#1756)

This commit is contained in:
Kristoffer Dalby
2024-02-18 19:31:29 +01:00
committed by GitHub
parent f581d4d9c0
commit 384ca03208
119 changed files with 3686 additions and 443 deletions

View File

@@ -7,12 +7,11 @@ import (
"testing"
"time"
"github.com/stretchr/testify/assert"
v1 "github.com/juanfont/headscale/gen/go/headscale/v1"
"github.com/juanfont/headscale/hscontrol/policy"
"github.com/juanfont/headscale/integration/hsic"
"github.com/juanfont/headscale/integration/tsic"
"github.com/stretchr/testify/assert"
)
func executeAndUnmarshal[T any](headscale ControlServer, command []string, result T) error {