Skip to content

Migrate test-integration-cli experimental macvlan test to integration#36697

Merged
thaJeztah merged 1 commit intomoby:masterfrom
vdemeester:network-macvlan-test-migration
Mar 28, 2018
Merged

Migrate test-integration-cli experimental macvlan test to integration#36697
thaJeztah merged 1 commit intomoby:masterfrom
vdemeester:network-macvlan-test-migration

Conversation

@vdemeester
Copy link
Copy Markdown
Member

@vdemeester vdemeester commented Mar 26, 2018

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

@vdemeester
Copy link
Copy Markdown
Member Author

vdemeester commented Mar 26, 2018

13:44:53 === RUN   TestDockerNetworkMacvlanPersistance
13:44:53 --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s)
13:44:53 	macvlan_test.go:25: macvlanKernelSupport(): Kernel doesn't support macvlan
13:44:53 === RUN   TestDockerNetworkMacvlanOverlapParent
13:44:53 --- SKIP: TestDockerNetworkMacvlanOverlapParent (0.00s)
13:44:53 	macvlan_test.go:52: macvlanKernelSupport(): Kernel doesn't support macvlan
13:44:53 === RUN   TestDockerNetworkMacvlanSubinterface
13:44:53 --- SKIP: TestDockerNetworkMacvlanSubinterface (0.00s)
13:44:53 	macvlan_test.go:92: macvlanKernelSupport(): Kernel doesn't support macvlan
13:44:53 === RUN   TestDockerNetworkMacvlanBridgeNilParent
13:44:53 --- SKIP: TestDockerNetworkMacvlanBridgeNilParent (0.00s)
13:44:53 	macvlan_test.go:126: macvlanKernelSupport(): Kernel doesn't support macvlan
13:44:53 === RUN   TestDockerNetworkMacvlanBridgeInternal
13:44:53 --- SKIP: TestDockerNetworkMacvlanBridgeInternal (0.00s)
13:44:53 	macvlan_test.go:150: macvlanKernelSupport(): Kernel doesn't support macvlan
13:44:53 === RUN   TestDockerNetworkMacvlanMultiSubnet
13:44:53 --- SKIP: TestDockerNetworkMacvlanMultiSubnet (0.00s)
13:44:53 	macvlan_test.go:179: Temporarily skipping while investigating sporadic v6 CI issues

I though janky would have a kernel that supports that.. 🤕

EDIT: nevermind, I'm just dumb 😹

@vdemeester vdemeester force-pushed the network-macvlan-test-migration branch from c50530e to b71f119 Compare March 26, 2018 14:41
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 26, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@b6a7d02). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master   #36697   +/-   ##
=========================================
  Coverage          ?   34.96%           
=========================================
  Files             ?      613           
  Lines             ?    45559           
  Branches          ?        0           
=========================================
  Hits              ?    15928           
  Misses            ?    27542           
  Partials          ?     2089

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>
@vdemeester
Copy link
Copy Markdown
Member Author

Updated (and should be green) 👼

Copy link
Copy Markdown
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

ping @fcrisciani @selansen PTAL

Copy link
Copy Markdown
Contributor

@fcrisciani fcrisciani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@thaJeztah thaJeztah merged commit 3858865 into moby:master Mar 28, 2018
@vdemeester vdemeester deleted the network-macvlan-test-migration branch March 28, 2018 15:56
@selansen
Copy link
Copy Markdown
Contributor

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants