Run the macvlan/ipvlan integration tests
The problem was accidentally introduced in:
e8dc902781
Signed-off-by: Rob Murray <rob.murray@docker.com>
This commit is contained in:
parent
a60546b084
commit
4eb95d01bc
2 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ func TestDockerNetworkIpvlan(t *testing.T) {
|
|||
t.Cleanup(func() { d.Stop(t) })
|
||||
d.StartWithBusybox(ctx, t)
|
||||
c := d.NewClientT(t)
|
||||
tc.test(ctx, c)
|
||||
tc.test(ctx, c)(t)
|
||||
})
|
||||
|
||||
// FIXME(vdemeester) clean network
|
||||
|
|
|
@ -82,7 +82,7 @@ func TestDockerNetworkMacvlan(t *testing.T) {
|
|||
d.StartWithBusybox(ctx, t)
|
||||
c := d.NewClientT(t)
|
||||
|
||||
tc.test(ctx, c)
|
||||
tc.test(ctx, c)(t)
|
||||
})
|
||||
|
||||
// FIXME(vdemeester) clean network
|
||||
|
|
Loading…
Reference in a new issue