~snappy-hwe-team/snappy-hwe-snaps/+git/tests-extras:master

Last commit made on 2019-12-19
Get this branch:
git clone -b master https://git.launchpad.net/~snappy-hwe-team/snappy-hwe-snaps/+git/tests-extras
Members of Snappy HWE Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

c8668d4... by Alfonso Sanchez-Beato

DEPRECATE REPOSITORY

It has been renamed to stack-snaps-tools to broaden its scope.

d9efa73... by Alfonso Sanchez-Beato

templates: run_tests: use deb arch to locate package to test

b6487d0... by Alfonso Sanchez-Beato

Revert adding "snap" parameter to ubuntu-image

The ubuntu-image that we are installing in the docker test images is
apparently too old to accept it. Probably the issue is that
xenial-updates is not included in the sources.

6b205fb... by Alfonso Sanchez-Beato

Make copy of files less verbose

0e54dbc... by Alfonso Sanchez-Beato

Force creation of VM in all test runs

We avoid contamination from older test runs. Also, creating a new image
is actually quite cheap in time. We also deprecate the --force-new-image
option.

0700add... by Alfonso Sanchez-Beato

Address shellcheck warnings

fd4eb38... by Alfonso Sanchez-Beato

Update run-tests.sh template

Make it use the --snap option now.

6d575bb... by Alfonso Sanchez-Beato

Add parameter to ubuntu-image to avoid warning

Add 'snap' parameter to ubuntu-image to make it happy.

ae0983f... by Alfonso Sanchez-Beato

Change snap option meaning

Previously, the --snap option of the tests scripts meant adding an
installed snap to a newly created image. This was not used anywhere
(there was a bug that prevented it from working). Change the meaning so
what it does is copying around a snap file that can be installed
manually later by the spread tests. This way we avoid having to build
the snap inside the VM by using the classic snap.

905f74d... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch fix-findding-part

Merge-Proposal: https://code.launchpad.net/~alfonsosanchezbeato/snappy-hwe-snaps/+git/tests-extras/+merge/335456

Author: Alfonso Sanchez-Beato <email address hidden>

Search writable partition from kpartx output

Using findfs was not reliable if there were other images (for which
kpartx had created the loop devices) containing that partition. Docker
was leaking these devices into the testing container, which was causing
failures. The devices came from containers in a bad state.