summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/lookup_dict (follow)
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-211-2/+0
|
* Add integration coverage to replace hash_vault and consul_session (#71775)Matt Martz2020-09-161-1/+3
| | | | | | | | * Add integration coverage to replace hash_vault and consul_session ci_complete ci_coverage * Remove errant list element
* Skip lookup tests on Python 2.6.Matt Clay2020-03-021-1/+1
| | | | Lookups are only executed on the controller and Python 2.6 is no longer supported on the controller.
* Add lookup_dict integration test. (#67836)Matt Clay2020-02-282-0/+57
* Add lookup_dict integration test. * Skip test on python 2.6.