test: environment in ext4
authorPatrick Delaunay <patrick.delaunay@st.com>
Tue, 28 Jul 2020 09:51:24 +0000 (11:51 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 31 Jul 2020 14:13:00 +0000 (10:13 -0400)
commitad04576b2754a41879d5aef6351945fd7ce9353b
tree94394d9a904726dfd55584c922836489710d7b5b
parent72773c06557a5ffadc5ecac8929e87c37d016f72
test: environment in ext4

Add basic test to persistent environment in ext4:
save and load in host ext4 file 'uboot.env'.

On first execution an empty EXT4 file system is created in
persistent data dir: env.ext4.img.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
test/py/tests/test_env.py