tests: support mkfs.ext4 without metadata_csum
authorStephen Warren <swarren@nvidia.com>
Tue, 4 Aug 2020 17:28:33 +0000 (11:28 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 8 Aug 2020 02:31:32 +0000 (22:31 -0400)
commitcc886253704424f2a332dade72dc1853e78bca04
treebf202530d38957fae4b49454812b1368e75c5afc
parentedca8edd79583e6dd04d8d07767288c4fc0948b9
tests: support mkfs.ext4 without metadata_csum

Modify various test/py filesystem creation routines to support systems
that don't implement the metadata_csum ext4 feature.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
test/py/tests/test_env.py
test/py/tests/test_fs/conftest.py