blob: 6504180cb3c13c78ec75d3c2889a401331e4ccf6 [file] [log] [blame]
[
{
"description": "ext2 filesystem with label (read)",
"block_size": 1024,
"block_count": 65536,
"filesystem_type": "ext2",
"mkfs_options": [ "-L", "MyDisk" ],
"test_mount_options": [ "ro", "nodev", "noexec", "nosuid", "sync" ],
"expected_mount_status": 102
},
{
"description": "ext2 filesystem with UUID (read)",
"block_size": 1024,
"block_count": 65536,
"filesystem_type": "ext2",
"mkfs_options": [ "-U", "01234567-89ab-cdef-0123-456789abcdef" ],
"test_mount_options": [ "ro", "nodev", "noexec", "nosuid", "sync" ],
"expected_mount_status": 102
},
{
"description": "ext2 filesystem (write)",
"is_write_test": true,
"block_size": 1024,
"block_count": 65536,
"filesystem_type": "ext2",
"mkfs_options": [ "-L", "MyDisk" ],
"test_mount_options": [ "rw", "nodev", "noexec", "nosuid", "sync" ],
"expected_mount_status": 102
}
]