You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/modules/system
Yanis Guenane 42c2fd72ae Fix test_create_jks_success failing on SELinux machine (#42001)
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.
6 years ago
..
interfaces_file Fix for changing method only on specified interface (#39015) 6 years ago
__init__.py New module: manage debian network interfaces file /etc/network/interfaces (system/interfaces_file) (#25295) 7 years ago
test_iptables.py Do not join flag parameters in iptables module (#36658) 6 years ago
test_java_keystore.py Fix test_create_jks_success failing on SELinux machine (#42001) 6 years ago
test_known_hosts.py test/: PEP8 compliancy (#24803) 7 years ago
test_linux_mountinfo.py Fix leading slashes being stripped from mount src (#24013) 7 years ago
test_pamd.py Pamd++ (#35709) 6 years ago
test_parted.py parted module not idempotent for esp flag and name (#40547) 6 years ago
test_systemd.py Fix PEP 8 issue. 7 years ago