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
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
6 years ago
..
cache Update ansible-test sanity command. (#31958) 7 years ago
env Add `env` command to ansible-test and run in CI. (#50176) 6 years ago
integration sysctl will now return an error if the value is invalid (#55695) 6 years ago
legacy Removed legacy Digital Ocean tasks (#51786) 6 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner bumped 'vcenter-test-container' to '1.5.0' 6 years ago
sanity remove deprecated get_md5 from stat (#55659) 6 years ago
units Revert nxos, ios, iosxr return_timestamps (#56206) 6 years ago
utils Add Hetzner Cloud to CI integration tests. 6 years ago