1 # 2 # CDDL HEADER START 3 # 4 # The contents of this file are subject to the terms of the 5 # Common Development and Distribution License (the "License"). 6 # You may not use this file except in compliance with the License. 7 # 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9 # See the License for the specific language governing permissions 10 # and limitations under the License. 11 # 12 # When distributing Covered Code, include this CDDL HEADER in each 13 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 14 # If applicable, add the following below this CDDL HEADER, with the 15 # fields enclosed by brackets "[]" replaced with your own identifying 16 # information: Portions Copyright [yyyy] [name of copyright owner] 17 # 18 # CDDL HEADER END 19 # 20 21 # 22 # Copyright 2006 Sun Microsystems, Inc. All rights reserved. 23 # Use is subject to license terms. 24 # 25 26 27 nfsv4-test/server/README: 28 ========================================================= 29 30 This directory consists of the following: 31 32 mk_srvdir.sh: 33 script to create test files/directories in the current 34 directory based on variables in v4test.cfg file, which 35 must be found in the same directory as the script. In 36 nfsv4-test environment path used for mk_srvdir.sh is 37 $BASEDIR variable. See top-level README file for details. 38 39 v4test.cfg: 40 Consists of the types of test files/directories to be 41 created on the server by mk_srvdir.sh script. 42 43 Purpose: 44 45 This is intentionally separate to allow server files to be 46 installed in server systems which maybe outside the testing 47 environment, e.g. outside firewall; and the tests can still 48 be executed if NFS traffic is allowed between the client 49 and the server. 50 ----------------------------------------------------------