summaryrefslogtreecommitdiffstats
path: root/tests/rhel5-xen-domU-hvm-ia64/sbin
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-05-26 13:24:56 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-05-26 15:55:45 +0100
commit2d9d8b9e404d831f7aecbea729d87d0db62cec23 (patch)
treecf1a1a887138ec74a8df3c3071bf8ac83688c279 /tests/rhel5-xen-domU-hvm-ia64/sbin
parent3ea952163f0c28cd88f8473bb015df892c4247bf (diff)
downloadvirt-what-2d9d8b9e404d831f7aecbea729d87d0db62cec23.tar.gz
virt-what-2d9d8b9e404d831f7aecbea729d87d0db62cec23.tar.xz
virt-what-2d9d8b9e404d831f7aecbea729d87d0db62cec23.zip
Add regression test for RHEL 5.7beta Xen HVM guest on IA64 architecture.
See also: https://bugzilla.redhat.com/show_bug.cgi?id=707508 Thanks Alexander Todorov for access to the hardware.
Diffstat (limited to 'tests/rhel5-xen-domU-hvm-ia64/sbin')
-rwxr-xr-xtests/rhel5-xen-domU-hvm-ia64/sbin/dmidecode4
-rwxr-xr-xtests/rhel5-xen-domU-hvm-ia64/sbin/id2
-rwxr-xr-xtests/rhel5-xen-domU-hvm-ia64/sbin/uname2
-rwxr-xr-xtests/rhel5-xen-domU-hvm-ia64/sbin/virt-what-cpuid-helper2
4 files changed, 10 insertions, 0 deletions
diff --git a/tests/rhel5-xen-domU-hvm-ia64/sbin/dmidecode b/tests/rhel5-xen-domU-hvm-ia64/sbin/dmidecode
new file mode 100755
index 0000000..43e49a2
--- /dev/null
+++ b/tests/rhel5-xen-domU-hvm-ia64/sbin/dmidecode
@@ -0,0 +1,4 @@
+#!/bin/sh -
+echo '# dmidecode 2.11'
+echo '/sys/firmware/efi/systab: SMBIOS entry point missing' >&2
+exit 1
diff --git a/tests/rhel5-xen-domU-hvm-ia64/sbin/id b/tests/rhel5-xen-domU-hvm-ia64/sbin/id
new file mode 100755
index 0000000..6c704ac
--- /dev/null
+++ b/tests/rhel5-xen-domU-hvm-ia64/sbin/id
@@ -0,0 +1,2 @@
+#!/bin/sh -
+echo 0
diff --git a/tests/rhel5-xen-domU-hvm-ia64/sbin/uname b/tests/rhel5-xen-domU-hvm-ia64/sbin/uname
new file mode 100755
index 0000000..e846e59
--- /dev/null
+++ b/tests/rhel5-xen-domU-hvm-ia64/sbin/uname
@@ -0,0 +1,2 @@
+#!/bin/sh -
+echo ia64
diff --git a/tests/rhel5-xen-domU-hvm-ia64/sbin/virt-what-cpuid-helper b/tests/rhel5-xen-domU-hvm-ia64/sbin/virt-what-cpuid-helper
new file mode 100755
index 0000000..6f928b5
--- /dev/null
+++ b/tests/rhel5-xen-domU-hvm-ia64/sbin/virt-what-cpuid-helper
@@ -0,0 +1,2 @@
+#!/bin/sh -
+# nothing, see https://bugzilla.redhat.com/show_bug.cgi?id=707508 \ No newline at end of file