1/******************************************************************************/ 2/* */ 3/* Copyright (c) International Business Machines Corp., 2008 */ 4/* */ 5/* This program is free software; you can redistribute it and/or modify */ 6/* it under the terms of the GNU General Public License as published by */ 7/* the Free Software Foundation; either version 2 of the License, or */ 8/* (at your option) any later version. */ 9/* */ 10/* This program is distributed in the hope that it will be useful, */ 11/* but WITHOUT ANY WARRANTY; without even the implied warranty of */ 12/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See */ 13/* the GNU General Public License for more details. */ 14/* */ 15/* You should have received a copy of the GNU General Public License */ 16/* along with this program; if not, write to the Free Software */ 17/* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ 18/* */ 19/******************************************************************************/ 20 21OO_DESCRIPTION.txt 22================== 23 24The contents of the cloneNS directory: 25test01 - namespace with shared dirs 26test02 - namespaces with parent-slave 27test03 - namespace with unclonable mount 28test04 - namespace with private mount. 29test05 - namespace with multi-level 30test06 - namespace with shared point bind mounted 31test07 - slave child to slave parent. 32 33 34test01: 35======= 36namespace with shared dirs 37 38 39test02: 40======= 41namespaces with parent-slave 42 43 44test03: 45======= 46namespace with unclonable mount 47 48 49test04: 50======= 51namespace with private mount. 52 53 54test05: 55======= 56namespace with multi-level 57chain of slaves 58 59 60test06: 61======= 62namespace with shared point bind mounted 63within the same directory 64 65 66test07: 67======= 68slave child to slave parent. 69 70 71