ansible/test
Toshio Kuratomi d088030fa6 Facts Timeout was not settable via ansible.cfg
The timeout for gathering facts needs to be settable from three places
(highest precedence to lowest):

* programmatically
* ansible.cfg (equivalent to the user specifying it explicitly when
  calling setup)
* from the default value

The code was changed in b4bd6c80de to
allow programmatically and the default value to work correctly but
setting via ansible.cfg/parameter was broken.

This change should fix setting via ansible.cfg and adds unittests for
all three cases

Fixes #23753
2017-05-01 07:59:42 -07:00
..
compile Docs how to test (2nd) (#24094) 2017-04-28 09:08:26 +01:00
integration Add check_mode to get_url (#20532) 2017-04-28 14:43:51 +01:00
results Create bot friendly sanity output. (#22381) 2017-03-07 14:59:50 -08:00
runner Fix bugs in ansible-test units command. (#24044) 2017-04-27 11:21:11 +08:00
sanity Pep8 fixes for taiga_issue module (#24143) 2017-05-01 09:58:59 -05:00
units Facts Timeout was not settable via ansible.cfg 2017-05-01 07:59:42 -07:00
utils Docs how to test (2nd) (#24094) 2017-04-28 09:08:26 +01:00