Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
overlord/ifacestate: reload snap connections when setting up security for a given snap #950
+54
−10
Conversation
zyga
added some commits
Apr 14, 2016
niemeyer
reviewed
Apr 14, 2016
| @@ -336,6 +336,46 @@ func (s *interfaceManagerSuite) TestDoSetupSnapSecuirtyKeepsExistingConnectionSt | ||
| }) | ||
| } | ||
| +func (s *interfaceManagerSuite) TestDoSetupSnapSecuirtyReloadsConnectionsWhenInvokedOnPlugSide(c *C) { |
niemeyer
Apr 14, 2016
•
Contributor
LGTM, but let's please rename these function names to be at most half that len. Let's use comments to document them instead.
niemeyer
merged commit 1d872aa
into
snapcore:master
Apr 14, 2016
zyga
deleted the
zyga:overlord-setup-reconnects
branch
Dec 12, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
zyga commentedApr 14, 2016
This branch ensures that a connection that was established is kept around when setup-snap-security is used.