| Index: client/tests/kvm/autotest_control/iozone.control
|
| diff --git a/client/tests/kvm/autotest_control/iozone.control b/client/tests/kvm/autotest_control/iozone.control
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..17d9be2c7d685ad2051495a9946ee1d8b57cc4a5
|
| --- /dev/null
|
| +++ b/client/tests/kvm/autotest_control/iozone.control
|
| @@ -0,0 +1,18 @@
|
| +AUTHOR = "Ying Tao <yingtao@cn.ibm.com>"
|
| +TIME = "MEDIUM"
|
| +NAME = "IOzone"
|
| +TEST_TYPE = "client"
|
| +TEST_CLASS = "Kernel"
|
| +TEST_CATEGORY = "Benchmark"
|
| +
|
| +DOC = """
|
| +Iozone is useful for performing a broad filesystem analysis of a vendors
|
| +computer platform. The benchmark tests file I/O performance for the following
|
| +operations:
|
| + Read, write, re-read, re-write, read backwards, read strided, fread,
|
| + fwrite, random read, pread ,mmap, aio_read, aio_write
|
| +
|
| +For more information see http://www.iozone.org
|
| +"""
|
| +
|
| +job.run_test('iozone')
|
|
|