diff mbox series

[kvm-unit-tests,3/9] travis.yml: Refresh the x86 32-bit test list

Message ID 20200924161612.144549-4-thuth@redhat.com (mailing list archive)
State New, archived
Headers show
Series Update travis CI | expand

Commit Message

Thomas Huth Sept. 24, 2020, 4:16 p.m. UTC
With the new QEMU from Ubuntu Focal, we can now run additional
tests that were failing before.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 .travis.yml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 4c35509..01951dc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,8 +43,9 @@  jobs:
       env:
       - CONFIG="--arch=i386"
       - BUILD_DIR="."
-      - TESTS="asyncpf hyperv_stimer hyperv_synic kvmclock_test msr pmu realmode
-               s3 sieve smap smptest smptest3 taskswitch taskswitch2 tsc_adjust"
+      - TESTS="asyncpf hyperv_connections hyperv_stimer hyperv_synic
+          kvmclock_test msr pmu realmode s3 setjmp sieve smap smptest smptest3
+          taskswitch taskswitch2 tsc tsc_adjust"
       - ACCEL="kvm"
 
     - addons:
@@ -53,8 +54,9 @@  jobs:
       - CONFIG="--arch=i386"
       - BUILD_DIR="i386-builddir"
       - TESTS="cmpxchg8b 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 setjmp"
+          vmexit_mov_from_cr8 vmexit_mov_to_cr8 vmexit_ple_round_robin
+          vmexit_inl_pmtimer vmexit_tscdeadline vmexit_tscdeadline_immed
+          vmexit_vmcall"
       - ACCEL="kvm"
 
     - addons: