All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] Enhance NFS test suite (plus one other bug)
@ 2009-06-06  9:23 David Dillow
       [not found] ` <cover.1244279679.git.dave-i1Mk8JYDVaaSihdK6806/g@public.gmane.org>
  0 siblings, 1 reply; 10+ messages in thread
From: David Dillow @ 2009-06-06  9:23 UTC (permalink / raw)
  To: initramfs-u79uwXL29TY76Z2rM5mHXA; +Cc: David Dillow

This series adds functionality to the NFS test suite, and fixes an issue
with root parsing that was found during the work. Follow-on work will include
adding some rules to the NFS server during the test to verify that the correct
server IP is being used, and to test NFS mount options and nfsroot=.

These patches can also be pulled from http://thedillows.org/dracut.git

David Dillow (9):
  Have the test framework always run the cleanup script
  NFS testing: add forgotten hard-off hook
  NFS test: rearrange code to test multiple client configurations
  NFS test: switch the ISC dhcpd server
  NFS test: re-add the fix for the terminal
  NFS test: rearrange the server tree so we can differentiate NFSv3 vs
    NFSv4
  root option parsing belongs in 99base now
  NFS test: allow emergency shell while debugging
  NFS test: additional option tests

 modules.d/95rootfs-block/install            |    1 -
 modules.d/95rootfs-block/parse-root-opts.sh |   14 ---
 modules.d/99base/install                    |    1 +
 modules.d/99base/parse-root-opts.sh         |   14 +++
 test/TEST-20-NFS/dhcpd.conf                 |   73 ++++++++++++++
 test/TEST-20-NFS/exports                    |    2 +
 test/TEST-20-NFS/hard-off.sh                |    2 +
 test/TEST-20-NFS/hosts                      |    6 +
 test/TEST-20-NFS/server-init                |    9 +-
 test/TEST-20-NFS/test.sh                    |  140 ++++++++++++++++++---------
 test/test-functions                         |   30 ++++---
 11 files changed, 214 insertions(+), 78 deletions(-)
 delete mode 100755 modules.d/95rootfs-block/parse-root-opts.sh
 create mode 100755 modules.d/99base/parse-root-opts.sh
 create mode 100644 test/TEST-20-NFS/dhcpd.conf
 create mode 100644 test/TEST-20-NFS/exports
 create mode 100755 test/TEST-20-NFS/hard-off.sh
 create mode 100644 test/TEST-20-NFS/hosts

--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2009-06-06  9:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-06  9:23 [PATCH 0/9] Enhance NFS test suite (plus one other bug) David Dillow
     [not found] ` <cover.1244279679.git.dave-i1Mk8JYDVaaSihdK6806/g@public.gmane.org>
2009-06-06  9:23   ` [PATCH 1/9] Have the test framework always run the cleanup script David Dillow
2009-06-06  9:23   ` [PATCH 2/9] NFS testing: add forgotten hard-off hook David Dillow
2009-06-06  9:23   ` [PATCH 3/9] NFS test: rearrange code to test multiple client configurations David Dillow
2009-06-06  9:23   ` [PATCH 4/9] NFS test: switch the ISC dhcpd server David Dillow
2009-06-06  9:23   ` [PATCH 5/9] NFS test: re-add the fix for the terminal David Dillow
2009-06-06  9:23   ` [PATCH 6/9] NFS test: rearrange the server tree so we can differentiate NFSv3 vs NFSv4 David Dillow
2009-06-06  9:23   ` [PATCH 7/9] root option parsing belongs in 99base now David Dillow
2009-06-06  9:23   ` [PATCH 8/9] NFS test: allow emergency shell while debugging David Dillow
2009-06-06  9:23   ` [PATCH 9/9] NFS test: additional option tests David Dillow

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.