All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH 0/8] network/nfs: fix/cleanup tests
@ 2016-06-20 14:28 Alexey Kodanev
  2016-06-20 14:28 ` [LTP] [PATCH resend 1/8] lib: add safe_gethostname() Alexey Kodanev
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Alexey Kodanev @ 2016-06-20 14:28 UTC (permalink / raw)
  To: ltp

Alexey Kodanev (8):
  lib: add safe_gethostname()
  network/nfs05: rewrite the test, make use of new library
  network/nfs_lib.sh: add options, socket type and NFS ver
  network/nfs/fsx: cleanup test, use test_net library
  network/nfs/nfsstat: cleanup test, use test_net.sh library
  network/nfs/nfsflock: clenaup & use test_net library
  network/nfs/nfs_fsstress: remove fsstress test
  network/nfs: remove README

 include/safe_net_fn.h                              |    3 +
 include/tst_safe_net.h                             |    3 +
 lib/safe_net.c                                     |   14 +
 runtest/net.nfs                                    |   83 +-
 testcases/network/.gitignore                       |    1 -
 testcases/network/nfs/README                       |   28 -
 testcases/network/nfs/fsx-linux/fsx.sh             |  204 +--
 testcases/network/nfs/nfs_fsstress/Makefile        |    7 -
 testcases/network/nfs/nfs_fsstress/fsstress.c      | 2591 --------------------
 testcases/network/nfs/nfs_fsstress/global.h        |   66 -
 testcases/network/nfs/nfs_fsstress/xfscompat.h     |    7 -
 testcases/network/nfs/nfs_stress/Makefile          |    2 +-
 testcases/network/nfs/nfs_stress/nfs05             |    8 +-
 testcases/network/nfs/nfs_stress/nfs05_make_tree.c |  911 ++------
 testcases/network/nfs/nfs_stress/nfs_lib.sh        |   32 +-
 testcases/network/nfs/nfslock01/nfs_flock_frk.c    |   39 -
 testcases/network/nfs/nfslock01/nfslock01          |  155 +-
 testcases/network/nfs/nfsstat01/nfsstat01          |  343 +--
 18 files changed, 433 insertions(+), 4064 deletions(-)
 delete mode 100644 testcases/network/nfs/README
 delete mode 100644 testcases/network/nfs/nfs_fsstress/fsstress.c
 delete mode 100644 testcases/network/nfs/nfs_fsstress/global.h
 delete mode 100644 testcases/network/nfs/nfs_fsstress/xfscompat.h
 delete mode 100644 testcases/network/nfs/nfslock01/nfs_flock_frk.c


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-08-04 10:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-20 14:28 [LTP] [PATCH 0/8] network/nfs: fix/cleanup tests Alexey Kodanev
2016-06-20 14:28 ` [LTP] [PATCH resend 1/8] lib: add safe_gethostname() Alexey Kodanev
2016-06-20 14:28 ` [LTP] [PATCH resend 2/8] network/nfs05: rewrite the test, make use of new library Alexey Kodanev
2016-06-20 14:28 ` [LTP] [PATCH 3/8] network/nfs_lib.sh: add options, socket type and NFS ver Alexey Kodanev
2016-06-20 14:28 ` [LTP] [PATCH 4/8] network/nfs/fsx: cleanup test, use test_net library Alexey Kodanev
2016-06-20 14:28 ` [LTP] [PATCH 5/8] network/nfs/nfsstat: cleanup test, use test_net.sh library Alexey Kodanev
2016-06-20 14:28 ` [LTP] [PATCH 6/8] network/nfs/nfsflock: clenaup & use test_net library Alexey Kodanev
2016-06-20 14:28 ` [LTP] [PATCH 7/8] network/nfs/nfs_fsstress: remove fsstress test Alexey Kodanev
2016-06-20 14:28 ` [LTP] [PATCH 8/8] network/nfs: remove README Alexey Kodanev
2016-08-04 10:13 ` [LTP] [PATCH 0/8] network/nfs: fix/cleanup tests Alexey Kodanev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.