[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RFC PATCH 2/3] tests/qtest/migration-test: enable on s390x
From: |
Nicholas Piggin |
Subject: |
[RFC PATCH 2/3] tests/qtest/migration-test: enable on s390x |
Date: |
Sat, 25 May 2024 23:12:39 +1000 |
s390x is more stable now. Enable it.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
---
tests/qtest/migration-test.c | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/tests/qtest/migration-test.c b/tests/qtest/migration-test.c
index 94d5057857..7987faaded 100644
--- a/tests/qtest/migration-test.c
+++ b/tests/qtest/migration-test.c
@@ -3428,16 +3428,6 @@ int main(int argc, char **argv)
migration_test_add("/migration/analyze-script", test_analyze_script);
#endif
- /*
- * On s390x, the test seems to be touchy with TCG, perhaps due to race
- * conditions on dirty bits, so disable it there until the problems are
- * resolved.
- */
- if (g_str_equal(arch, "s390x") && !has_kvm) {
- g_test_message("Skipping tests: s390x host with KVM is required");
- goto test_add_done;
- }
-
if (is_x86) {
migration_test_add("/migration/precopy/unix/suspend/live",
test_precopy_unix_suspend_live);
@@ -3619,8 +3609,6 @@ int main(int argc, char **argv)
test_vcpu_dirty_limit);
}
-test_add_done:
-
ret = g_test_run();
g_assert_cmpint(ret, ==, 0);
--
2.43.0
[RFC PATCH 2/3] tests/qtest/migration-test: enable on s390x,
Nicholas Piggin <=
[RFC PATCH 3/3] tests/qtest/migration-test: Enable test_ignore_shared, Nicholas Piggin, 2024/05/25
Re: [RFC PATCH 0/3] Fix s390x flic migration and add some more qtests, Thomas Huth, 2024/05/27