20 Commits

Author SHA1 Message Date
Ikey Doherty 44176b0429 Abort when unable to allocate memory
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
2014-12-10 14:09:30 +00:00
Ikey Doherty 23e9cfb457 Fix typo in comment header
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
2014-12-10 14:04:27 +00:00
Ikey Doherty c7d33dbf02 Add Ubuntu instructions to README, and reference CentOS readme
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
2014-08-14 19:56:39 +01:00
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 4884bc8a0d vm-timing-report: Allow users to specify the path to the qemu binary
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
2014-07-25 15:22:08 +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 6a0d5a8305 README.CentOS: Simplify naming of virt machine
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
2014-07-24 16:43:33 +01:00
Ikey Doherty 3e35d4adb3 vm-timing-report: Fix overly verbose null checks
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
2014-07-24 16:32:26 +01:00
Ikey Doherty 761a0d8f6a Ensure we distribute CentOS instructions in tarballs
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
2014-07-24 16:24:30 +01:00
Ikey Doherty 443dbe77dc Add instructions for generating suitable CentOS 7 image
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
2014-07-24 16:22:05 +01:00
Ikey Doherty 0aaf8a741f data: Add a kickstart file to enable creation of CentOS 7 VM
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
2014-07-24 16:15:18 +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 84e45c0c71 vm-report: Use / for working directory to be distro agnostic
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
2014-07-24 15:52:42 +01:00
Ikey Doherty 10cc1d0013 vm-timing-report: Print out original buffer for unknown requests
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
2014-07-24 15:52:00 +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 f2d865fe20 README: Clean up for markdown formatting (and parameter issue) 2014-07-24 13:34:42 +01:00
Ikey Doherty 5e2b0a1e1a Switch README to use markdown (better landing page)
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
2014-07-24 13:33:03 +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