interfaces/mount: add InfoEntry type #3129

Merged
merged 5 commits into from Apr 11, 2017

tests: improve debug output

Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
  • Loading branch information...
commit f82c78c07facd73f5ad1a31f26b0b337dc6ce4ce @zyga zyga committed Apr 4, 2017
View
@@ -184,8 +184,14 @@ prepare-each: |
dmesg -c > /dev/null
debug-each: |
+ echo '# journal messages for snapd'
journalctl -u snapd
+ echo '# apparmor denials '
dmesg | grep DENIED || true
+ echo '# seccomp denials (kills) '
+ dmesg | grep 1326 || true
+ echo '# snap interfaces'
+ snap interfaces || true
rename:
# Move content into a directory, so that deltas computed by repack benefit