aboutsummaryrefslogtreecommitdiff
path: root/testcases/kernel/containers/README
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/kernel/containers/README')
-rw-r--r--testcases/kernel/containers/README50
1 files changed, 0 insertions, 50 deletions
diff --git a/testcases/kernel/containers/README b/testcases/kernel/containers/README
deleted file mode 100644
index c99cacd98..000000000
--- a/testcases/kernel/containers/README
+++ /dev/null
@@ -1,50 +0,0 @@
-################################################################################
-## ##
-## 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.