tests: ensure network-bind and core-support are connected #3164

Closed
wants to merge 1 commit into
from
Jump to file or symbol
Failed to load files and symbols.
+4 −0
Split
@@ -78,3 +78,7 @@ execute: |
wait_for_service snap.test-snapd-python-webserver.test-snapd-python-webserver
echo "Ensure the webserver is working after a snap restart"
curl http://localhost | MATCH "XKCD rocks"
+
+ echo "Ensure interfaces are connected"
+ snap interfaces | MATCH ":core-support.*core:core-support-plug"
+ snap interfaces | MATCH ":network-bind.*core"
@niemeyer

niemeyer Apr 10, 2017

Contributor

Why aren't those two exactly alike?

@mvo5

mvo5 Apr 10, 2017

Collaborator

I think the should be exactly alike, the test is currently failing the network-bind is not connected and we still don't know why. This is under investigation. I will fix the test!