Commit Graph

7 Commits

Author SHA1 Message Date
Ikey Doherty 5bfc504fda Introduce remainder of Ubuntu support
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>
2014-08-07 18:01:50 +01:00
Ikey Doherty 27c281d8bd scripts: Add *initial* gen-ubuntu-rawfs.sh script
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>
2014-08-07 17:00:13 +01:00
Ikey Doherty c6df1463a6 spin-from-raw: Ignore dump files on CentOS 7
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
2014-07-25 00:36:06 +01:00
Ikey Doherty 1c9c36b61f vm-report: Do not report back unless systemd says we're up
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>
2014-07-24 16:14:14 +01:00
Ikey Doherty ff4d7c5ae0 scripts: +x no longer needed
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
2014-07-24 14:52:52 +01:00
Ikey Doherty 47cda8c07a scripts: Ensure we never copy rescue or plymouth initrd
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
2014-07-24 14:47:57 +01:00
Ikey Doherty 0d0cf2f373 Initial commit of vm-timing-report
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
2014-07-24 13:30:53 +01:00