]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
tests: Remove the tests folder from this git repo
authorTom Hromatka <tom.hromatka@oracle.com>
Tue, 7 Apr 2020 14:08:25 +0000 (08:08 -0600)
committerTom Hromatka <tom.hromatka@oracle.com>
Tue, 7 Apr 2020 14:08:25 +0000 (08:08 -0600)
commit6375d28dcc83f792c1bdddf4f531ccd19e955186
treecff0c94e2f5342ce0b0d42a18ec2167bb44798ef
parent5d95fa3f5e193ce3291bf44de8640839c96fa656
tests: Remove the tests folder from this git repo

The test code has been moved to a separate git repo,
libcgroup-tests.  But before that repo can be added as a
submodule, the tests directory must first be deleted from
this repo.

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
78 files changed:
tests/.gitignore [deleted file]
tests/Makefile.am [deleted file]
tests/ftests/.gitignore [deleted file]
tests/ftests/001-cgget-basic_cgget.py [deleted file]
tests/ftests/Makefile.am [deleted file]
tests/ftests/README.md [deleted file]
tests/ftests/__init__.py [deleted file]
tests/ftests/cgroup.py [deleted file]
tests/ftests/config.py [deleted file]
tests/ftests/consts.py [deleted file]
tests/ftests/container.py [deleted file]
tests/ftests/default.conf [deleted file]
tests/ftests/ftests.py [deleted file]
tests/ftests/log.py [deleted file]
tests/ftests/run.py [deleted file]
tests/get_all_controller.c [deleted file]
tests/get_controller.c [deleted file]
tests/get_mount_point.c [deleted file]
tests/get_procs.c [deleted file]
tests/get_variable_names.c [deleted file]
tests/gunit/.gitignore [deleted file]
tests/gunit/001-path.cpp [deleted file]
tests/gunit/002-cgroup_parse_rules_options.cpp [deleted file]
tests/gunit/003-cg_get_cgroups_from_proc_cgroups.cpp [deleted file]
tests/gunit/004-cgroup_compare_ignore_rule.cpp [deleted file]
tests/gunit/005-cgroup_compare_wildcard_procname.cpp [deleted file]
tests/gunit/Makefile.am [deleted file]
tests/gunit/gtest.cpp [deleted file]
tests/gunit/libcgroup_unittest.map [deleted file]
tests/libcg_ba.cpp [deleted file]
tests/libcgrouptest.h [deleted file]
tests/libcgrouptest01.c [deleted file]
tests/logger.c [deleted file]
tests/logger.sh [deleted file]
tests/proctest.c [deleted file]
tests/read_stats.c [deleted file]
tests/runlibcgrouptest.sh.in [deleted file]
tests/setuid.c [deleted file]
tests/test_functions.c [deleted file]
tests/test_named_hierarchy.c [deleted file]
tests/tools/Makefile.am [deleted file]
tests/tools/README [deleted file]
tests/tools/cgclassify/Makefile.am [deleted file]
tests/tools/cgclassify/cgclassify [deleted file]
tests/tools/cgclassify/cgclassify-rules [deleted file]
tests/tools/cgclassify/simple.conf [deleted file]
tests/tools/cgconfigparser/Makefile.am [deleted file]
tests/tools/cgconfigparser/cgclear/cgclear_config_multi_1.conf [deleted file]
tests/tools/cgconfigparser/cgclear/cgclear_config_multi_2.conf [deleted file]
tests/tools/cgconfigparser/cgclear/cgclear_config_multi_3.conf [deleted file]
tests/tools/cgconfigparser/cgclear/cgclear_config_one.conf [deleted file]
tests/tools/cgconfigparser/cgclear_config_multi [deleted file]
tests/tools/cgconfigparser/cgclear_config_one [deleted file]
tests/tools/cgconfigparser/cgconfigparser_conf_files/cgconfig.conf.5.ex1 [deleted file]
tests/tools/cgconfigparser/cgconfigparser_conf_files/cgconfig.conf.5.ex2 [deleted file]
tests/tools/cgconfigparser/cgconfigparser_conf_files/cgconfig.conf.5.ex3 [deleted file]
tests/tools/cgconfigparser/cgconfigparser_conf_files/cgconfig.conf.5.ex4 [deleted file]
tests/tools/cgconfigparser/cgconfigparser_conf_files/permissions.conf [deleted file]
tests/tools/cgconfigparser/cgconfigparser_conf_files/permissions_default1.conf [deleted file]
tests/tools/cgconfigparser/cgconfigparser_conf_files/permissions_default2.conf [deleted file]
tests/tools/cgconfigparser/cgconfigparser_conf_files/permissions_default3.conf [deleted file]
tests/tools/cgconfigparser/cgconfigparser_conf_files/permissions_default4.conf [deleted file]
tests/tools/cgconfigparser/cgconfigparser_conf_files_tests [deleted file]
tests/tools/cgconfigparser/cgconfigparser_multiconfig [deleted file]
tests/tools/cgconfigparser/cgconfigparser_simple [deleted file]
tests/tools/cgconfigparser/multiconfig/1.conf [deleted file]
tests/tools/cgconfigparser/multiconfig/2.conf [deleted file]
tests/tools/cgconfigparser/multiconfig/3.conf [deleted file]
tests/tools/cgconfigparser/multiconfig/4.conf [deleted file]
tests/tools/cgconfigparser/multiconfig/5.conf [deleted file]
tests/tools/cgconfigparser/permissions [deleted file]
tests/tools/multimount/Makefile.am [deleted file]
tests/tools/multimount/many_mp [deleted file]
tests/tools/multimount/many_named [deleted file]
tests/tools/testenv.sh.in [deleted file]
tests/walk_task.c [deleted file]
tests/walk_test.c [deleted file]
tests/wrapper_test.c [deleted file]