We've deleted the integrity checker code in 6.8, no point testing it.
Signed-off-by: David Sterba <dsterba@suse.com>
Reviewed-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: Anand Jain <anand.jain@oracle.com>
# These options are enable at kernel compile time, so no bother if they fail
test_optional_kernel_features()
{
- # Test options that are enabled by kernel config, and so can fail safely
- test_optional_mount_opts "check_int" "check_int"
- test_optional_mount_opts "check_int_data" "check_int_data"
- test_optional_mount_opts "check_int_print_mask=123" "check_int_print_mask=123"
-
test_should_fail "fragment=invalid"
test_optional_mount_opts "fragment=all" "fragment=data,fragment=metadata"
test_optional_mount_opts "fragment=data" "fragment=data"