This control file set seconds to 200. It is used by ioquit script. Signed-off-by: Feng Yang <fyang@xxxxxxxxxx> --- .../tests/kvm/autotest_control/dbench.control.200 | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) create mode 100644 client/tests/kvm/autotest_control/dbench.control.200 diff --git a/client/tests/kvm/autotest_control/dbench.control.200 b/client/tests/kvm/autotest_control/dbench.control.200 new file mode 100644 index 0000000..c648f7a --- /dev/null +++ b/client/tests/kvm/autotest_control/dbench.control.200 @@ -0,0 +1,20 @@ +TIME="SHORT" +AUTHOR = "Martin Bligh <mbligh@xxxxxxxxxx>" +DOC = """ +dbench is one of our standard kernel stress tests. It produces filesystem +load like netbench originally did, but involves no network system calls. +Its results include throughput rates, which can be used for performance +analysis. + +More information on dbench can be found here: +http://samba.org/ftp/tridge/dbench/README + +Currently it needs to be updated in its configuration. It is a great test for +the higher level I/O systems but barely touches the disk right now. +""" +NAME = 'dbench' +TEST_CLASS = 'kernel' +TEST_CATEGORY = 'Functional' +TEST_TYPE = 'client' + +job.run_test('dbench', seconds=200) -- 1.5.5.6 -- 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