This patch adds the disktest control file for the test to be executed under kvm tests. Signed-off-by: Sudhir Kumar <skumar@xxxxxxxxxxxxxxxxxx> Index: autotest/client/tests/kvm/autotest_control/disktest.control =================================================================== --- /dev/null +++ autotest/client/tests/kvm/autotest_control/disktest.control @@ -0,0 +1,15 @@ +AUTHOR = 'Sudhir Kumar <skumar@xxxxxxxxxxxxxxxxxx>' +NAME = 'Disktest' +DOC = '''\ +Pattern test of the disk, using unique signatures for each block and each +iteration of the test. Designed to check for data corruption issues in the +disk and disk controller. + +It writes 50MB/s of 500KB size ops. +''' +TIME = 'MEDIUM' +TEST_CATEGORY = 'Kernel' +TEST_TYPE = 'client' +TEST_CLASS = 'Hardware' + +job.run_test('disktest') -- 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