~ondrak/+git/snapd:interface-iotedge

Last commit made on 2020-09-14
Get this branch:
git clone -b interface-iotedge https://git.launchpad.net/~ondrak/+git/snapd
Only Ondrej Kubik can upload to this branch. If you are Ondrej Kubik please log in for upload directions.

Branch merges

Branch information

Name:
interface-iotedge
Repository:
lp:~ondrak/+git/snapd

Recent commits

e83b6d2... by Ondrej Kubik

interfaces: builtin: add iotedge interface to support Azure iotedge

Signed-off-by: Ondrej Kubik <email address hidden>

8a5358c... by Paweł Stołowski

Merge pull request #9221 from stolowski/disk-space-awareness/spread-test

tests: disk space awareness spread test

07b2515... by Paweł Stołowski

Merge branch 'master' into disk-space-awareness/spread-test

983b3ec... by Michael Vogt

Merge pull request #9339 from pedronis/uc20-boot-streamline-mock-device

 boot: make MockUC20Device use a model and MockDevice more realistic

c645d61... by Maciej Borzecki

Merge pull request #9337 from pedronis/uc20-conditional-reseal

boot,many: reseal only when meaningful and necessary

88e4605... by Samuele Pedroni

tests/nested/core20/kernel-failover: add test for failed refresh of uc20 kernel

Merge pull request #9208 from anonymouse64/feature/uc2-kernel-failed-refresh-rolls-back

This exercises both the snapd logic for falling back properly and cleaning up
after a failed refresh, as well as pc-gadget grub.conf logic that rollbacks are
handled properly.

Eventually with resealing there should be additional things we check for here,
but for now it's sufficient to show that the kernel got rolled back successfully
and that we don't leave any intermediate state behind about the attempted
refresh.

Also some miscellaneous nested.sh improvements.

f615362... by Michael Vogt

Merge pull request #9305 from mvo5/nested-qemu-works-with-kvm

tests: fix nested to work with qemu and kvm

0d4c746... by Samuele Pedroni

boot: make MockUC20Device use a model and MockDevice more realistic

We will need to add Model to Device for UC20 cases, prepare for that
by forcing MockUC20Device to use one and produce output consistent
with it.

Make also the behavior of MockDevice a bit more consistent/realistic
though it has limited use for UC20, it allowed for mode != "run"
with HasModeenv false for example.

cb98729... by Samuele Pedroni

boot: have the mock model helper in boottest, a bit more naming consistence

e90d175... by Samuele Pedroni

boot: fix ineffective assignment