1################################################################################
2##                                                                            ##
3## Copyright (c) International Business Machines  Corp., 2007                 ##
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, but        ##
11## WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY ##
12## or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License   ##
13## 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
21CONTAINER TESTS AUTOMATION SUITE
22----------------------------
23The tests requires the Kernel to  be compiled with the following config's
24
25CONFIG_NAMESPACES=y
26CONFIG_UTS_NS=y
27CONFIG_IPC_NS=y
28CONFIG_USER_NS=y
29CONFIG_PID_NS=y
30CONFIG_NET_NS=y
31CONFIG_VETH=y
32CONFIG_MACVLAN=y(optional)
33
34The container test automation suite helps run the container functionality
35(e.g: utsname etc..) tests and report results. Please refer the following
36each functionality README file for detail:
37
38sysvipc/*
39	Contains all the testcases related to IPC NS tests.
40posixmq/*
41	Contains all the testcases related to POSIX MQ NS tests.  These
42	are strictly speaking a part of the ipc namespaces, but can be
43	enabled in the kernel without SYSV IPC support.
44utsname/*
45	Contains all the testcases related to utsname tests.
46libclone/*
47	Contains the library API for clone() .
48netns/*
49        Contains the testcases related to the network NS tests.
50