~snappy-dev/snapd/+git/snapd-pawel:debian-sid-nfs-test

Last commit made on 2020-06-01
Get this branch:
git clone -b debian-sid-nfs-test https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
debian-sid-nfs-test
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

41d38c4... by Paweł Stołowski

Disable part of the nfs-support test that checks udp proto on debian-sid as it is not supported anymore and prints the following error:
mount.nfs: an incorrect mount option was specified
(this is caused by proto=udp part of "mount -t nfs localhost:/home /home -o nfsvers=3,proto=udp").

3567db2... by Paul Collins

update avahi-daemon labelling to allow simply "avahi-daemon" (#8713)

This appears to be the label used by avahi-daemon on Ubuntu 20.04 LTS.

Fixes: https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1879231

Co-authored-by: Samuele Pedroni <email address hidden>

8ef2c7c... by Maciej Borzecki

Merge pull request #8691 from pedronis/tests-lib-bin-utilities-naming-and-uniformity

tests: plan to improve the naming and uniformity of utilities

See tests/lib/tools/README.

This starts the first of steps of that reorganisation.

It also moves the tools suite close to the tools at tests/lib/tools/suite.

e208173... by Samuele Pedroni

tests: start implementing the plan/renames

6bb2603... by Samuele Pedroni

tests/lib/bin/TODO: define what should happen with env vars

1ea9454... by Samuele Pedroni

tests/lib/bin/TODO: make a different proposal

make a different proposal based on the fact that having things on PATH
is not an absolute goal for all tools, they are not all used that
frequently or used for debugging

accept that short names and hinting that the tools are for tests
are incompatible goals and again we might make different choices
for more frequently used tools

0b59789... by Samuele Pedroni

tests/lib/bin: a TODO to improve the naming and uniformity of utilities

this is written so to become later a README

97d88c7... by Samuele Pedroni

tests: move *-tool tests to their own suite

Merge pull request #8759 from pedronis/tests-lib-tools-suite

introduce a new suite tests/lib-tools for the *-tool tests.

this might move again and become tests/lib/tools/suite later

1e27bac... by Michael Vogt

snap-bootstrap: remove sealed key file on reinstall

If a device gets reinstalled the existing encrypted partitions are
removed. Also remove to keyfile and the recovery-keyfile to ensre
that a reinstall is actually possible.

LP: 1879338

a65fffe... by Samuele Pedroni

bootloader/ubootenv: don't panic with an empty uboot env

Merge pull request #8771 from pedronis/ubootenv-empty-err