pjd-fstest The test suite checks POSIX compliance - 测试文件系统posix 接口兼容性


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。

使用方法:

  • 解压压缩包 有两个版本 建议使用 08 稳定版;
  • 参照软件说明文档;
  • 具体步骤如下:
    # 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 安装;

保持更新,转载请注明出处;


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM