KVM: selftests: allow two iterations of dirty_log_perf_test
[linux-2.6-microblaze.git] / tools / testing / selftests / kvm / dirty_log_perf_test.c
index cda7b00..85c9b8f 100644 (file)
@@ -359,7 +359,7 @@ int main(int argc, char *argv[])
                }
        }
 
-       TEST_ASSERT(iterations > 2, "Iterations must be greater than two");
+       TEST_ASSERT(iterations >= 2, "The test should have at least two iterations");
 
        pr_info("Test iterations: %"PRIu64"\n", iterations);