Migrate test-integration-cli experimental macvlan test to integration#36697
Merged
thaJeztah merged 1 commit intomoby:masterfrom Mar 28, 2018
Merged
Conversation
7383de6 to
c50530e
Compare
Member
Author
I though EDIT: nevermind, I'm just dumb 😹 |
c50530e to
b71f119
Compare
Codecov Report
@@ Coverage Diff @@
## master #36697 +/- ##
=========================================
Coverage ? 34.96%
=========================================
Files ? 613
Lines ? 45559
Branches ? 0
=========================================
Hits ? 15928
Misses ? 27542
Partials ? 2089 |
b71f119 to
3a9f729
Compare
3a9f729 to
96f7d92
Compare
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>
96f7d92 to
ef5bc60
Compare
Member
Author
|
Updated (and should be green) 👼 |
thaJeztah
approved these changes
Mar 28, 2018
Member
thaJeztah
left a comment
There was a problem hiding this comment.
LGTM
ping @fcrisciani @selansen PTAL
Contributor
|
LGTM |
17 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All
Macvlanrelated test onDockerSuiteandDockerNetworkSuiteare migrated to
macvlan_test.go.Also, as
macvlanseems to be out of experimental, this removesthe skip when the run is not experimental (and doesn't start a
daemon with experimental either).
The end goal being to remove the
experimentalbuilds.🦁
Signed-off-by: Vincent Demeester vincent@sbr.pm