paunch/paunch/tests
Cédric Jeanneret b452a33030 Allow to pass some of systemd.exec flags
It may happen we have some shared directory mounted within
the container - if it is located in /run or in some other
tmpfs location, it won't persist across reboots.

SystemD provides the capability to create those directories, and
this patch allows to take advantage of this capacity.

Basically, we might add as many flag as we want.

Closes-Bug: #1814764
Change-Id: I5d2ef49ec205b7a43c488d4ceef0724e5ef2b6cc
2019-02-06 16:47:51 +01:00
..
__init__.py Initial Cookiecutter Commit. 2017-01-25 11:24:31 +13:00
base.py Initial Cookiecutter Commit. 2017-01-25 11:24:31 +13:00
test_builder_base.py Always attempt a graceful container stop/remove 2019-01-23 12:45:57 +01:00
test_builder_compose1.py Allow to set limit memory on containers 2018-11-21 16:55:31 -05:00
test_builder_podman.py Allow to set limit memory on containers 2018-11-21 16:55:31 -05:00
test_paunch.py Add missing default-runtime support bits 2018-11-30 16:46:53 +01:00
test_runner.py Always attempt a graceful container stop/remove 2019-01-23 12:45:57 +01:00
test_utils_systemd.py Allow to pass some of systemd.exec flags 2019-02-06 16:47:51 +01:00