This patch adds the control file for kernbench to be executed under kvm tests. Signed-off-by: Sudhir Kumar <skumar@xxxxxxxxxxxxxxxxxx> Index: autotest/client/tests/kvm/autotest_control/kernbench.control =================================================================== --- /dev/null +++ autotest/client/tests/kvm/autotest_control/kernbench.control @@ -0,0 +1,12 @@ +AUTHOR = "Sudhir Kumar <skumar@xxxxxxxxxxxxxxxxxx>" +NAME = "Kernbench" +TIME = "SHORT" +TEST_CLASS = "Kernel" +TEST_CATEGORY = "Benchmark" +TEST_TYPE = "client" + +DOC = """ +A standard CPU benchmark. Runs a kernel compile and measures the performance. +""" + +job.run_test('kernbench') -- Sudhir Kumar -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html