Changing the names of the control files being used on the autotest test

Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
---
 client/tests/kvm/kvm_tests.cfg.sample |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

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
-- 
1.6.2.2

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to