For some reason, when the stress test was addeed to the KVM tests, the control file for it came without the actual statement to execute the stress test. Let's fix that. Signed-off-by: Lucas Meneghel Rodrigues <lmr@xxxxxxxxxx> --- client/tests/kvm/autotest_control/stress.control | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/client/tests/kvm/autotest_control/stress.control b/client/tests/kvm/autotest_control/stress.control index 40e797e..b722013 100644 --- a/client/tests/kvm/autotest_control/stress.control +++ b/client/tests/kvm/autotest_control/stress.control @@ -11,3 +11,4 @@ under a specified load. Instances in which this is useful include those in which a system administrator wishes to perform tuning activities, a kernel or libc programmer wishes to evaluate denial of service possibilities, etc. ''' +job.run_test('stress') -- 1.6.5.2 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html