# Pastebin I87puih6 2018-10-29 13:14:52 Error executing google:ubuntu-18.04-64:tests/main/interfaces-cifs-mount : ----- + echo 'The interface is not connected by default' The interface is not connected by default + MATCH -- '^- +test-snapd-cifs-mount:cifs-mount' + snap interfaces -i cifs-mount + echo 'When the interface is connected' When the interface is connected + snap connect test-snapd-cifs-mount:cifs-mount + snap connect test-snapd-cifs-mount:network-control + echo 'Then the snap is able to mount and umount a cifs fs' Then the snap is able to mount and umount a cifs fs + test-snapd-cifs-mount.sh -c 'mount -t cifs //127.0.0.1/data1 $SNAP_DATA/local_mount -o user=test-cifs,passowrd=test' mount: wrong fs type, bad option, bad superblock on //127.0.0.1/data1, missing codepage or helper program, or other error (for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount. helper program) In some cases useful info is found in syslog - try dmesg | tail or so.