diff mbox

test-appliance: add noftype configs for ext2/ext4/xfs

Message ID 1528705018-28604-1-git-send-email-amir73il@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Amir Goldstein June 11, 2018, 8:16 a.m. UTC
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
---

Ted,

These config files were used for testing generic/401
and other ftype related tests.

Thanks,
Amir.

 kvm-xfstests/test-appliance/files/root/fs/ext2/cfg/noftype | 4 ++++
 kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/noftype | 4 ++++
 kvm-xfstests/test-appliance/files/root/fs/xfs/cfg/noftype  | 3 +++
 3 files changed, 11 insertions(+)
 create mode 100644 kvm-xfstests/test-appliance/files/root/fs/ext2/cfg/noftype
 create mode 100644 kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/noftype
 create mode 100644 kvm-xfstests/test-appliance/files/root/fs/xfs/cfg/noftype
diff mbox

Patch

diff --git a/kvm-xfstests/test-appliance/files/root/fs/ext2/cfg/noftype b/kvm-xfstests/test-appliance/files/root/fs/ext2/cfg/noftype
new file mode 100644
index 0000000..31ab387
--- /dev/null
+++ b/kvm-xfstests/test-appliance/files/root/fs/ext2/cfg/noftype
@@ -0,0 +1,4 @@ 
+SIZE=small
+export MKFS_OPTIONS="-O ^filetype"
+export EXT_MOUNT_OPTIONS=""
+TESTNAME="Ext2 no filetype"
diff --git a/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/noftype b/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/noftype
new file mode 100644
index 0000000..03cd96f
--- /dev/null
+++ b/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/noftype
@@ -0,0 +1,4 @@ 
+SIZE=small
+export MKFS_OPTIONS="-O ^filetype"
+export EXT_MOUNT_OPTIONS=""
+TESTNAME="Ext4 no filetype"
diff --git a/kvm-xfstests/test-appliance/files/root/fs/xfs/cfg/noftype b/kvm-xfstests/test-appliance/files/root/fs/xfs/cfg/noftype
new file mode 100644
index 0000000..0bf0446
--- /dev/null
+++ b/kvm-xfstests/test-appliance/files/root/fs/xfs/cfg/noftype
@@ -0,0 +1,3 @@ 
+SIZE=small
+export XFS_MKFS_OPTIONS="-m crc=0 -n ftype=0"
+TESTNAME="XFS noftype"