From e6ee1b1304a010d559cd305ec6c475d9134a3060 Mon Sep 17 00:00:00 2001 From: Tom Hromatka Date: Tue, 1 Nov 2022 16:15:16 -0600 Subject: [PATCH] ftests: Add python files to the Makefile.am EXTRA_DIST list Several tests weren't added to the EXTRA_DIST list. Add them and systemd.py to the list. Signed-off-by: Tom Hromatka Reviewed-by: Kamalesh Babulal (cherry picked from commit c17a415f80795f0026091f1cdcc5d1558f47b392) --- tests/ftests/Makefile.am | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/tests/ftests/Makefile.am b/tests/ftests/Makefile.am index 15436553..dc23dbba 100644 --- a/tests/ftests/Makefile.am +++ b/tests/ftests/Makefile.am @@ -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} -- 2.47.2