Move more stuff to common

This commit is contained in:
Juan Font Alonso 2022-03-04 13:26:45 +01:00
parent 607c1eb316
commit 22d2443281
2 changed files with 7 additions and 7 deletions

View file

@ -29,13 +29,6 @@ import (
"tailscale.com/ipn/ipnstate"
)
var tailscaleVersions = []string{"1.20.4", "1.18.2", "1.16.2", "1.14.3", "1.12.3"}
type TestNamespace struct {
count int
tailscales map[string]dockertest.Resource
}
type IntegrationTestSuite struct {
suite.Suite
stats *suite.SuiteInformation