1AUTHOR = """ 2Manas Kumar Nayak (maknayak@in.ibm.com) (original code) 3Lucas Meneghel Rodrigues (lucasmr@br.ibm.com) (rewrite) 4Cao, Chen <kcao@redhat.com> (use ctcs2 and port it to 64) 5Lucas Meneghel Rodrigues (lmr@redhat.com) (use ctcs new source repo) 6""" 7NAME = "CTCS" 8TEST_TYPE = "CLIENT" 9TEST_CLASS = "HARDWARE" 10TEST_CATEGORY = "BENCHMARK" 11TIME = "MEDIUM" 12DOC = """ 13Executes CTCS for a period of time specified. You can also provide a cerberus 14test control file of your own, trough the parameter tcf_contents. 15 16see https://github.com/autotest/ctcs 17""" 18 19job.run_test(url='ctcs', length='1h', tc_opt='-k -C -a') 20