标签:img chown Suite ref 工具包 community compile code 文件系统
pjd-fstest:
参考网址:https://www.tuxera.com/community/posix-test-suite/
fstest是一套简化版的文件系统POSIX兼容性测试套件,它可以工作在FreeBSD, Solaris, Linux上用于测试UFS, ZFS, ext3, XFS and the NTFS-3G等文件系统。fstest目前有3601个回归测试用例,测试的系统调用覆盖chmod, chown, link, mkdir, mkfifo, open, rename, rmdir, symlink, truncate, unlink。
使用方法:
# cd fstest # vi tests/conf Change ‘fs‘ to file system type you want to test. These can be: UFS, ZFS, ext3, ntfs-3g and xfs. # vi Makefile You may need to manually tweak few things by editing CFLAGS lines at the top of the file. # make It will compile fstest utility which is used by regression tests. # cd /path/to/file/system/you/want/to/test/ The test must be run as root user. # prove -r /path/to/fstest/
测试结果:
注:
prove 为测试命令; 位于 perl-Test-Harness 工具包中; fedora/centos 用户可以使用 yum/dnf 安装;
保持更新,转载请注明出处;
pjd-test The test suite checks POSIX compliance - 测试文件系统posix 接口兼容性
标签:img chown Suite ref 工具包 community compile code 文件系统
原文地址:https://www.cnblogs.com/xuyaowen/p/pjd-fstest.html