mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
All `Macvlan` related test on `DockerSuite` and `DockerNetworkSuite` are migrated to `macvlan_test.go`. Also, as `macvlan` seems to be out of experimental, this removes the *skip* when the run is not experimental (and doesn't start a daemon with experimental either). The end goal being to remove the `experimental` builds. Signed-off-by: Vincent Demeester <vincent@sbr.pm> Upstream-commit: ef5bc603266b9fa5df525319d67329ebc14a8ee7 Component: engine