mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-13 05:02:17 +00:00
Currently TestCreateJavaKeystore::test_create_jks_success is failing on a machine with SELinux because set_context_if_different is not mocked and hence tries to access a file that doesn't exist because it has been mocked previously. Also, changing path to a path that won't exist for sure. |
||
|---|---|---|
| .. | ||
| interfaces_file | ||
| __init__.py | ||
| test_iptables.py | ||
| test_java_keystore.py | ||
| test_known_hosts.py | ||
| test_linux_mountinfo.py | ||
| test_pamd.py | ||
| test_parted.py | ||
| test_systemd.py | ||