Message ID | 1244823190-9299-2-git-send-email-lmr@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/client/tests/kvm/kvm_tests.cfg.sample b/client/tests/kvm/kvm_tests.cfg.sample index c73da7c..2c0b321 100644 --- a/client/tests/kvm/kvm_tests.cfg.sample +++ b/client/tests/kvm/kvm_tests.cfg.sample @@ -67,16 +67,17 @@ variants: - autotest: install setup type = autotest test_timeout = 720 - test_control_file = control variants: - sleeptest: test_name = sleeptest test_timeout = 30 + test_control_file = sleeptest.control - dbench: test_name = dbench - test_control_file = control.60 + test_control_file = dbench.control - bonnie: test_name = bonnie + test_control_file = bonnie.control - linux_s3: install setup type = linux_s3
Changing the names of the control files being used on the autotest test Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com> --- client/tests/kvm/kvm_tests.cfg.sample | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-)