[kvm-unit-tests PATCH] test_migrate_unmapped_collection test fails during skip

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

 



The test_migrate_unmapped_collection test fails when the errata
requirements are not meet and the test should be skipped. Instead of
being skipped, the test returns `ERROR: Test exit before migration
point.`

This is caused by changes in fa8914bccc226db86bd70d71bfd6022db252fc78
which changes the behaviour of skipped migration tests. This fixes this
issue by adding migrate_skip() method to
test_migrate_unmapped_collection.

Signed-off-by: Jan Richter <jarichte@xxxxxxxxxx>
---
 arm/gic.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arm/gic.c b/arm/gic.c
index bbf828f1..256dd80d 100644
--- a/arm/gic.c
+++ b/arm/gic.c
@@ -829,6 +829,7 @@ static void test_migrate_unmapped_collection(void)
 	if (!errata(ERRATA_UNMAPPED_COLLECTIONS)) {
 		report_skip("Skipping test, as this test hangs without the fix. "
 			    "Set %s=y to enable.", ERRATA_UNMAPPED_COLLECTIONS);
+		migrate_skip();
 		return;
 	}
 
-- 
2.44.0





[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