From: David Dillow <dave-i1Mk8JYDVaaSihdK6806/g@public.gmane.org>
To: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: David Dillow <dave-i1Mk8JYDVaaSihdK6806/g@public.gmane.org>
Subject: [PATCH 0/9] Enhance NFS test suite (plus one other bug)
Date: Sat, 6 Jun 2009 05:23:21 -0400 [thread overview]
Message-ID: <cover.1244279679.git.dave@thedillows.org> (raw)
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
next reply other threads:[~2009-06-06 9:23 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-06 9:23 David Dillow [this message]
[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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1244279679.git.dave@thedillows.org \
--to=dave-i1mk8jydvaasihdk6806/g@public.gmane.org \
--cc=initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.