
On Wed, May 15, 2019 at 03:05:16PM +0900, AKASHI Takahiro wrote:
On Tue, May 14, 2019 at 08:09:53PM +0200, Heinrich Schuchardt wrote:
On 5/13/19 7:49 AM, AKASHI Takahiro wrote:
Two test cases are added under test_fs_ext: test case 10: for root directory test case 11: for non-root directory
When running `make tests` all of these tests seem to be skipped:
test/py/tests/test_fs/test_basic.py sssssssssssssssssssssssssssssssssssssss [ 0%] test/py/tests/test_fs/test_ext.py ssssssssssssssssssssss
[ 0%]
test/py/tests/test_fs/test_mkdir.py ssssssssssss
[ 0%]
test/py/tests/test_fs/test_symlink.py ssss
[ 0%]
test/py/tests/test_fs/test_unlink.py ssssssssssssss
How can they be executed?
Install guestmount and set it up correctly.
Is that documented somewhere in U-Boot? Are we doing that for travis? Thanks!