summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add a regression test for Parallels Desktop (thanks Justin Clift).Richard W.M. Jones2011-01-246-0/+346
|
* Add /sys/hypervisor test files from RHEL 5 Xen Dom0.Richard W.M. Jones2011-01-2014-0/+14
|
* Add support for Linux kernels with pv_ops running on Xen.Richard W.M. Jones2011-01-2014-0/+14
| | | | | | | These would be found for example on Amazon EC2 or Citrix Xen. This also adds all the extra files found under /sys/hypervisor on this platform.
* Add additional facts about IBM SystemZ mainframes (thanks Dan Horák).Richard W.M. Jones2011-01-202-1/+69
| | | | | | | | | | | | | Add /proc/sysinfo from a real z/VM guest. This file can in theory be used to detect the following three arrangements: (1) Linux running in z/VM on an LPAR. (2) Linux running directly on an LPAR. (3) Linux running directly on baremetal (very unlikely!) Only arrangement (1) has been tested.
* Add test for z/VM on IBM SystemZ mainframes (thanks Dan Horák).Richard W.M. Jones2011-01-206-0/+96
|
* Add regression test for RHEL 5 Xen DomU HVM (aka full virtualization).Richard W.M. Jones2011-01-196-0/+201
|
* Add regression test for Linux-VServer (thanks Barış Metin).Richard W.M. Jones2011-01-196-0/+285
|
* Add regression test for RHEL 5 Xen DomU paravirt.Richard W.M. Jones2011-01-1910-0/+110
|
* Add regression test for RHEL 5 Xen Dom0.Richard W.M. Jones2011-01-1912-0/+627
|
* Fix tests: Add /proc/self/status to test roots.Richard W.M. Jones2011-01-194-0/+78
| | | | | Note that in two cases (esx4.1, qemu) this is an empty file because we haven't collected this data yet.
* Add tests for KVM and QEMU.Richard W.M. Jones2011-01-1810-0/+343
| | | | | | | | | The data is taken from a RHEL 6.0 guest running on a Fedora 14 host (x86_64 in both cases), using qemu-kvm and qemu-system-x86_64 respectively. qemu-kvm-0.13.0-1.fc14.x86_64 qemu-system-x86-0.13.0-1.fc14.x86_64
* Add test for VMware with data from ESX 4.1 (thanks Matthew Booth).Richard W.M. Jones2011-01-185-0/+1459
|
* Add a test for baremetal.Richard W.M. Jones2011-01-185-0/+791
This modifies the virt-what script slightly so that a test root can be passed, which causes all tests to be run relative to that root directory (similar to a chroot). We then provide a root directory with just enough files in it to convince virt-what that it is a baremetal machine. Note that the data in the files is completely real. We do not intend to add a test unless we can get data from the real system.