ansible/test/units/module_utils/facts
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>
2020-05-15 09:38:56 -04:00
..
fixtures
hardware introduce fact "ansible_processor_nproc": number of usable vcpus (#66569) 2020-05-15 09:38:56 -04:00
network
other
system
__init__.py
base.py unit tests: remove unused imports (#60462) 2019-08-13 19:21:43 +02:00
test_ansible_collector.py Replace TestCase.assertEquals with TestCase.assertEqual. 2019-11-11 10:24:21 -08:00
test_collector.py
test_collectors.py
test_facts.py Transform octal escape sequences in mtab fields (#60122) 2019-08-08 16:31:42 -05:00
test_timeout.py Speed up units using time.sleep by mocking or shortening sleep time (#61064) 2019-08-21 16:52:58 -05:00
test_utils.py