Note Ubuntu does not currently use or properly support systemd, so we
cannot obtain a nice systemd-analyze output. So for now we'll just emit
the "uptime" number, which is entirely incorrect but cannot be helped,
and is just a formatting placeholder until Ubuntu 14.10 stable supports
systemd.
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
This script is designed to create a minimal Ubuntu system using debootstrap
into an already compatible layout for vm-timing-report. Note the other new
components that will be required are not yet included.
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
There are instances when this script may begin execution before systemd
says that all services have been started and the system is "booted".
Until that time systemd-analyze will not report its timestamps as they
have not completed.
This ensures all tested guest VMs report back once they have been declared
fully booted - ensuring results are not skewed by udev rules, etc.
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>