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/units/module_utils
Lukas Pirl 34db57a47f
introduce fact "ansible_processor_nproc": number of usable vcpus (#66569)
This fact reflects the number of usable vcpus (which might be different
from ansible_processor_vcpus, e.g., in containers with limits). See
also #51504.

* Add fixture data and update unit tests

Co-authored-by: Sam Doran <sdoran@redhat.com>
4 years ago
..
basic Fix filedescriptor out of range in select() when running commands (#65058) 4 years ago
common Expose to_<str> as a public function (#68965) 4 years ago
facts introduce fact "ansible_processor_nproc": number of usable vcpus (#66569) 4 years ago
json_utils Replace TestCase.assertEquals with TestCase.assertEqual. 5 years ago
parsing Cleanup for Python 3.9 and pycodestyle compat. 4 years ago
urls Cleanup for Python 3.9 and pycodestyle compat. 4 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
conftest.py Python 3.8 collections compatibility fixes. 6 years ago
test_distribution_version.py Distribution: Add PopOS as Debian OS_FAMILY (#69294) 4 years ago
test_distro.py Update distro unit test (#55003) 6 years ago