Re: [RESEND PATCH 10/10] test: sandbox: add test for erase command

2020-02-19 Thread Stephen Warren
On 2/12/20 11:45 AM, Patrick Delaunay wrote: Add test for the erase command tested on ENV in EXT4. -""" env_location: ENVL_EXT4 (2) +""" env location: ENVL_EXT4 (2) -""" restore env_location: ENVL_NOWHERE (12) +""" restore env location: ENVL_NOWHERE (12) Was there a

Re: [RESEND PATCH 10/10] test: sandbox: add test for erase command

2020-02-16 Thread Simon Glass
Hi Patrick, On Wed, 12 Feb 2020 at 11:45, Patrick Delaunay wrote: > > Add test for the erase command tested on ENV in EXT4. > > Signed-off-by: Patrick Delaunay > --- > > configs/sandbox64_defconfig| 1 + > configs/sandbox_defconfig | 1 + > configs/sandbox_flattree_defconfig

[RESEND PATCH 10/10] test: sandbox: add test for erase command

2020-02-12 Thread Patrick Delaunay
Add test for the erase command tested on ENV in EXT4. Signed-off-by: Patrick Delaunay --- configs/sandbox64_defconfig| 1 + configs/sandbox_defconfig | 1 + configs/sandbox_flattree_defconfig | 1 + configs/sandbox_spl_defconfig | 1 + test/py/tests/test_env.py