filesystem: fix test to work on newer Fedora (#47176)

(cherry picked from commit ae5aeb9a67)
This commit is contained in:
Jordan Borean 2018-10-18 05:36:37 +10:00 committed by Matt Clay
parent 67d1df0d37
commit 8a6890108f

View file

@ -10,7 +10,7 @@ tested_filesystems:
ext3: {fssize: 10, grow: True}
ext2: {fssize: 10, grow: True}
xfs: {fssize: 20, grow: False} # grow requires a mounted filesystem
btrfs: {fssize: 100, grow: False} # grow not implemented
btrfs: {fssize: 150, grow: False} # grow not implemented
vfat: {fssize: 20, grow: True}
ocfs2: {fssize: '{{ ocfs2_fssize }}', grow: False} # grow not implemented
# untested: lvm, requires a block device