libnfs/tests
Ronnie Sahlberg 65de83140a NFSv4: Add support (and tests) for open(O_APPEND)
Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2017-08-03 20:25:59 +10:00
..
Makefile.am NFSv4: Add support for nfs_[p]write() 2017-07-29 19:52:41 +10:00
README TESTS: add tests for mknod 2017-07-02 12:28:06 +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_create.c TESTS Add tests for nfs_open() 2017-07-04 08:18:13 +10:00
prog_fstat.c TESTS Add tests for nfs_open() 2017-07-04 08:18:13 +10:00
prog_link.c TESTS Add tests for nfs_open() 2017-07-04 08:18:13 +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 TESTS Add tests for nfs_open() 2017-07-04 08:18:13 +10:00
prog_open_write.c NFSv4: Add support for nfs_[p]write() 2017-07-29 19:52:41 +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_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_unlink.c TESTS Add tests for nfs_open() 2017-07-04 08:18:13 +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 TESTS: Add tests for server discovery and share enumeration 2017-06-16 15:03:58 -07: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_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 nfs_open() nfs_fstat64() nfs_close() 2017-07-26 14:26:29 +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_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 NFSv4 Add support for nfs_open() nfs_fstat64() nfs_close() 2017-07-26 14:26:29 +10:00
test_9900_valgrind_leak_check_full.sh NFSv4 Add support for nfs_open() nfs_fstat64() nfs_close() 2017-07-26 14:26:29 +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 TEST: Add a test that building RPMs work 2017-06-17 12:35:19 -07:00

README

Testsuite for libnfs.

To run the tests :
  make 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.