add iozone to filesystem test
Signed-off-by: Martin J. Bligh <mbligh@google.com>
git-svn-id: http://test.kernel.org/svn/autotest/trunk@414 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/client/samples/filesystem b/client/samples/filesystem
index 2e94e05..c59682e 100755
--- a/client/samples/filesystem
+++ b/client/samples/filesystem
@@ -12,6 +12,7 @@
fs.mount()
try:
job.run_test('fsx', job.tmpdir, tag=fstype)
+ job.run_test('iozone', job.tmpdir, tag=fstype)
job.run_test('dbench', dir=job.tmpdir, tag=fstype)
finally:
fs.unmount()