Skip to content

Commit ef286ba

Browse files
mdouchapevik
authored andcommitted
KVM: Move kvm_pagefault01 to the end of KVM runfile
The kvm_pagefault01 test reloads the KVM module with special parameters which may change kernel code paths and hide open bugs from other KVM tests. Move the test to the end of KVM schedule to prevent interference. Link: https://lore.kernel.org/ltp/[email protected]/ Reviewed-by: Petr Vorel <[email protected]> Signed-off-by: Martin Doucha <[email protected]> Signed-off-by: Petr Vorel <[email protected]>
1 parent 27700e7 commit ef286ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runtest/kvm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
kvm_pagefault01 kvm_pagefault01
21
kvm_svm01 kvm_svm01
32
kvm_svm02 kvm_svm02
43
kvm_svm03 kvm_svm03
4+
# Tests below may interfere with bug reproducibility
5+
kvm_pagefault01 kvm_pagefault01

0 commit comments

Comments
 (0)