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
Adrian Likins 0fc0b6f059 Mv AnsibleFactCollector back to module_utils (#26150)
It was in lib/ansible/modules/system/setup.py since it
was the only thing using it, but move it back to module_utils
and add a ansible_collector.get_ansible_collector() to build
a facts collector just like the one used by setup.py

mv test_setup.py -> test_ansible_collector.py
All the code it was testing is now in ansible_collector

rm code to create 'ansible_facts' subkey from namespace

Just leave it up to the caller to do, and just return a
flat dictionary from AnsibleFactCollector.collect()
7 years ago
..
fixtures Facts Refresh (2.4 roadmap) (#23012) 7 years ago
hardware More statvfs info for mount facts rebase 12073 (#25454) 7 years ago
network Support NetBSD 7.1+ style ifconfig -a output (#25442) 7 years ago
other Facts Refresh (2.4 roadmap) (#23012) 7 years ago
system Facts Refresh (2.4 roadmap) (#23012) 7 years ago
__init__.py Facts Timeout was not settable via ansible.cfg 7 years ago
base.py Facts Refresh (2.4 roadmap) (#23012) 7 years ago
test_ansible_collector.py Mv AnsibleFactCollector back to module_utils (#26150) 7 years ago
test_collector.py Facts Refresh (2.4 roadmap) (#23012) 7 years ago
test_collectors.py Cmdline fact uefi 23647 (#25446) 7 years ago
test_facts.py Facts Refresh (2.4 roadmap) (#23012) 7 years ago
test_timeout.py Facts Refresh (2.4 roadmap) (#23012) 7 years ago
test_utils.py More statvfs info for mount facts rebase 12073 (#25454) 7 years ago