]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
tests: Merge libcgroup-tests repo back into libcgroup repo
authorTom Hromatka <tom.hromatka@oracle.com>
Fri, 16 Sep 2022 17:28:05 +0000 (11:28 -0600)
committerTom Hromatka <tom.hromatka@oracle.com>
Fri, 16 Sep 2022 17:28:05 +0000 (11:28 -0600)
commit16548387071b6574dd32c2706360e619b26c4428
tree4e575766223515400df47c10381addba3b439d38
parenta15a3bd4c0af857981788f7fd5fd6542a50eb58b
parent45f37aedda04d2ab4679eb667aef49e2d3c2328f
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>
88 files changed:
tests/.github/actions/setup-libcgroup/action.yml
tests/.github/workflows/continuous-integration.yml
tests/.gitignore
tests/.gitmodules
tests/Makefile.am
tests/README.md
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/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/036-cgset-multi_thread.py
tests/ftests/037-cgxget-cpu_settings.py
tests/ftests/038-cgxget-cpuset_settings.py
tests/ftests/039-pybindings-cgxget.py
tests/ftests/040-pybindings-cgxset.py
tests/ftests/041-pybindings-library_version.py
tests/ftests/042-cgxget-unmappable.py
tests/ftests/043-cgcreate-empty_controller.py
tests/ftests/044-pybindings-cgcreate_empty_controller.py
tests/ftests/045-pybindings-list_mount_points.py
tests/ftests/046-cgexec-empty_controller.py
tests/ftests/047-cgcreate-delete_cgrp_shared_mnt.py
tests/ftests/999-stress-cgroup_init.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/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