oslo.rootwrap/oslo_rootwrap/tests
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
..
__init__.py Move files out of the namespace package 2014-12-18 16:08:01 -05:00
run_daemon.py Update hacking for Python3 2020-04-02 15:05:26 +02:00
test_functional_eventlet.py Protect rootwrap daemon socket against multiple threads 2017-11-10 13:55:26 +09:00
test_functional.py CommandFilter should allow exec from full path 2022-01-13 08:45:09 -05:00
test_rootwrap.py Add coreutils as valid value to fix KillFilter test 2023-10-16 09:29:07 +02:00