1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test
Strahinja Kustudic a5b6a161b5 sysctl will now return an error if the value is invalid (#55695)
* sysctl will now return an error if the value is invalid

sysctl can fail to set a value even if it returns an exit status 0. More
details: https://bugzilla.redhat.com/show_bug.cgi?id=1264080. Because of
this in case of an invalid value or a read-only file system, sysctl
module would return OK, even though it didn't set anything. To be sure
that sysctl correctly applied the changes we also need to check the
output of stderr.

* Run sysctl with LANG=C

Because we are parsing sysctl stderr we need to make sure that errors
are persistent across different system language settings.

* Add changelog fragment for sysctl
2019-05-08 11:34:55 -04:00
..
cache Update ansible-test sanity command. (#31958) 2017-10-26 00:21:46 -07:00
env Add env command to ansible-test and run in CI. (#50176) 2018-12-20 22:08:57 -08:00
integration sysctl will now return an error if the value is invalid (#55695) 2019-05-08 11:34:55 -04:00
legacy Removed legacy Digital Ocean tasks (#51786) 2019-04-29 12:16:31 -04:00
results Collect data from integration test runs. (#28650) 2017-08-25 18:14:47 -04:00
runner bumped 'vcenter-test-container' to '1.5.0' 2019-05-06 17:07:47 -04:00
sanity remove deprecated get_md5 from stat (#55659) 2019-05-08 10:45:45 -04:00
units Revert nxos, ios, iosxr return_timestamps (#56206) 2019-05-08 20:49:29 +05:30
utils Add Hetzner Cloud to CI integration tests. 2019-04-09 15:41:50 -07:00