Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: support running spread suite in autopkgtests #2188

Merged
merged 12 commits into from
Aug 9, 2018

Commits on Aug 2, 2018

  1. tests: support running spread suite in autopkgtests

    The spread suite should run as part of the release process. Add an
    autopkgtest suite to run it. Also update testing docs for running
    autopkgtests on Bionic.
    
    Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
    kyrofa committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    909bef1 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. Configuration menu
    Copy the full SHA
    16931e8 View commit details
    Browse the repository at this point in the history
  2. debian/tests: add openssh-server to deps

    Apparently not all autopkgtest images have it (looking at you, armhf).
    
    Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
    kyrofa committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    6b17e67 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2018

  1. Don't try to install snaps in armhf autopkgtest

    Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
    kyrofa committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    826676b View commit details
    Browse the repository at this point in the history
  2. Revert "Don't try to install snaps in armhf autopkgtest"

    This reverts commit 826676b.
    kyrofa committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    0c0e9ec View commit details
    Browse the repository at this point in the history
  3. Add fuse so armhf autopkgtests can install snaps

    Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
    kyrofa committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    b1e4904 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. Restrict spread tests to isolation-machine

    This will automatically skip armhf tests since it can't provide such
    isolation.
    
    Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
    kyrofa committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    5fe72c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. Add git to spread test deps

    Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
    kyrofa committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    05c1389 View commit details
    Browse the repository at this point in the history
  2. debian/control: add distutils as dependency to snapcraft

    Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
    kyrofa committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    7a99733 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    646aedb View commit details
    Browse the repository at this point in the history
  4. python3-distutils isn't available on xenial (nor is it needed)

    Cheat and use python3-setuptools instead, which exists on both xenial
    and bionic, and depends upon python3-distutils in bionic.
    
    Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
    kyrofa committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    10fc5c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a44bd18 View commit details
    Browse the repository at this point in the history