51 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
| ################################################################################
 | |
| ##                                                                            ##
 | |
| ## Copyright (c) International Business Machines  Corp., 2007                 ##
 | |
| ##                                                                            ##
 | |
| ## This program is free software;  you can redistribute it and#or modify      ##
 | |
| ## it under the terms of the GNU General Public License as published by       ##
 | |
| ## the Free Software Foundation; either version 2 of the License, or          ##
 | |
| ## (at your option) any later version.                                        ##
 | |
| ##                                                                            ##
 | |
| ## This program is distributed in the hope that it will be useful, but        ##
 | |
| ## WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY ##
 | |
| ## or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License   ##
 | |
| ## for more details.                                                          ##
 | |
| ##                                                                            ##
 | |
| ## You should have received a copy of the GNU General Public License          ##
 | |
| ## along with this program;  if not, write to the Free Software               ##
 | |
| ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA    ##
 | |
| ##                                                                            ##
 | |
| ################################################################################
 | |
| 
 | |
| CONTAINER TESTS AUTOMATION SUITE
 | |
| ----------------------------
 | |
| The tests requires the Kernel to be compiled with the following configs
 | |
| 
 | |
| CONFIG_DUMMY=y(or =m)
 | |
| CONFIG_NAMESPACES=y
 | |
| CONFIG_UTS_NS=y
 | |
| CONFIG_IPC_NS=y
 | |
| CONFIG_USER_NS=y
 | |
| CONFIG_PID_NS=y
 | |
| CONFIG_NET_NS=y
 | |
| CONFIG_VETH=y(or =m)
 | |
| CONFIG_MACVLAN=y(optional)
 | |
| 
 | |
| The container test automation suite helps run the container functionality
 | |
| (e.g: utsname etc..) tests and report results. Please refer the following
 | |
| each functionality README file for detail:
 | |
| 
 | |
| sysvipc/*
 | |
| 	Contains all the testcases related to IPC NS tests.
 | |
| posixmq/*
 | |
| 	Contains all the testcases related to POSIX MQ NS tests.  These
 | |
| 	are strictly speaking a part of the ipc namespaces, but can be
 | |
| 	enabled in the kernel without SYSV IPC support.
 | |
| utsname/*
 | |
| 	Contains all the testcases related to utsname tests.
 | |
| libclone/*
 | |
| 	Contains the library API for clone() .
 | |
| netns/*
 | |
|         Contains the testcases related to the network NS tests.
 |