~smoser/cloud-init:feature/skip-better

Last commit made on 2018-10-01
Get this branch:
git clone -b feature/skip-better https://git.launchpad.net/~smoser/cloud-init
Only Scott Moser can upload to this branch. If you are Scott Moser please log in for upload directions.

Branch merges

Branch information

Name:
feature/skip-better
Repository:
lp:~smoser/cloud-init

Recent commits

eaffebe... by Scott Moser

rename discover_tests to discover_test

1b82114... by Scott Moser

drop unittest usage from tests/cloud_tests

now tests/cloud_tests/ has only unittest2 references.

7be8856... by Scott Moser

pycodestle

b693ec7... by Scott Moser

less unittest2 imports

4acec81... by Scott Moser

fixes

62ec0a4... by Scott Moser

skip better

c239eb8... by Scott Moser

tests: disable lxd tests on cosmic

Skip lxd tests on cosmic for two reasons:
a.) bug 1795036 - 'lxd init' fails on cosmic kernel.
b.) apt install lxd installs via snap which can be slow
    as that will download core snap and lxd.

fb5015f... by Chad Smith

cii-tests: use unittest2.SkipTest in ntp_chrony due to new deps

Git commitish fc4b966ba928b30b1c586407e752e0b51b1031e8 changed integration
test dependencies from unittest to unittest2. Use unittest2.SkipTest in
test_chrony to avoid causing tracebacks.

facb92c... by Scott Moser

lxd: adjust to snap installed lxd.

Relax expectation on path to lxc and lxd. The deb path still does
install them in /usr/bin/ but that is overly pedantic.

Add a 'lxd waitready' (present since lxd 0.5) to wait until lxd
is ready before operating on it.

fd873fa... by Chad Smith

docs: surface experimental doc in instance-data.json