~raharper/curtin:fix/vmtest-use-cache-none

Last commit made on 2019-06-04
Get this branch:
git clone -b fix/vmtest-use-cache-none https://git.launchpad.net/~raharper/curtin
Only Ryan Harper can upload to this branch. If you are Ryan Harper please log in for upload directions.

Branch merges

Branch information

Name:
fix/vmtest-use-cache-none
Repository:
lp:~raharper/curtin

Recent commits

ed1ddf3... by Ryan Harper

Add more random data to seed

857db85... by Ryan Harper

Add random seeded test-order

94705da... by Ryan Harper

tools/launch: drop cache mode setting in favor of xkvm

1c70865... by Ryan Harper

xkvm: switch to cache=none,aio=native to reduce memory pressure on hosts

7ab5ed7... by Ryan Harper

vmtest: refactor test_network code for Eoan

Eoan images no longer contain 'route' and 'route6' from 'net-tools'
package. If the output is not present, rely on 'ip route show' and
'ip 6 route show' output instead.

0049e0a... by Michael Hudson-Doyle

curthoooks: disable daemons while reconfiguring mdadm

By switching from subp(..., target=...) to ChrootableTarget.

LP: #1829325.

b6e8a1c... by Michael Hudson-Doyle

mdadm: fix install to existing raid

Just change the export=False to export=True in the call to mdadm_examine
in md_check_array_membership.

LP: #1830157

8c347f4... by Paride Legovini

apt_proxy env var set but empty => do not setup any proxy

Sample use case: apt-cacher-ng is setup as the apt proxy
on the host system (via Acquire::HTTP::Proxy), but it is
not wanted and not functional in the guest systems used
for the vmtests.

6e9e274... by Dan Watkins

release 19.1

1d1a577... by Ryan Harper

vmtest: add missing skip_by_date on Eoan test_network_mtu