~mvo/snapd/+git/snapd-mvo:tests-smoke-adt-failure

Last commit made on 2020-01-06
Get this branch:
git clone -b tests-smoke-adt-failure https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
tests-smoke-adt-failure
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

6c9cb44... by Michael Vogt

tests: rename "test-snapd-sh" in smoke test to test-snapd-sandbox

Rename the local test-snapd-sh snap used in tests/smoke/sandbox
to test-snapd-sandbox to avoid confusion with the test-snapd-sh
snap that is in the store.

367fa48... by Michael Vogt

tests: remove "test-snapd-tools" in smoke/sandbox on restore

In the autopkgtest environment we do not run any suite prepare
or restore scripts. The smoke tests run on a pristine environment
and the spread.yaml is generated from the d/tests/integrationtest
script. This means that each test must remove any snaps it installed
in the "restore" stanza.

This fixes a rather strange error in the autopkgtest run on 20.04
where we have a test-snapd-sh installed from the "sandbox" suite.
But this test-snapd has a different interface than the test-snapd-sh
from the store.

639a009... by Michael Vogt

Merge pull request #7851 from sergiocazzolato/tests-update-test-snapd-tools-usage-part3

tests: use test-snapd-sh snap instead of test-snapd-tools - Part 3

0c3c751... by Claudio Matsuoka

Merge pull request #7946 from cmatsuoka/fix-partitioning-test

tests: fix partition creation test

b37ab65... by Claudio Matsuoka

tests: trigger udev for new partitions

Signed-off-by: Claudio Matsuoka <email address hidden>

7824d20... by Claudio Matsuoka

snap-bootstrap: show device node in error message

Display the device node in the gadget vs device consistency test error
message instead of filesystem label, which can not be set in offending
partitions.

Signed-off-by: Claudio Matsuoka <email address hidden>

c9616d6... by Claudio Matsuoka

tests: fix partition creation test

The data partition size was changed in the gadget, so reflect this
change in the partitioning test as well.

Signed-off-by: Claudio Matsuoka <email address hidden>

0918987... by Paweł Stołowski

Merge pull request #7945 from stolowski/rename-services-tests

tests: unify/rename services-related spread tests to start with services- prefix

50d8ad3... by Michael Vogt

Merge pull request #7944 from mvo5/core20-prepare-spread-1

test: extract code that modifies "writable" for test prep

ffc745b... by Paweł Stołowski

Unify/rename services-related spread tests to start with services-*.