summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/lookup_template (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.
* restore inadvertently deleted default for convert_data. Fixes #77004 (#77016)Matt Martz2022-02-142-0/+8
|
* ansible-test - split controller/target testing (#75605)Matt Clay2021-09-211-2/+0
|
* Add new comment attribute to template plugin (#69253)Hossein Zolfi2021-08-122-0/+10
| | | | | | | | | * Add new comment attribute to template plugin Add comment_start_string and comment_end_string attribute to template plugin Co-authored-by: Hossein Zolfi <h.zolfi@inside.sahab.ir>
* Skip lookup tests on Python 2.6.Matt Clay2020-03-021-0/+1
| | | | Lookups are only executed on the controller and Python 2.6 is no longer supported on the controller.
* Split up lookup integration tests. (#67294)Matt Clay2020-02-115-0/+24
* Split up lookup integration tests. * Rename lookup_paths integration test. This will avoid confusing it for a test of the `paths` lookup plugin, which does not exist. * Fix lookup_pipe integration test. The test now verifies it receives the correct output. Adding a second task also causes code coverage to be properly registered for the lookup plugin. * Rename ini lookup test to match plugin name. * Update sanity ignore path.