summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/adhoc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add --flush-cache option for ansible and ansible-console (#84149)anvitpusalkar2024-10-301-0/+8
| | | | | * Allow CLIs that accept inventory options to flush the inventory cache(s) and fact cache Fixes #83749
* 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.
* Add support for json in adhoc -a (#78114)Jordan Borean2022-08-031-0/+3
| | | Co-authored-by: Sandra McCann <samccann@redhat.com>
* ansible-test - split controller/target testing (#75605)Matt Clay2021-09-211-0/+1
|
* added timeout options to adhoc and console (#71230)Brian Coca2020-10-302-0/+7
* added timeout options to adhoc and console * added test * fix typosesz * fix conflict * task_timeout * fix timeout option, added extra vars to console * actually use right cli switch .. DUH! * added timeout to include 'valid' but ignored keys * fix default * fixes per review