>From 63c9fd39e446336aa35ed7a38d77b45500a7b8c3 Mon Sep 17 00:00:00 2001 From: Onkar N Mahajan <[email protected]> Date: Tue, 18 Oct 2011 10:46:38 +0530 Subject: [PATCH] Added control file to run FFSB on KVM guests. Signed-off-by: Onkar N Mahajan <[email protected]>
--- client/tests/ffsb/README | 8 +++++++- client/tests/kvm/autotest_control/ffsb.control | 16 ++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletions(-) create mode 100644 client/tests/kvm/autotest_control/ffsb.control diff --git a/client/tests/ffsb/README b/client/tests/ffsb/README index d2516ef..71a5cf5 100644 --- a/client/tests/ffsb/README +++ b/client/tests/ffsb/README @@ -34,7 +34,13 @@ USE: To use the FFSB for Filesystem testing, two configuration files need to be modified - (1) Usual - tests.cfg file to activate the ffsb tests through KVM. -(2) profile.cfg - where the workloads are specified. +(2) profile.cfg - where the custom workloads can be specified. + +IMPORTANT NOTE : +================ +The profile.cfg.sample file has to be renamed to profile.cfg +before running the ffsb test both for standalone host or KVM +guest. TODO: ==== diff --git a/client/tests/kvm/autotest_control/ffsb.control b/client/tests/kvm/autotest_control/ffsb.control new file mode 100644 index 0000000..c7e92eb --- /dev/null +++ b/client/tests/kvm/autotest_control/ffsb.control @@ -0,0 +1,16 @@ +AUTHOR = "Onkar N Mahajan <[email protected]>" +NAME = "Flexible Filesystem Benchmark (FFSB)" +TEST_CATEGORY = "Filesystem Benchmark" +TEST_CLASS = "General" +TEST_TYPE = "client" +TIME = 'MEDIUM' +DOC = """ +The Flexible Filesystem Benchmark (FFSB) is a cross-platform +filesystem performance measurement tool. It uses customizable +profiles to measure of different workloads, and it supports +multiple groups of threads across multiple filesystems. + +For more info, see http://sourceforge.net/projects/ffsb/ +""" + +job.run_test('ffsb') -- 1.7.4.4 -- Onkar N Mahajan System Software Engineer, IBM Linux Technology Center, Bangalore - India _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
