pytest-testinfra
pytest-testinfra copied to clipboard
New limits module
Module to check user session limits using the Bash ulimit builtin.
I not able to pass the test suite locally, some Docker builds fails on my laptop :sweat:.
Build succeeded (third-party-check pipeline).
- system-config-run-base-ansible-devel : SUCCESS in 15m 27s
Build succeeded (third-party-check pipeline).
- system-config-run-base-ansible-devel : SUCCESS in 13m 31s
Build succeeded (third-party-check pipeline).
- system-config-run-base-ansible-devel : SUCCESS in 14m 06s
Build succeeded (third-party-check pipeline).
- system-config-run-base-ansible-devel : SUCCESS in 15m 28s
Hi, thanks for this.
IIUC limits are per process and this module is exposing "default" limits applied to the current user.
I wonder if this could be integrated in the existing "process" module ? Process limits are exposed by linux in /proc/
What do you think ?
Mmm, sounds good, let me dig about it a little more.