Whamcloud - gitweb
LU-7884 utils: mkfs prevents the creation of files in /dev/shm
[fs/lustre-release.git] / lustre / tests / parallel-scale.sh
index 4530b3e..a590d21 100644 (file)
@@ -111,6 +111,16 @@ test_iorfpp() {
 }
 run_test iorfpp "iorfpp"
 
+test_ior_mdtest_parallel_ssf() {
+       ior_mdtest_parallel "ssf"
+}
+run_test ior_mdtest_parallel_ssf "iormdtestssf"
+
+test_ior_mdtest_parallel_fpp() {
+       ior_mdtest_parallel "fpp"
+}
+run_test ior_mdtest_parallel_fpp "iormdtestfpp"
+
 test_mib() {
     run_mib
 }