~mvo/snapd/+git/snapd-mvo:tests-enable-debian-sid-2

Last commit made on 2019-01-25
Get this branch:
git clone -b tests-enable-debian-sid-2 https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
tests-enable-debian-sid-2
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

6b866ed... by Michael Vogt

tests: restart systemd-journald between tests to workaround memleak

960bbe5... by Michael Vogt

tests: disable unit/go static tests on debian-sid

The static unit test fails with:
```
Formatting wrong in following files:
/tmp/static-unit-tests/src/github.com/snapcore/snapd/snap/gadget_test.go
/tmp/static-unit-tests/src/github.com/snapcore/snapd/progress/ansimeter_test.go
...
```
Probably because debian sid is using go 1.11. The regular unit tests
still run as part of the package building so in practise this just
disables the static checks on Debian Sid.

6df624b... by Sergio Cazzolato

Make more robust the logs check for refresh-delta tests

67a5f6b... by Sergio Cazzolato

Running debian sid as part of the main suite on travis

e147c65... by Michael Vogt

Merge pull request #6408 from mvo5/dbus-slot-spread-test

tests: add spread test for system dbus interface

e1604d3... by Michael Vogt

Merge pull request #6424 from mvo5/no-pipefail-again

tests: remove -o pipefail

75a617e... by Michael Vogt

Merge pull request #6427 from jdstrand/add-block-devices-interface

interfaces: add block-devices interface

875f621... by Michael Vogt

Merge pull request #6421 from bboozzoo/bboozzoo/fedora-29-google-upgrade-suite

spread: enable upgrade suite on fedora

5487768... by Maciej Borzecki

Merge remote-tracking branch 'origin/master' into bboozzoo/fedora-29-google-upgrade-suite

3175cd6... by Jamie Strandboge

interfaces: add block-devices interface

Some applications need access to raw disks (eg, smartctl and hdparm) or
disks at the block level (eg, flashing tools). This interface provides
this access. Since read access gives the snap access to all data on the
device and write access allows changing the contents of the disk, this
interface is considered a "super-privileged" interface since it grants
device ownership to the snap.

Tested with 'hdparm -t /dev/sda', 'smartctl --test=short /dev/sda' and
'smartctl --all /dev/sda'.

References:
https://forum.snapcraft.io/t/request-for-classic-confinement-sas2ircu/9023
https://forum.snapcraft.io/t/classic-confinement-review-request-for-fwup/7379
https://forum.snapcraft.io/t/classic-confinement-request-for-the-wimlib-snap/7424