libnfs/tests
Ronnie Sahlberg 70197d5ab8 TETS: rename the tests
Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2017-07-04 08:43:55 +10:00
..
Makefile.am TESTS Add tests for nfs_open() 2017-07-04 08:18:13 +10:00
README TESTS: add tests for mknod 2017-07-02 12:28:06 +10:00
functions.sh TEST: Add a simple test for mkdir/rmdir 2017-06-17 15:14:24 -07:00
ld_timeout.c TESTS: Verify we fail on RPC timeouts 2017-06-29 08:34:44 +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_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_open_read.c TESTS Add tests for nfs_open() 2017-07-04 08:18:13 +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 Add tests for nfs_open() 2017-07-04 08:18:13 +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 TESTS: Add path adn valgrind tests for nfs_stat64() 2017-07-03 10:10:46 +10:00
test_0201_stat_paths.sh TESTS: Add path adn valgrind tests for nfs_stat64() 2017-07-03 10:10:46 +10:00
test_0202_stat_valgrind_leak_check.sh TESTS: Add path adn valgrind tests for nfs_stat64() 2017-07-03 10:10:46 +10:00
test_0210_fstat.sh TESTS: Add path and valgrind leak tests for nfs_fstat64() 2017-07-03 10:27:03 +10:00
test_0211_fstat_paths.sh TESTS: Add path and valgrind leak tests for nfs_fstat64() 2017-07-03 10:27:03 +10:00
test_0212_fstat_valgrind_leak_check.sh TESTS: Add path and valgrind leak tests for nfs_fstat64() 2017-07-03 10:27:03 +10:00
test_0220_open_paths.sh TETS: rename the tests 2017-07-04 08:43:55 +10:00
test_0222_open_valgrind_leak_check.sh TETS: rename the tests 2017-07-04 08:43:55 +10:00
test_0230_creat_paths.sh TETS: rename the tests 2017-07-04 08:43:55 +10:00
test_0240_link.sh TETS: rename the tests 2017-07-04 08:43:55 +10:00
test_0242_link_valgrind_leak_check.sh TETS: rename the tests 2017-07-04 08:43:55 +10:00
test_0250_rename.sh TETS: rename the tests 2017-07-04 08:43:55 +10:00
test_0252_rename_valgrind_leak_check.sh TETS: rename the tests 2017-07-04 08:43:55 +10:00
test_0260_symlink_paths.sh TETS: rename the tests 2017-07-04 08:43:55 +10:00
test_0270_unlink.sh TETS: rename the tests 2017-07-04 08:43:55 +10:00
test_0272_unlink_valgrind_leak_check.sh TETS: rename the tests 2017-07-04 08:43:55 +10:00
test_0280_mkdir_rmdir.sh TETS: rename the tests 2017-07-04 08:43:55 +10:00
test_0282_mkdir_rmdir_valgrind_leak_check.sh TETS: rename the tests 2017-07-04 08:43:55 +10:00
test_0290_read.sh TETS: rename the tests 2017-07-04 08:43:55 +10:00
test_0300_write.sh TETS: rename the tests 2017-07-04 08:43:55 +10:00
test_0310_mknod.sh TETS: rename the tests 2017-07-04 08:43:55 +10:00
test_8000_timeout.sh TESTS: Add path adn valgrind tests for nfs_stat64() 2017-07-03 10:10:46 +10:00
test_9900_valgrind_leak_check_full.sh TESTS: Add path and valgrind leak tests for nfs_fstat64() 2017-07-03 10:27:03 +10:00
test_9910_valgrind_timeout.sh TESTS: Verify we do not leak memory on timeouts 2017-06-29 09:02:49 +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.