libnfs/tests
Ronnie Sahlberg 17f882fbdb tests: disable test 0101
Modern versions of portmapper/mount daemon no longer respond to
broadcast rpc so nfs server discovery no longer works.

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2020-06-09 13:44:49 +10:00
..
CMakeLists.txt fixed CMake build on windows, few trivial fixes 2019-09-12 15:07:35 -05:00
Makefile.am fix bug in nfsv4 opendir where it stripped off the final path component 2018-07-12 18:42:44 +10:00
README NFSv4: Document how to run the tests for NFSv4 2017-08-06 09:11:58 +10:00
functions.sh Rework the NFSv4 path lookup framework so it handles symlinks properly. 2017-07-13 18:22:27 +10:00
ld_timeout.c TESTS: Tweak timeout test settings 2017-07-08 15:00:23 +10:00
prog_access.c NFSv4: Add access()/access2() 2017-09-03 05:43:04 +10:00
prog_access2.c NFSv4: Add access()/access2() 2017-09-03 05:43:04 +10:00
prog_chmod.c NFSv4: Add support for chmod/lchmod/fchmod 2017-09-01 14:02:43 +10:00
prog_chown.c NFSv4: Add support for chown/lchown/fchown 2017-09-02 06:42:59 +10:00
prog_create.c TESTS Add tests for nfs_open() 2017-07-04 08:18:13 +10:00
prog_fchmod.c NFSv4: Add support for chmod/lchmod/fchmod 2017-09-01 14:02:43 +10:00
prog_fchown.c NFSv4: Add support for chown/lchown/fchown 2017-09-02 06:42:59 +10:00
prog_fstat.c TESTS Add tests for nfs_open() 2017-07-04 08:18:13 +10:00
prog_ftruncate.c NFSv4: Add support for ftruncate() 2017-08-26 01:31:25 +10:00
prog_lchmod.c NFSv4: Add support for chmod/lchmod/fchmod 2017-09-01 14:02:43 +10:00
prog_lchown.c NFSv4: Add support for chown/lchown/fchown 2017-09-02 06:42:59 +10:00
prog_link.c TESTS Add tests for nfs_open() 2017-07-04 08:18:13 +10:00
prog_lseek.c NFSv4: Add lseek() support. 2017-08-26 08:05:12 +10:00
prog_lstat.c TESTS: Add tests for nfs_lstat64() 2017-07-08 13:38:32 +10:00
prog_mkdir.c TESTS Add tests for nfs_open() 2017-07-04 08:18:13 +10:00
prog_mknod.c TESTS Add tests for nfs_open() 2017-07-04 08:18:13 +10:00
prog_mount.c Rework the NFSv4 path lookup framework so it handles symlinks properly. 2017-07-13 18:22:27 +10:00
prog_open_read.c check return for write() in one of the test tools 2019-02-05 13:18:11 +10:00
prog_open_write.c NFSv4: Add support for open(O_CREAT) 2017-08-06 18:43:28 +10:00
prog_opendir.c fix bug in nfsv4 opendir where it stripped off the final path component 2018-07-12 18:42:44 +10:00
prog_rename.c TESTS Add tests for nfs_open() 2017-07-04 08:18:13 +10:00
prog_rmdir.c TESTS Add tests for nfs_open() 2017-07-04 08:18:13 +10:00
prog_stat.c TESTS: Tweak timeout test settings 2017-07-08 15:00:23 +10:00
prog_statvfs.c Add nfs_statvfs64() 2018-12-26 13:33:38 +10:00
prog_symlink.c TESTS Add tests for nfs_open() 2017-07-04 08:18:13 +10:00
prog_timeout.c TESTS Add tests for nfs_open() 2017-07-04 08:18:13 +10:00
prog_truncate.c NFSv4: Add tests for truncate() 2017-08-26 01:47:07 +10:00
prog_unlink.c TESTS Add tests for nfs_open() 2017-07-04 08:18:13 +10:00
prog_utimes.c NFSv4: add utimes/lutimes support 2017-09-03 06:25:55 +10:00
test_0100_ls_basic.sh TESTS: Initial test directory. 2017-06-16 13:14:31 -07:00
test_0101_ls_discover_server.sh.disabled tests: disable test 0101 2020-06-09 13:44:49 +10:00
test_0102_ls_discover_shares.sh TESTS: Add tests for server discovery and share enumeration 2017-06-16 15:03:58 -07:00
test_0200_stat.sh Rework the NFSv4 path lookup framework so it handles symlinks properly. 2017-07-13 18:22:27 +10:00
test_0201_stat_paths.sh Rework the NFSv4 path lookup framework so it handles symlinks properly. 2017-07-13 18:22:27 +10:00
test_0202_stat_valgrind_leak_check.sh Rework the NFSv4 path lookup framework so it handles symlinks properly. 2017-07-13 18:22:27 +10:00
test_0203_stat_symlink.sh Rework the NFSv4 path lookup framework so it handles symlinks properly. 2017-07-13 18:22:27 +10:00
test_0210_fstat.sh NFSv4 Add support for nfs_open() nfs_fstat64() nfs_close() 2017-07-26 14:26:29 +10:00
test_0211_fstat_paths.sh NFSv4 Add support for nfs_open() nfs_fstat64() nfs_close() 2017-07-26 14:26:29 +10:00
test_0212_fstat_valgrind_leak_check.sh NFSv4 Add support for nfs_open() nfs_fstat64() nfs_close() 2017-07-26 14:26:29 +10:00
test_0220_open_paths.sh NFSv4: Update nfs_open() to support symlinks 2017-07-28 19:39:27 +10:00
test_0222_open_valgrind_leak_check.sh NFSv4 Add support for nfs_open() nfs_fstat64() nfs_close() 2017-07-26 14:26:29 +10:00
test_0223_open_O_TRUNC.sh NFSv4: Add support for open(O_TRUNC) 2017-07-30 08:36:18 +10:00
test_0224_open_O_APPEND.sh NFSv4: Add support (and tests) for open(O_APPEND) 2017-08-03 20:25:59 +10:00
test_0225_open_O_CREAT.sh NFSv4: Use nfs->mask when create the default mode for open(O_CREAT) 2017-08-06 18:57:55 +10:00
test_0230_creat_paths.sh NFSv4 Add support for nfs_open() nfs_fstat64() nfs_close() 2017-07-26 14:26:29 +10:00
test_0240_link.sh NFSv4 Add support for nfs_open() nfs_fstat64() nfs_close() 2017-07-26 14:26:29 +10:00
test_0242_link_valgrind_leak_check.sh NFSv4 Add support for nfs_open() nfs_fstat64() nfs_close() 2017-07-26 14:26:29 +10:00
test_0250_rename.sh NFSv4 Add support for nfs_open() nfs_fstat64() nfs_close() 2017-07-26 14:26:29 +10:00
test_0252_rename_valgrind_leak_check.sh NFSv4 Add support for nfs_open() nfs_fstat64() nfs_close() 2017-07-26 14:26:29 +10:00
test_0260_symlink_paths.sh NFSv4 Add support for nfs_open() nfs_fstat64() nfs_close() 2017-07-26 14:26:29 +10:00
test_0270_unlink.sh NFSv4 Add support for nfs_open() nfs_fstat64() nfs_close() 2017-07-26 14:26:29 +10:00
test_0272_unlink_valgrind_leak_check.sh NFSv4 Add support for nfs_open() nfs_fstat64() nfs_close() 2017-07-26 14:26:29 +10:00
test_0280_mkdir_rmdir.sh NFSv4 Add support for nfs_rmdir() 2017-07-14 07:04:28 +10:00
test_0282_mkdir_rmdir_valgrind_leak_check.sh NFSv4 Add support for nfs_rmdir() 2017-07-14 07:04:28 +10:00
test_0290_read.sh TETS: rename the tests 2017-07-04 08:43:55 +10:00
test_0300_write.sh NFSv4: Add support for nfs_[p]write() 2017-07-29 19:52:41 +10:00
test_0310_mknod.sh NFSv4: Add support for mknod() 2017-08-15 20:05:47 +10:00
test_0320_lstat.sh Rework the NFSv4 path lookup framework so it handles symlinks properly. 2017-07-13 18:22:27 +10:00
test_0321_lstat_paths.sh Rework the NFSv4 path lookup framework so it handles symlinks properly. 2017-07-13 18:22:27 +10:00
test_0322_lstat_valgrind_leak_check.sh Rework the NFSv4 path lookup framework so it handles symlinks properly. 2017-07-13 18:22:27 +10:00
test_0330_ftruncate.sh NFSv4: Add support for ftruncate() 2017-08-26 01:31:25 +10:00
test_0332_ftruncate_valgrind_leak_check.sh NFSv4: Add support for ftruncate() 2017-08-26 01:31:25 +10:00
test_0340_truncate.sh NFSv4: Add tests for truncate() 2017-08-26 01:47:07 +10:00
test_0341_truncate_paths.sh NFSv4: Add tests for truncate() 2017-08-26 01:47:07 +10:00
test_0350_lseek.sh NFSv4: Add lseek() support. 2017-08-26 08:05:12 +10:00
test_0360_statvfs.sh NFSv4: Add support for statvfs() 2017-08-27 07:56:19 +10:00
test_0370_chmod.sh Fix NFS4 behavior of chmod/chown/utimes 2020-05-18 20:50:01 -07:00
test_0380_lchmod.sh NFSv4: Add support for chmod/lchmod/fchmod 2017-09-01 14:02:43 +10:00
test_0390_fchmod.sh NFSv4: Add support for chmod/lchmod/fchmod 2017-09-01 14:02:43 +10:00
test_0400_chown.sh Fix NFS4 behavior of chmod/chown/utimes 2020-05-18 20:50:01 -07:00
test_0410_lchown.sh NFSv4: Add support for chown/lchown/fchown 2017-09-02 06:42:59 +10:00
test_0420_fchown.sh NFSv4: Add support for chown/lchown/fchown 2017-09-02 06:42:59 +10:00
test_0430_access.sh NFSv4: Add access()/access2() 2017-09-03 05:43:04 +10:00
test_0440_access2.sh NFSv4: Add access()/access2() 2017-09-03 05:43:04 +10:00
test_0450_utimes.sh Fix NFS4 behavior of chmod/chown/utimes 2020-05-18 20:50:01 -07:00
test_0460_opendir.sh fix bug in nfsv4 opendir where it stripped off the final path component 2018-07-12 18:42:44 +10:00
test_1000_mount_paths.sh Rework the NFSv4 path lookup framework so it handles symlinks properly. 2017-07-13 18:22:27 +10:00
test_1010_chdir_paths.sh Rework the NFSv4 path lookup framework so it handles symlinks properly. 2017-07-13 18:22:27 +10:00
test_8000_timeout.sh Don't use portmapper to discover the port for NFSv4 2018-04-29 13:46:22 +10:00
test_9900_valgrind_leak_check_full.sh tests: disable test 0101 2020-06-09 13:44:49 +10:00
test_9910_valgrind_timeout.sh NFSv4 Add support for nfs_open() nfs_fstat64() nfs_close() 2017-07-26 14:26:29 +10:00
test_9990_build_rpm.sh Really skip test building rpm package in not rpm-based systems 2019-01-07 17:37:01 +07:00

README

Testsuite for libnfs.

To run the tests:
  make VERSION=3 test
or
  make VERSION=4 test

The tests will ask for your password as it needs sudo access to
run exportfs to create/remove the share we use for testing.