]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
ftests: Add python files to the Makefile.am EXTRA_DIST list
authorTom Hromatka <tom.hromatka@oracle.com>
Tue, 1 Nov 2022 22:15:16 +0000 (16:15 -0600)
committerTom Hromatka <tom.hromatka@oracle.com>
Tue, 1 Nov 2022 22:15:16 +0000 (16:15 -0600)
Several tests weren't added to the EXTRA_DIST list.  Add them
and systemd.py to the list.

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
Reviewed-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
(cherry picked from commit c17a415f80795f0026091f1cdcc5d1558f47b392)

tests/ftests/Makefile.am

index 154365539694dbf900b65fa99322c37e345d807b..dc23dbba93c08020ebed5e016fe541a9c556cff7 100644 (file)
@@ -19,6 +19,7 @@ EXTRA_DIST_PYTHON_UTILS = \
                          log.py \
                          process.py \
                          run.py \
+                         systemd.py \
                          utils.py
 
 EXTRA_DIST_PYTHON_TESTS = \
@@ -63,7 +64,15 @@ EXTRA_DIST_PYTHON_TESTS = \
                          041-pybindings-library_version.py \
                          042-cgxget-unmappable.py \
                          043-cgcreate-empty_controller.py \
-                         044-pybindings-cgcreate_empty_controller.py
+                         044-pybindings-cgcreate_empty_controller.py \
+                         045-pybindings-list_mount_points.py \
+                         046-cgexec-empty_controller.py \
+                         047-cgcreate-delete_cgrp_shared_mnt.py \
+                         048-pybindings-get_cgroup_mode.py \
+                         049-sudo-systemd_create_scope.py \
+                         050-sudo-systemd_create_scope2.py
+# Intentionally omit the stress test from the extra dist
+# 999-stress-cgroup_init.py
 
 EXTRA_DIST = README.md ftests.sh ftests-nocontainer.sh \
             ${EXTRA_DIST_PYTHON_UTILS} ${EXTRA_DIST_PYTHON_TESTS}