Isaku Yamahata df358b8ba8 [Make] Consistently use $(RM) instead of rm -f %!s(int64=4) %!d(string=hai) anos
..
.gitignore ff0fd4d0fd [.gitignore] Remove * from .gitignore files %!s(int64=4) %!d(string=hai) anos
Makefile df358b8ba8 [Make] Consistently use $(RM) instead of rm -f %!s(int64=4) %!d(string=hai) anos
README.md baab561a75 [LibOS] Add tests for some typical FS use cases %!s(int64=4) %!d(string=hai) anos
common.c baab561a75 [LibOS] Add tests for some typical FS use cases %!s(int64=4) %!d(string=hai) anos
common.h baab561a75 [LibOS] Add tests for some typical FS use cases %!s(int64=4) %!d(string=hai) anos
common_copy.c baab561a75 [LibOS] Add tests for some typical FS use cases %!s(int64=4) %!d(string=hai) anos
copy_mmap_rev.c baab561a75 [LibOS] Add tests for some typical FS use cases %!s(int64=4) %!d(string=hai) anos
copy_mmap_seq.c baab561a75 [LibOS] Add tests for some typical FS use cases %!s(int64=4) %!d(string=hai) anos
copy_mmap_whole.c baab561a75 [LibOS] Add tests for some typical FS use cases %!s(int64=4) %!d(string=hai) anos
copy_rev.c baab561a75 [LibOS] Add tests for some typical FS use cases %!s(int64=4) %!d(string=hai) anos
copy_seq.c baab561a75 [LibOS] Add tests for some typical FS use cases %!s(int64=4) %!d(string=hai) anos
copy_whole.c baab561a75 [LibOS] Add tests for some typical FS use cases %!s(int64=4) %!d(string=hai) anos
delete.c baab561a75 [LibOS] Add tests for some typical FS use cases %!s(int64=4) %!d(string=hai) anos
manifest.template baab561a75 [LibOS] Add tests for some typical FS use cases %!s(int64=4) %!d(string=hai) anos
open_close.c baab561a75 [LibOS] Add tests for some typical FS use cases %!s(int64=4) %!d(string=hai) anos
read_write.c baab561a75 [LibOS] Add tests for some typical FS use cases %!s(int64=4) %!d(string=hai) anos
seek_tell.c baab561a75 [LibOS] Add tests for some typical FS use cases %!s(int64=4) %!d(string=hai) anos
stat.c baab561a75 [LibOS] Add tests for some typical FS use cases %!s(int64=4) %!d(string=hai) anos
test_fs.py baab561a75 [LibOS] Add tests for some typical FS use cases %!s(int64=4) %!d(string=hai) anos
truncate.c baab561a75 [LibOS] Add tests for some typical FS use cases %!s(int64=4) %!d(string=hai) anos

README.md

Test purpose

These tests perform common FS operations in various ways to exercise the Graphene FS subsystem:

  • open/close
  • read/write
  • create/delete
  • read/change size
  • seek/tell
  • memory-mapped read/write
  • copy directory in different ways

How to execute

Run make test.