On 30.08.19 г. 14:32 ч., Johannes Thumshirn wrote: > Add test-cases for creating a file-system xxhash64 as checksumming > algorithm. > > Signed-off-by: Johannes Thumshirn <jthumshirn@xxxxxxx> Reviewed-by: Nikolay Borisov <nborisov@xxxxxxxx>, one improvement to testing could be to include new test under cli-tests to test for invalid values to -C param. But it's not critical. > --- > tests/mkfs-tests/001-basic-profiles/test.sh | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/tests/mkfs-tests/001-basic-profiles/test.sh b/tests/mkfs-tests/001-basic-profiles/test.sh > index 6e295274119d..3fa3c8ad42d1 100755 > --- a/tests/mkfs-tests/001-basic-profiles/test.sh > +++ b/tests/mkfs-tests/001-basic-profiles/test.sh > @@ -46,6 +46,8 @@ test_mkfs_single -d single -m dup > test_mkfs_single -d dup -m single > test_mkfs_single -d dup -m dup > test_mkfs_single -d dup -m dup --mixed > +test_mkfs_single -C xxhash64 > +test_mkfs_single -C xxhash > > test_mkfs_multi > test_mkfs_multi -d single -m single >
