~mvo/snapd/+git/snapd-mvo:improve-generator-test

Last commit made on 2019-02-11
Get this branch:
git clone -b improve-generator-test https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
improve-generator-test
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

a1dfc65... by Michael Vogt

tests: improve snaps-system-env test

In 18.04 we had a regression when we installed the snapd systemd
environment generator. Installing it caused LP: #1814355 and
the PATH for systemd services looked suddently like:
```
   /sbin:/usr/sbin:/bin:/usr/bin:/snap/bin
```
instead of the expected:
```
   /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
```

A better test that checked the *full* expected PATH instead of just
the addition of :/snap/bin would have caught this regression.

This PR adds the test for the full PATH now.

ea491cd... by Paweł Stołowski

Merge pull request #6486 from stolowski/simplify-hotplug-slot-spec

interfaces/hotplug: renamed RequestedSlotSpec to ProposedSlot, removed Specification

3261baf... by Paweł Stołowski

2018 -> 2019.

18f1e3d... by Paweł Stołowski

Merge branch 'master' into simplify-hotplug-slot-spec

91e6bec... by Paweł Stołowski

Review feedback.

928385a... by Paweł Stołowski

No need to copy attrs since normalize does that already.

5b49cff... by Paweł Stołowski

Renamed RequestedSlotSpec to ProposedSlot. Removed Specification type.

09ec71c... by Michael Vogt

Merge pull request #6484 from mvo5/rm-aa-profile-snap-cofine-harder

debian: ensure leftover usr.lib.snapd.snap-confine is gone

11dd838... by Samuele Pedroni

image,cmd/snap,tests: introduce support for modern prepare-image --snap <snap>[=<channel>] (#6469)

30f1f12... by Paweł Stołowski

Merge pull request #6478 from stolowski/hotplug-slotname

overlord/ifacestate: tweak logic for generating unique slot names