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/facts
Alexander Sowitzki 218f5c3648
user - Prevent user fact lookup failure if LOGNAME is set (#17029) (#73439)
The `UserFactCollector` queries the user login name via
`getpass.getuser()` and looks up the corresponding entry
in the password database.
The login name may differ from the actual user name,
eg. if the `LOGNAME` env variable is set. The lookup
fails in this case. Added a fallback in this case that
tries to get the entry via the user ID.
5 years ago
..
fixtures Handle Slackware OS version strings containing a plus (“+”) (#68142) 6 years ago
hardware Clean up unit test boilerplate. 6 years ago
network Clean up unit test boilerplate. 6 years ago
other Clean up unit test boilerplate. 6 years ago
system user - Prevent user fact lookup failure if LOGNAME is set (#17029) (#73439) 5 years ago
virtual facts - properly report virtualization facts for Linux guests on bhyve (#73204) 5 years ago
__init__.py Facts Timeout was not settable via ansible.cfg 9 years ago
base.py Clean up unit test boilerplate. 6 years ago
test_ansible_collector.py Clean up unit test boilerplate. 6 years ago
test_collector.py Clean up unit test boilerplate. 6 years ago
test_collectors.py Clean up unit test boilerplate. 6 years ago
test_date_time.py Fix typos (#71970) 5 years ago
test_facts.py setup: Handle CIFS share with backward slash (#70006) 6 years ago
test_sysctl.py sysctl/openbsd fact fixes (#72070) 5 years ago
test_timeout.py Clean up unit test boilerplate. 6 years ago
test_utils.py Clean up unit test boilerplate. 6 years ago