]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
tests: Merge libcgroup-tests repo back into libcgroup repo 248/head
authorTom Hromatka <tom.hromatka@oracle.com>
Fri, 16 Sep 2022 17:18:27 +0000 (11:18 -0600)
committerTom Hromatka <tom.hromatka@oracle.com>
Fri, 16 Sep 2022 17:18:27 +0000 (11:18 -0600)
commitdfc1b55dfd3b5a31d0a8e9ce0643c87df7cc6724
tree11c02d3629000291094bc1897d26147f8696bf5b
parent08613248c53ad0df410d9f7f286bd9c084b34ee1
parentad6a81cd2dae4716674b09e01324aa1c8087c5ac
tests: Merge libcgroup-tests repo back into libcgroup repo

Merge the libcgroup-tests repo back into the main libcgroup repo.
The submodules logic has been deleted and the tests are now directly
hosted within the libcgroup repo.

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
127 files changed:
tests/.gitignore
tests/.gitmodules
tests/Makefile.am
tests/ftests/.gitignore
tests/ftests/001-cgget-basic_cgget_v1.py
tests/ftests/002-cgdelete-recursive_delete.py
tests/ftests/003-cgget-basic_cgget_v2.py
tests/ftests/004-cgsnapshot-basic_snapshot_v1.py
tests/ftests/005-cgsnapshot-basic_snapshot_v2.py
tests/ftests/006-cgrules-basic_cgrules_v1.py
tests/ftests/007-cgrules-basic_cgrules_v2.py
tests/ftests/008-cgget-multiple_r_flags.py
tests/ftests/009-cgget-g_flag_controller_only.py
tests/ftests/010-cgget-g_flag_controller_and_cgroup.py
tests/ftests/011-cgget-r_flag_two_cgroups.py
tests/ftests/012-cgget-multiple_r_flags2.py
tests/ftests/013-cgget-multiple_g_flags.py
tests/ftests/014-cgget-a_flag.py
tests/ftests/015-cgget-multiline_r_flag.py
tests/ftests/016-cgget-invalid_options.py
tests/ftests/017-cgconfig-load_file.py
tests/ftests/018-cgconfig-load_dir.py
tests/ftests/019-cgconfig-uidgid_dperm_fperm.py
tests/ftests/020-cgconfig-tasks_perms_owner.py
tests/ftests/021-cgconfig-invalid_options.py
tests/ftests/022-cgset-multiple_r_flag.py
tests/ftests/023-cgset-copy_from.py
tests/ftests/025-cgset-multiple_cgroups.py
tests/ftests/026-cgset-multiple_r_multiple_cgroup.py
tests/ftests/027-cgset-invalid_options.py
tests/ftests/028-cgclear-basic_cgclear.py
tests/ftests/029-lssubsys-basic_lssubsys.py
tests/ftests/030-lssubsys-lssubsys_all.py
tests/ftests/031-lscgroup-g_flag.py
tests/ftests/032-lscgroup-multiple_g_flags.py
tests/ftests/033-cgget-no_flags.py
tests/ftests/034-cgexec-basic_cgexec.py
tests/ftests/035-cgset-set_cgroup_type.py
tests/ftests/Makefile.am
tests/ftests/README.md
tests/ftests/__init__.py
tests/ftests/cgroup.py
tests/ftests/config.py
tests/ftests/consts.py
tests/ftests/container.py
tests/ftests/controller.py
tests/ftests/ftests-nocontainer.sh
tests/ftests/ftests.py
tests/ftests/ftests.sh
tests/ftests/log.py
tests/ftests/process.py
tests/ftests/run.py
tests/ftests/utils.py
tests/get_all_controller.c
tests/get_controller.c
tests/get_mount_point.c
tests/get_procs.c
tests/get_variable_names.c
tests/gunit/.gitignore
tests/gunit/001-path.cpp
tests/gunit/002-cgroup_parse_rules_options.cpp
tests/gunit/003-cg_get_cgroups_from_proc_cgroups.cpp
tests/gunit/004-cgroup_compare_ignore_rule.cpp
tests/gunit/005-cgroup_compare_wildcard_procname.cpp
tests/gunit/006-cgroup_get_cgroup.cpp
tests/gunit/007-cgroup_process_v1_mount.cpp
tests/gunit/008-cgroup_process_v2_mount.cpp
tests/gunit/009-cgroup_set_values_recursive.cpp
tests/gunit/010-cgroup_chown_chmod_tasks.cpp
tests/gunit/011-cgroupv2_subtree_control.cpp
tests/gunit/012-cgroup_create_cgroup.cpp
tests/gunit/013-cgroup_build_tasks_procs_path.cpp
tests/gunit/014-cgroupv2_get_subtree_control.cpp
tests/gunit/015-cgroupv2_controller_enabled.cpp
tests/gunit/016-cgset_parse_r_flag.cpp
tests/gunit/Makefile.am
tests/gunit/gtest.cpp
tests/gunit/libcgroup_unittest.map
tests/libcg_ba.cpp
tests/libcgrouptest.h
tests/libcgrouptest01.c
tests/logger.c
tests/logger.sh
tests/proctest.c
tests/read_stats.c
tests/runlibcgrouptest.sh.in
tests/setuid.c
tests/test_functions.c
tests/test_named_hierarchy.c
tests/tools/Makefile.am
tests/tools/README
tests/tools/cgclassify/Makefile.am
tests/tools/cgclassify/cgclassify
tests/tools/cgclassify/cgclassify-rules
tests/tools/cgclassify/simple.conf
tests/tools/cgconfigparser/Makefile.am
tests/tools/cgconfigparser/cgclear/cgclear_config_multi_1.conf
tests/tools/cgconfigparser/cgclear/cgclear_config_multi_2.conf
tests/tools/cgconfigparser/cgclear/cgclear_config_multi_3.conf
tests/tools/cgconfigparser/cgclear/cgclear_config_one.conf
tests/tools/cgconfigparser/cgclear_config_multi
tests/tools/cgconfigparser/cgclear_config_one
tests/tools/cgconfigparser/cgconfigparser_conf_files/cgconfig.conf.5.ex1
tests/tools/cgconfigparser/cgconfigparser_conf_files/cgconfig.conf.5.ex2
tests/tools/cgconfigparser/cgconfigparser_conf_files/cgconfig.conf.5.ex3
tests/tools/cgconfigparser/cgconfigparser_conf_files/cgconfig.conf.5.ex4
tests/tools/cgconfigparser/cgconfigparser_conf_files/permissions.conf
tests/tools/cgconfigparser/cgconfigparser_conf_files/permissions_default1.conf
tests/tools/cgconfigparser/cgconfigparser_conf_files/permissions_default2.conf
tests/tools/cgconfigparser/cgconfigparser_conf_files/permissions_default3.conf
tests/tools/cgconfigparser/cgconfigparser_conf_files/permissions_default4.conf
tests/tools/cgconfigparser/cgconfigparser_conf_files_tests
tests/tools/cgconfigparser/cgconfigparser_multiconfig
tests/tools/cgconfigparser/cgconfigparser_simple
tests/tools/cgconfigparser/multiconfig/1.conf
tests/tools/cgconfigparser/multiconfig/2.conf
tests/tools/cgconfigparser/multiconfig/3.conf
tests/tools/cgconfigparser/multiconfig/4.conf
tests/tools/cgconfigparser/multiconfig/5.conf
tests/tools/cgconfigparser/permissions
tests/tools/multimount/Makefile.am
tests/tools/multimount/many_mp
tests/tools/multimount/many_named
tests/tools/testenv.sh.in
tests/walk_task.c
tests/walk_test.c
tests/wrapper_test.c