FedFsTestPlan0.10
From Linux NFS
(Difference between revisions)
Chucklever (Talk | contribs) |
Chucklever (Talk | contribs) (→New in 0.10) |
||
Line 13: | Line 13: | ||
== Test Plan for fedfs-utils-0.10 == | == Test Plan for fedfs-utils-0.10 == | ||
- | === New in 0.10 === | + | === New features in 0.10 === |
==== "cn=NSDB Manager" administrator DN ==== | ==== "cn=NSDB Manager" administrator DN ==== | ||
Line 48: | Line 48: | ||
# Kinit and attempt ADMIN operations against a fedfsd with no GSS support configured | # Kinit and attempt ADMIN operations against a fedfsd with no GSS support configured | ||
# Using 0.9 fedfsc, attempt ADMIN operations against a fedfsd with GSS support and a known good service principal | # Using 0.9 fedfsc, attempt ADMIN operations against a fedfsd with GSS support and a known good service principal | ||
+ | |||
+ | === Existing features === | ||
+ | |||
+ | ==== TLS support in NSDB clients ==== | ||
+ | |||
+ | # nsdbparams support for adding NSDB with TLS security | ||
+ | # fedfsd support for adding NSDB with TLS security | ||
+ | # Use a certificate to resolve an FSN on an NSDB using no security | ||
+ | # Try to resolve an FSN with no certificate against an NSDB with TLS security | ||
+ | |||
+ | ==== fedfsd ==== | ||
+ | |||
+ | # Try all ADMIN junction operations on a FedFS-enabled server | ||
+ | # Try all ADMIN NSDB operations on a FedFS-enabled server | ||
+ | |||
+ | ==== nfsref ==== | ||
+ | |||
+ | # Create basic junctions and verify that clients follow them | ||
+ | # Create fedfs junctions and verify that mountd resolves them correctly and that clients follow them | ||
+ | # List basic and fedfs junctions | ||
+ | # Remove junctions |
Revision as of 21:12, 28 October 2013
Contents |
Project: fedfs-utils
[ Project Home | News | Downloads | Docs | Mailing Lists | Source Control | Issues ]
Test Plan for fedfs-utils-0.10
New features in 0.10
"cn=NSDB Manager" administrator DN
- Create, edit, and remove FedFS records using the new "cn=NSDB Manager" DN
- Try to create, edit, or remove FedFS records using some other non-admin DN
- Try to create, edit, or remove non-FedFS records using the new "cn=NSDB Manager" DN
NCE discovery mechanism
- Try FSN resolution with a new fedfsNsdbContainerEntry object in place. Debugging should show that the NSDB client performs the new subtree search to find the NCE.
- Try FSN resolution without a fedfsNsdbContainerEntry object. Debugging should show that the NSDB client tries the subtree search then queries the fedfsNceDN attribute.
- FSN resolution should work when TLS is enabled on the NSDB
- Try adding another NCE on the NSDB
- Try removing the new NCE
fedfs-domainroot
- Create and remove domain roots while an NFSD is running
- Create and remove domain roots while NFSD is shut down
nsdb-jumpstart
- Try "install" on a blank system (openldap-servers and fedfs-utils-common installed)
- Try "install" on a system with a running NSDB
- Try "install" with TLS security; pass out certificate and attempt NSDB operations like FSN resolution
- Try "backup" on a system with some NSDB data
- Try "restore" on a system with backups and some NSDB data
RPCSEC GSS authentication of ADMIN protocol
- Kinit and attempt ADMIN operations against a fedfsd with GSS support and a known good service principal
- Do not kinit and attempt ADMIN operations against a fedfs with GSS support and a known good service principal
- Kinit and attempt ADMIN operations against a fedfsd with no GSS support configured
- Using 0.9 fedfsc, attempt ADMIN operations against a fedfsd with GSS support and a known good service principal
Existing features
TLS support in NSDB clients
- nsdbparams support for adding NSDB with TLS security
- fedfsd support for adding NSDB with TLS security
- Use a certificate to resolve an FSN on an NSDB using no security
- Try to resolve an FSN with no certificate against an NSDB with TLS security
fedfsd
- Try all ADMIN junction operations on a FedFS-enabled server
- Try all ADMIN NSDB operations on a FedFS-enabled server
nfsref
- Create basic junctions and verify that clients follow them
- Create fedfs junctions and verify that mountd resolves them correctly and that clients follow them
- List basic and fedfs junctions
- Remove junctions