commit | 62107bee3e351d14db0cb17b8605cce14f42c5e1 | [log] [tgz] |
---|---|---|
author | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | Mon Dec 04 07:49:31 2006 +0000 |
committer | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | Mon Dec 04 07:49:31 2006 +0000 |
tree | d644ead7d26d30246117dcc5a5e08f434976bd14 | |
parent | 6d5eca69065d51490c0f7c0ab7975b3a6ba0d733 [diff] [blame] |
add dbench test to filesystems sample git-svn-id: http://test.kernel.org/svn/autotest/trunk@410 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/client/samples/filesystem b/client/samples/filesystem index 5c6ee19..a989350 100755 --- a/client/samples/filesystem +++ b/client/samples/filesystem
@@ -7,6 +7,7 @@ fs.mount() try: job.run_test('fsx', job.tmpdir, tag=fstype) + job.run_test('dbench', dir=job.tmpdir, tag=fstype) finally: fs.unmount()