oslo.rootwrap/oslo_rootwrap
Hervé Beraud 43ab5ad7a7 Add coreutils as valid value to fix KillFilter test
In containerized RHEL 9 environment the KillFilter test started to fail
because `os.readlink("/proc/<pid-of-cat/exe>")` return /usr/bin/coreutils.

Indeed cat is part of the coreutils package and the symlink of
this file point toward coreutils. Fixing this bug by adding
coreutils as a possible returned value for our tests.

Closes-Bug: #2037383
Change-Id: I141eb15efa30c7df3ca5419b594097f4b683663c
2023-10-16 09:29:07 +02:00
..
tests Add coreutils as valid value to fix KillFilter test 2023-10-16 09:29:07 +02:00
__init__.py Fix Python 3 support for eventlet monkey-patching 2015-10-13 21:51:47 +02:00
client.py Avoid raising a RuntimeError during the shutdown 2020-05-13 15:21:33 +00:00
cmd.py Remove six 2020-10-09 09:19:18 +08:00
daemon.py Remove six.PY3 2020-09-30 16:34:20 +08:00
filters.py CommandFilter should allow exec from full path 2022-01-13 08:45:09 -05:00
jsonrpc.py Update hacking for Python3 2020-04-02 15:05:26 +02:00
version.py pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz) 2017-02-06 12:49:21 -05:00
wrapper.py Remove six 2020-10-09 09:19:18 +08:00