~snappy-dev/snapd/+git/snapd-pawel:wrappers-stop-disable

Last commit made on 2020-06-02
Get this branch:
git clone -b wrappers-stop-disable https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
wrappers-stop-disable
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

49d7823... by Paweł Stołowski

Merge branch 'master' into wrappers-stop-disable

075cf9e... by Zygmunt Krynicki

tests: port document-portal-activation to session-tool (#8733)

* tests: port document-portal-activation to session-tool

There are a number of usual changes, move to session-tool, not leaking
dbus-daemon, running a session service as the test user. That last
change mainly helps to make test cleanup reliable. I also did three
extra changes along the way:

 - The check_stderr helper no longer checks cgroup type each time.
 - The helper variables were removed, this makes some commands longer
   but more understandable and less quirky to quoting and shell
   expansion issues.
 - The variant where session bus is unavailable is now tested last,
   with session bus socket stopped and with environment override
   that stops snap run from trying to talk to a non-existent socket.

Signed-off-by: Zygmunt Krynicki <email address hidden>

* tests: restore more strict error check

The test previosuly verified that the *only* thing present is the
warning about cgroupv2 support. This patch restores that strictness.

Signed-off-by: Zygmunt Krynicki <email address hidden>

b2f96a5... by Ian Johnson

Merge pull request #8776 from bboozzoo/bboozzoo/bootloader-helper-rename

bootloader: rename test helpers to reflect we are mocking EFI boot locations

The helper mocks grub.cfg in native EFI system partition locations under
EFI/ubuntu. Change the name of test helper to reflect that.

1071dda... by Maciej Borzecki

bootloader: rename test helpers to reflect we are mocking EFI boot locations

The helper mocks grub.cfg in native EFI system partition locations under
EFI/ubuntu. Change the name of test helper to reflect that.

Signed-off-by: Maciej Borzecki <email address hidden>

bcf2c93... by Claudio Matsuoka

Merge pull request #8774 from stolowski/debian-sid-nfs-test

tests: disable test of nfs v3 with udp proto on debian-sid

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.

b9e7a7a... by Paweł Stołowski

Simplify StopFlags checks by creating empty flags if nil. Add a commment about StopFlags in wrappers reflecting those from snapstate backend (thanks zyga).

3b79499... by Paweł Stołowski

Merge remote-tracking branch 'origin/master' into wrappers-stop-disable