test/py: fs: add fstest/unlink test
authorAkashi, Takahiro <takahiro.akashi@linaro.org>
Tue, 11 Sep 2018 07:06:03 +0000 (16:06 +0900)
committerAlexander Graf <agraf@suse.de>
Sun, 23 Sep 2018 19:55:30 +0000 (21:55 +0200)
commitcce289a928583a64db6ec8f813cc7884ae62c213
tree3871ffab430984bed62e975d381fbba9282d71f8
parent50ca19cca9dff527eacdf487b8f172f279f22327
test/py: fs: add fstest/unlink test

In this commit, test cases for unlink interfaces are added as part of
"test_fs" test suite.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
test/py/tests/test_fs/conftest.py
test/py/tests/test_fs/test_unlink.py [new file with mode: 0644]