summaryrefslogtreecommitdiffstats
path: root/tests/rhel5-xen-domU-hvm-ia64/sbin
diff options
context:
space:
mode:
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