1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-05 00:11:57 +00:00
community.general/tests/unit/plugins/modules/system
patchback[bot] 9241b853c0
java_keystore: improve error handling and returned results (#2183) (#2227)
* java_keystore - improve error handling and returned results

* set check_rc=False to return results as documented when module fails
* set LANG, LC_ALL and LC_MESSAGES to C to rely keytool output parsing
* fix pylint's `no-else-return` and `unused-variable` hints
* update related unit tests accordingly
* add a changelog fragment

update unit test (remove stdout_lines from returned dict)

fix unit test: failure is now expected when alias does not exist

* Update changelogs/fragments/2183-java_keystore_improve_error_handling.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

* fix integration test: overwrite keystore at the same location

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 89b7e7191f)

Co-authored-by: quidame <quidame@poivron.org>
2021-04-12 22:13:36 +02:00
..
interfaces_file Update CI (#1782) (#1787) 2021-02-11 11:10:42 +01:00
__init__.py
test_java_keystore.py java_keystore: improve error handling and returned results (#2183) (#2227) 2021-04-12 22:13:36 +02:00
test_pamd.py
test_parted.py
test_solaris_zone.py
test_sysupgrade.py
test_ufw.py
test_xfconf.py