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 6bc671a46a Backport/2.7/55695 (#56253)
* 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.

(cherry picked from commit 0432b7f252)

* 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.

(cherry picked from commit a16128f778)

* Add changelog fragment for sysctl

(cherry picked from commit 3ad9d4d83c)
6 years ago
..
cache Update ansible-test sanity command. (#31958) 7 years ago
env [stable-2.7] Add `env` command to ansible-test and run in CI. (#50176) 6 years ago
integration Backport/2.7/55695 (#56253) 6 years ago
legacy tests: vultr: fix tests due to vultr API changes (#55621) 6 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner ansible-test yamllint: fix UnicodeDecodeError (#55364) 6 years ago
sanity Install the NuGet package provider if needed (#52129) 6 years ago
units [stable-2.7] Changing the license to Apache 2 6 years ago
utils [stable-2.7] Fix run.py --branch argument. 6 years ago