mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
integration: get tests to compile again
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
parent
04ff4a2ba4
commit
a281289515
1 changed files with 2 additions and 2 deletions
|
@ -86,12 +86,12 @@ func TestDockerNetworkReConnect(t *testing.T) {
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
|
|
||||||
name := t.Name() + "dummyNet"
|
name := t.Name() + "dummyNet"
|
||||||
net.CreateNoError(t, ctx, client, name,
|
net.CreateNoError(ctx, t, client, name,
|
||||||
net.WithDriver("overlay"),
|
net.WithDriver("overlay"),
|
||||||
net.WithAttachable(),
|
net.WithAttachable(),
|
||||||
)
|
)
|
||||||
|
|
||||||
c1 := container.Create(t, ctx, client, func(c *container.TestContainerConfig) {
|
c1 := container.Create(ctx, t, client, func(c *container.TestContainerConfig) {
|
||||||
c.NetworkingConfig = &network.NetworkingConfig{
|
c.NetworkingConfig = &network.NetworkingConfig{
|
||||||
EndpointsConfig: map[string]*network.EndpointSettings{
|
EndpointsConfig: map[string]*network.EndpointSettings{
|
||||||
name: {},
|
name: {},
|
||||||
|
|
Loading…
Add table
Reference in a new issue