test cramfs with tmpfs together
authorErez_Zadok <ezk@cs.sunysb.edu>
Thu, 12 Jul 2007 02:18:53 +0000 (22:18 -0400)
committerErez_Zadok <ezk@cs.sunysb.edu>
Thu, 12 Jul 2007 02:18:53 +0000 (22:18 -0400)
Often, people use a source readonly branch which is a compressed file
system, and a destination branch which is a ram-based file system.

brm.conf
default.conf
thor.conf

index 87b962f8543dfab99002a1e1e06daa068cae0b82..7222a5c4c8f50f21a1c5878c83874210deacb71f 100644 (file)
--- a/brm.conf
+++ b/brm.conf
@@ -59,7 +59,7 @@ case ${MYFS} in
 # system and each test has a different configuration.
        cramfs )
                SPECIAL_FS=${MYFS}
-               FS0=ext2
+               FS0=tmpfs
                FS1=ext2
                FS2=ext2
                FS3=ext2
index 85a377af1bd505e17fb6f9be74ef6538d47cfe26..2f5153d9f2df2f5138ed226e85e884dae3d7d26c 100644 (file)
@@ -61,7 +61,7 @@ case ${MYFS} in
 # system and each test has a different configuration.
        cramfs )
                SPECIAL_FS=${MYFS}
-               FS0=ext2
+               FS0=tmpfs
                FS1=ext2
                FS2=ext2
                FS3=ext2
index 38c1d17a0326ac878db1dc635714092ed0201e8a..b89f225857ca13472e93cdc7def1362e175285d5 100644 (file)
--- a/thor.conf
+++ b/thor.conf
@@ -60,7 +60,7 @@ case ${MYFS} in
 # system and each test has a different configuration.
        cramfs )
                SPECIAL_FS=${MYFS}
-               FS0=ext2
+               FS0=tmpfs
                FS1=ext2
                FS2=ext2
                FS3=ext2