Add test system 'mallet'.
[xfstests-dev.git] / common.config
index a7d925fb848c6731840c0fbb13bee0e76c344ce7..b7a5ca6bbd811526a627f60b5948782ffc7c7071 100644 (file)
@@ -570,6 +570,13 @@ known_hosts()
             SCRATCH_MNT=/mnt/scratch
             SCRATCH_DEV=/dev/sdb2
             ;;
+        mallet)
+            MODULAR=1
+            TEST_DIR=/mnt/test
+            TEST_DEV=/dev/sda3
+            SCRATCH_MNT=/mnt/scratch
+            SCRATCH_DEV=/dev/sda4
+            ;;
         *)
             echo "Error: need to define parameters for host $HOST"
             exit 1