Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
tests: ensure network-bind and core-support are connected #3164
Closed
Jump to file or symbol
Failed to load files and symbols.
| @@ -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" | ||
mvo5
Collaborator
|
||
Why aren't those two exactly alike?