paunch/paunch/tests
Emilien Macchi 9b62765121 Do not set cpuset-cpus if cconfig['cpuset_cpus'] == 'all'
In the case of nova_libvirt container, we want to use all CPUs that are
reported online.
Rather than computing the list with Python (which has proven to be
problematic on PPC), let the container engine figuring it out by itself
like it was the case before.

Change-Id: I5d1b88c90dbc4114d996008a407cd1dd9a6eb9da
Closes-Bug: #1868135
2020-03-19 13:00:41 -04: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 Do not set cpuset-cpus if cconfig['cpuset_cpus'] == 'all' 2020-03-19 13:00:41 -04:00
test_builder_compose1.py Do not set cpuset-cpus if cconfig['cpuset_cpus'] == 'all' 2020-03-19 13:00:41 -04:00
test_builder_podman.py Properly mock cpu_affinity on all unit tests 2019-10-02 10:04:02 +02:00
test_paunch.py Allow to not cleanup containers that aren't in config 2020-02-11 19:31:08 -05:00
test_runner.py Do not force remove containers 2020-01-17 10:47:32 +01:00
test_utils_common.py Do not set cpuset-cpus if cconfig['cpuset_cpus'] == 'all' 2020-03-19 13:00:41 -04:00
test_utils_systemctl.py Check if container is running before doing an exec 2019-08-27 23:19:05 +00:00
test_utils_systemd.py Execute healthchecks as root 2020-01-22 16:11:21 +01:00