[LTP] [PATCH 9/9] KVM: Move kvm_pagefault01 to the end of KVM runfile

Martin Doucha mdoucha@suse.cz
Tue Apr 30 14:22:05 CEST 2024


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.

Signed-off-by: Martin Doucha <mdoucha@suse.cz>
---
 runtest/kvm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/runtest/kvm b/runtest/kvm
index 0e1b2e555..74a517add 100644
--- a/runtest/kvm
+++ b/runtest/kvm
@@ -1,5 +1,6 @@
-kvm_pagefault01 kvm_pagefault01
 kvm_svm01 kvm_svm01
 kvm_svm02 kvm_svm02
 kvm_svm03 kvm_svm03
 kvm_svm04 kvm_svm04
+# Tests below may interfere with bug reproducibility
+kvm_pagefault01 kvm_pagefault01
-- 
2.44.0



More information about the ltp mailing list