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