android13/external/ltp/testcases/kernel/containers
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
libclone initial 2024-06-22 20:45:49 +08:00
mountns initial 2024-06-22 20:45:49 +08:00
mqns initial 2024-06-22 20:45:49 +08:00
netns initial 2024-06-22 20:45:49 +08:00
pidns initial 2024-06-22 20:45:49 +08:00
share initial 2024-06-22 20:45:49 +08:00
sysvipc initial 2024-06-22 20:45:49 +08:00
timens initial 2024-06-22 20:45:49 +08:00
userns initial 2024-06-22 20:45:49 +08:00
utsname initial 2024-06-22 20:45:49 +08:00
Makefile initial 2024-06-22 20:45:49 +08:00
Makefile.inc initial 2024-06-22 20:45:49 +08:00
README initial 2024-06-22 20:45:49 +08:00
TEST_PLAN.txt initial 2024-06-22 20:45:49 +08:00

README

################################################################################
##                                                                            ##
## 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.