For ipvlan tests check that the ipvlan module is enabled#39358
For ipvlan tests check that the ipvlan module is enabled#39358kolyshkin merged 1 commit intomoby:masterfrom
Conversation
|
ping @kolyshkin ptal |
|
Please sign your commits following these rules: $ git clone -b "testForIpvlan" [email protected]:jim-docker/moby.git somewhere
$ cd somewhere
$ git rebase -i HEAD~842356984576
editor opens
change each 'pick' to 'edit'
save the file and quit
$ git commit --amend -s --no-edit
$ git rebase --continue # and repeat the amend for each commit
$ git push -fAmending updates the existing PR. You DO NOT need to open a new one. |
1ed6c3a to
9cb04e2
Compare
Codecov Report
@@ Coverage Diff @@
## master #39358 +/- ##
=========================================
Coverage ? 37%
=========================================
Files ? 612
Lines ? 45643
Branches ? 0
=========================================
Hits ? 16890
Misses ? 26471
Partials ? 2282 |
|
Two things
|
|
Does not matter. We now have better check for the feature, and it's sufficient, so there's absolutely no reason to wrap it into another, much less reliable, check.
I can and I actually did, as per the comment about kernel version check above. We still need to squash it anyway before merging, as it's one small logical change and it should be one commit -- otherwise we'll pollute git log |
I'll squash it, but I recall seeing a checkbox you can select when merging to master to do the squash automatically |
…just ensuring the kernel version is greater than 4.2) Co-Authored-By: Jim Ehrismann <[email protected]> Co-Authored-By: Sebastiaan van Stijn <[email protected]> Signed-off-by: Jim Ehrismann <[email protected]>
b5bdc38 to
a77e147
Compare
We tend not to use that option because;
|
- What I did
Made sure tests that require ipvlan module to be enabled are run only if it is enabled
- How I did it
Added Kir's test for ipvlan module being enabled
- How to verify it
Run TestDockerNetworkIpvlan test with and without ipvlan being enabled
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)