Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
interfaces: backport broadcom-asic-control interface (2.27) #3726
Conversation
zyga
added this to the 2.27 milestone
Aug 14, 2017
mvo5
changed the title from
interfaces: backport broadcom-asic-control interface
to
interfaces: backport broadcom-asic-control interface (2.27)
Aug 14, 2017
codecov-io
commented
Aug 14, 2017
Codecov Report
@@ Coverage Diff @@
## release/2.27 #3726 +/- ##
================================================
+ Coverage 74.86% 74.87% +<.01%
================================================
Files 381 382 +1
Lines 32941 32982 +41
================================================
+ Hits 24662 24694 +32
- Misses 6483 6489 +6
- Partials 1796 1799 +3
Continue to review full report at Codecov.
|
| + spec.AddSnippet(snippet) | ||
| + } | ||
| + return nil | ||
| +} |
jdstrand
Aug 14, 2017
Contributor
It's a little weird that the 2.27 backport has functions in this order: apparmor, autoconnect, kmod, udev but master is: apparmor, udev, kmod, autoconnect. The code is correct, so no problem; just a bit harder to verify the patch.
zyga
Aug 14, 2017
Contributor
Ah, sorry, I think the weird order was because that is how they look like in common.go (perhaps, not sure). I'll check and fix that if so
zyga commentedAug 14, 2017
This patch backports the new interface to the 2.27.x release branch per
request of Canonical Commercial Engineering team.
Signed-off-by: Zygmunt Krynicki zygmunt.krynicki@canonical.com