-- adt -- Note, my adt runs so far have failed each time (and after 30+ minutes) The last last failure due to guest running out of space, so changed to 20G (default 4) # per http://packaging.ubuntu.com/html/auto-pkg-test.html#executing-the-test sudo addgroup kvm sudo adduser $(id --user --name) kvm sudo apt-get install -qy autopkgtest qemu-system qemu-utils python-distro-info genisoimage adt-buildvm-ubuntu-cloud -v --disk-size 20G --release=vivid adt-run systemd_219-4ubuntu7~ppa2.dsc --- qemu ~/adt-vivid-amd64-cloud.img time adt-run --output-dir=test-output.d \ --summary=test-output.d/sm-summary.log \ --debug systemd_219-4ubuntu7~ppa2.dsc --- \ qemu --cpus=4 --ram-size=8192 \ ~/adt-vivid-amd64-cloud.img 2>&1 | tee run.log -- physical server system booted (cloud-init installed) -- system has 2 nics, both could dhcp. only one configured to auto. system booted fine. both 'systemctl status ifup@eth0' and 'ifup@eth1' show 'success' EN had: auto eth0 iface eth0 inet dhcp iface eth1 inet dhcp -- cloud image on openstack -- - boot system, rm -Rf /var/lib/cloud /var/log/cloud*, apt-add-repository ppa:smoser -y && apt-get update && apt-get dist-upgrade sudo reboot system booted fine systemctl status ifup@eth0 -- laptop booting test -- - boot system with eth0 connected, but not listed in /etc/network/interfaces - [P] network-manager should bring up network interface on login - [P] ifup@eth0 service should succeed but do nothing $ systemctl status ifup@eth0 ●