summaryrefslogtreecommitdiffstats
path: root/recipes-test/virt-test/files/qemu-tests-pipetest-config.patch
blob: 3f592cef319a512fdc2b223bfbd540b79c5649e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
commit 6a2f0e98999abb7b4be8a3ea29a5dfd23fffb154
Author: Jonas Eriksson <jonas.eriksson@enea.com>
Date:   Thu Mar 27 10:14:20 2014 +0100

    pipetest application: Add configuration
    
    Signed-off-by: Jonas Eriksson <jonas.eriksson@enea.com>
    Upstream-Status: Inappropriate [configuration]

diff --git a/qemu/tests/cfg/ipi_x2apic.cfg b/qemu/tests/cfg/ipi_x2apic.cfg
index f65f2c8..22e8dc3 100644
--- a/qemu/tests/cfg/ipi_x2apic.cfg
+++ b/qemu/tests/cfg/ipi_x2apic.cfg
@@ -1,10 +1,10 @@
 - ipi_x2apic:
     no Host_RHEL.5
-    only RHEL.6
+    only RHEL.6, JeOS
     type = ipi_x2apic
     vms = ""
     check_x2apic_cmd = dmesg |grep x2apic
-    pipetest_cmd = "/tmp/pipetest"
+    pipetest_cmd = "/opt/virt-test/shared/scripts/pipetest"
     build_pipetest_cmd = "cd /tmp/ && gcc -o pipetest pipetest.c"
     x2apic_check_string = Enabling x2apic, Enabled x2apic, Setting APIC routing to physical x2apic
     pre_command += " grep 'flags' /proc/cpuinfo|grep 'ept' && modprobe -r kvm_intel && modprobe kvm_intel ept=1 || echo ok;"