Move internal/testutils/networking to integration/internal/testutils/networking

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2025-07-24 12:16:06 -07:00
parent 14eb2770b9
commit 6514282136
11 changed files with 9 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ import (
"testing"
"github.com/docker/docker/daemon/libnetwork/nlwrap"
"github.com/docker/docker/internal/testutils/networking"
"github.com/docker/docker/integration/internal/testutils/networking"
"github.com/docker/docker/testutil"
"github.com/docker/docker/testutil/daemon"
"github.com/moby/moby/api/types/network"

View File

@@ -14,7 +14,7 @@ import (
"github.com/docker/docker/daemon/libnetwork/nlwrap"
ctr "github.com/docker/docker/integration/internal/container"
"github.com/docker/docker/integration/internal/network"
"github.com/docker/docker/internal/testutils/networking"
"github.com/docker/docker/integration/internal/testutils/networking"
"github.com/docker/docker/testutil"
"github.com/docker/docker/testutil/daemon"
"github.com/docker/go-connections/nat"

View File

@@ -33,7 +33,7 @@ import (
"github.com/docker/docker/daemon/libnetwork/drivers/bridge"
"github.com/docker/docker/integration/internal/container"
"github.com/docker/docker/integration/internal/network"
"github.com/docker/docker/internal/testutils/networking"
"github.com/docker/docker/integration/internal/testutils/networking"
"github.com/docker/docker/testutil"
"github.com/docker/docker/testutil/daemon"
"github.com/docker/go-connections/nat"

View File

@@ -30,7 +30,7 @@ import (
"github.com/docker/docker/daemon/libnetwork/drivers/bridge"
"github.com/docker/docker/integration/internal/container"
"github.com/docker/docker/integration/internal/network"
"github.com/docker/docker/internal/testutils/networking"
"github.com/docker/docker/integration/internal/testutils/networking"
"github.com/docker/docker/testutil"
"github.com/docker/docker/testutil/daemon"
"github.com/docker/go-connections/nat"

View File

@@ -14,7 +14,7 @@ import (
"github.com/docker/docker/daemon/libnetwork/netlabel"
"github.com/docker/docker/integration/internal/container"
"github.com/docker/docker/integration/internal/network"
"github.com/docker/docker/internal/testutils/networking"
"github.com/docker/docker/integration/internal/testutils/networking"
"github.com/docker/docker/testutil"
"github.com/docker/docker/testutil/daemon"
containertypes "github.com/moby/moby/api/types/container"

View File

@@ -21,8 +21,8 @@ import (
"github.com/docker/docker/daemon/libnetwork/netlabel"
"github.com/docker/docker/integration/internal/container"
"github.com/docker/docker/integration/internal/network"
"github.com/docker/docker/integration/internal/testutils/networking"
n "github.com/docker/docker/integration/network"
"github.com/docker/docker/internal/testutils/networking"
"github.com/docker/docker/testutil"
"github.com/docker/docker/testutil/daemon"
"github.com/docker/go-connections/nat"

View File

@@ -4,7 +4,7 @@ import (
"os"
"testing"
"github.com/docker/docker/internal/testutils/networking"
"github.com/docker/docker/integration/internal/testutils/networking"
"github.com/docker/docker/testutil/request"
"github.com/moby/moby/client"
"gotest.tools/v3/assert"

View File

@@ -18,7 +18,7 @@ import (
"github.com/docker/docker/daemon/libnetwork/drivers/bridge"
"github.com/docker/docker/integration/internal/container"
"github.com/docker/docker/integration/internal/network"
"github.com/docker/docker/internal/testutils/networking"
"github.com/docker/docker/integration/internal/testutils/networking"
"github.com/docker/docker/testutil"
"github.com/docker/docker/testutil/daemon"
"github.com/docker/go-connections/nat"

View File

@@ -11,7 +11,7 @@ import (
"github.com/docker/docker/integration/internal/container"
net "github.com/docker/docker/integration/internal/network"
"github.com/docker/docker/integration/internal/swarm"
"github.com/docker/docker/internal/testutils/networking"
"github.com/docker/docker/integration/internal/testutils/networking"
"github.com/docker/docker/testutil/daemon"
containertypes "github.com/moby/moby/api/types/container"
"github.com/moby/moby/api/types/network"