[kvm-unit-tests PATCH] travis.yml: Run 32-bit tests with KVM, too

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



KVM works on Travis in 32-bit, too, so we can enable more tests there.

Signed-off-by: Thomas Huth <thuth@xxxxxxxxxx>
---
 .travis.yml | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 4162366..75bcf08 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,15 +34,19 @@ matrix:
       env:
       - CONFIG="--arch=i386"
       - BUILD_DIR="."
-      - TESTS="eventinj port80 sieve tsc taskswitch umip vmexit_ple_round_robin"
+      - TESTS="asyncpf hyperv_stimer hyperv_synic kvmclock_test msr pmu realmode
+               s3 sieve smap smptest smptest3 taskswitch taskswitch2 tsc_adjust"
+      - ACCEL="kvm"
 
     - addons:
         apt_packages: gcc gcc-multilib qemu-system-x86
       env:
       - CONFIG="--arch=i386"
       - BUILD_DIR="i386-builddir"
-      - TESTS="vmexit_mov_from_cr8 vmexit_ipi vmexit_ipi_halt vmexit_mov_to_cr8
-               vmexit_cpuid vmexit_tscdeadline vmexit_tscdeadline_immed"
+      - TESTS="tsx-ctrl umip vmexit_cpuid vmexit_ipi vmexit_ipi_halt
+               vmexit_mov_from_cr8 vmexit_mov_to_cr8 vmexit_ple_round_robin
+               vmexit_tscdeadline vmexit_tscdeadline_immed vmexit_vmcall"
+      - ACCEL="kvm"
 
     - addons:
         apt_packages: gcc-arm-linux-gnueabihf qemu-system-arm
-- 
2.18.1





[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux