summaryrefslogtreecommitdiff
path: root/test/integration/targets/gathering
Commit message (Collapse)AuthorAgeFilesLines
* Re-organize CI test groups for POSIX tests. (#77420)Matt Clay2022-08-041-1/+1
| | | | | | * `context/target` tests must be in groups 1 - 2. * `context/controller` tests must be in groups 3 - 5. This makes it easier to efficiently organize groups and balance test runtimes.
* ansible-test - split controller/target testing (#75605)Matt Clay2021-09-201-0/+1
|
* Configurable and parallel gather facts (#49399)Brian Coca2019-03-086-0/+78
| | | | | | | | | | | | | * Configurable list of facts modules (#31783) - allow for args dict for specific modules - add way to pass parameters - avoid facts poluting test - move to 'facts gathered' flag - add 'gathering' setting tests - allow parallel option in case serialization is too slow - added support to automatically map network facts uses "smart" connection mapping
* Revert "Configurable list of facts modules (#31783)" (#40022)Toshio Kuratomi2018-05-146-78/+0
| | | This reverts commit 95655fae5c3097ec126474a1c5cbe27649b9966a.
* Configurable list of facts modules (#31783)Brian Coca2018-05-116-0/+78
* configurable list of facts modules - allow for args dict for specific modules - add way to pass parameters - avoid facts poluting test - move to 'facts gathered' flag - add 'gathering' setting tests