deleted file mode 100644
@@ -1,20 +0,0 @@
-AUTHOR = """
-Manas Kumar Nayak (maknayak@in.ibm.com) (original code)
-Lucas Meneghel Rodrigues (lucasmr@br.ibm.com) (rewrite)
-Cao, Chen <kcao@redhat.com> (use ctcs2 and port it to 64)
-"""
-NAME = "Cerberus test suite"
-TEST_TYPE = "CLIENT"
-TEST_CLASS = "HARDWARE"
-TEST_CATEGORY = "BENCHMARK"
-TIME = "MEDIUM"
-DOC = """\
-Executes the cerberus test for a period of time specified. You
-can also provide a cerberus test control file of your own, trough the parameter
-tcf_contents.
-
-see http://sourceforge.net/projects/ctcs2
- and http://sourceforge.net/projects/va-ctcs
-"""
-
-job.run_test(url='cerberus', length='1h', tc_opt='-k -C -a')
new file mode 100644
@@ -0,0 +1,19 @@
+AUTHOR = """
+Manas Kumar Nayak (maknayak@in.ibm.com) (original code)
+Lucas Meneghel Rodrigues (lucasmr@br.ibm.com) (rewrite)
+Cao, Chen <kcao@redhat.com> (use ctcs2 and port it to 64)
+Lucas Meneghel Rodrigues (lmr@redhat.com) (use ctcs new source repo)
+"""
+NAME = "CTCS"
+TEST_TYPE = "CLIENT"
+TEST_CLASS = "HARDWARE"
+TEST_CATEGORY = "BENCHMARK"
+TIME = "MEDIUM"
+DOC = """
+Executes CTCS for a period of time specified. You can also provide a cerberus
+test control file of your own, trough the parameter tcf_contents.
+
+see https://github.com/autotest/ctcs
+"""
+
+job.run_test(url='ctcs', length='1h', tc_opt='-k -C -a')
@@ -233,11 +233,11 @@ variants:
test_control_file = stress.control
- disktest:
test_control_file = disktest.control
- - ctcs2:
+ - ctcs:
# If you think this is too lengthy, please change the cerberus
# control file and set this timeout appropriately.
test_timeout = 3900
- test_control_file = cerberus.control
+ test_control_file = ctcs.control
- npb:
test_control_file = npb.control
- hackbench:
Just update the config file and the control file that is supposed to run on guests. Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com> --- client/tests/kvm/autotest_control/cerberus.control | 20 -------------------- client/tests/kvm/autotest_control/ctcs.control | 19 +++++++++++++++++++ client/tests/kvm/tests_base.cfg.sample | 4 ++-- 3 files changed, 21 insertions(+), 22 deletions(-) delete mode 100644 client/tests/kvm/autotest_control/cerberus.control create mode 100644 client/tests/kvm/autotest_control/ctcs.control