Skip to content

Commit

Permalink
Move more stuff to common
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfont committed Mar 4, 2022
1 parent 607c1eb commit 22d2443
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 7 additions & 0 deletions integration_common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,15 @@ const DOCKER_EXECUTE_TIMEOUT = 10 * time.Second
var (
IpPrefix4 = netaddr.MustParseIPPrefix("100.64.0.0/10")
IpPrefix6 = netaddr.MustParseIPPrefix("fd7a:115c:a1e0::/48")

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 ExecuteCommandConfig struct {
timeout time.Duration
}
Expand Down
7 changes: 0 additions & 7 deletions integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22d2443

Please sign in to comment.