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
Sam Doran 719c40bfdf
[stable-2.10] facts - fix incorrect time for some date_time_facts (#70665) (#70996)
* [stable-2.10] facts - fix incorrect time for some date_time_facts (#70665)

The iso8601_micro and iso8601 facts incorrectly called now.utcnow(), resulting
in a new timestamp at the time it was called, not a conversion of the previously
stored timestamp.

Correct this by capturing the UTC timestamp once then calculating the local
time using the UTC offset of the current system.

* Use time.time() for getting the current time
* Convert from that stored epoch timestamp to local and UTC times
* Used existing timestamp for epoch time
* Add unit tests that validate the formate of the return value rather than an exact value since mocking time and timezone is non-trivial
(cherry picked from commit c4f442ed5a)

Co-authored-by: Sam Doran <sdoran@redhat.com>

* Remove tests for tz_dst since that only exists in newer versions
5 years ago
..
fixtures [stable-2.10] Handle Slackware OS version strings containing a plus (“+”) (#68142) (#70717) 5 years ago
hardware [stable-2.10] Clean up unit test boilerplate. 6 years ago
network [stable-2.10] Clean up unit test boilerplate. 6 years ago
other [stable-2.10] Clean up unit test boilerplate. 6 years ago
system [stable-2.10] Handle Slackware OS version strings containing a plus (“+”) (#68142) (#70717) 5 years ago
__init__.py Facts Timeout was not settable via ansible.cfg 9 years ago
base.py [stable-2.10] Clean up unit test boilerplate. 6 years ago
test_ansible_collector.py [stable-2.10] Clean up unit test boilerplate. 6 years ago
test_collector.py [stable-2.10] Clean up unit test boilerplate. 6 years ago
test_collectors.py [stable-2.10] Clean up unit test boilerplate. 6 years ago
test_date_time.py [stable-2.10] facts - fix incorrect time for some date_time_facts (#70665) (#70996) 5 years ago
test_facts.py [stable-2.10] Clean up unit test boilerplate. 6 years ago
test_timeout.py [stable-2.10] Clean up unit test boilerplate. 6 years ago
test_utils.py [stable-2.10] Clean up unit test boilerplate. 6 years ago