blob: c105344d3cf63aff91938df89cf9efa87ae43b17 [file] [log] [blame] [edit]
AUTHOR = """
Manas Kumar Nayak ([email protected]) (original code)
Lucas Meneghel Rodrigues ([email protected]) (rewrite)
Cao, Chen <[email protected]> (use ctcs2 and port it to 64)
Lucas Meneghel Rodrigues ([email protected]) (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')