ansible/test/units/modules/system
Yanis Guenane 42c2fd72ae Fix test_create_jks_success failing on SELinux machine ()
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.
2018-06-27 11:43:31 -04:00
..
interfaces_file
__init__.py
test_iptables.py
test_java_keystore.py Fix test_create_jks_success failing on SELinux machine () 2018-06-27 11:43:31 -04:00
test_known_hosts.py
test_linux_mountinfo.py
test_pamd.py
test_parted.py parted module not idempotent for esp flag and name () 2018-05-23 11:06:26 -04:00
test_systemd.py