Browse Source

Run the macvlan/ipvlan integration tests

The problem was accidentally introduced in:
  e8dc9027819a9256f2237c54c13c66105edfc01e

Signed-off-by: Rob Murray <rob.murray@docker.com>
Rob Murray 1 year ago
parent
commit
4eb95d01bc

+ 1 - 1
integration/network/ipvlan/ipvlan_test.go

@@ -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

+ 1 - 1
integration/network/macvlan/macvlan_test.go

@@ -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