summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/lookup_ini (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Typo fixes and other bits and bobs (#83672)Lee Garrett2024-07-271-1/+1
| | | Co-authored-by: Lee Garrett <lgarrett@rocketjump.eu>
* 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-1/+0
|
* ini: Add parameter to allow no value (#74806)Abhijeet Kasurde2021-05-273-0/+32
| | | | | | | ConfigParser allows to read key with no value. Fixes: #50594 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* ini lookup - add case sensitive option (#74630)Sam Doran2021-05-175-6/+53
| | | | * Add tests for case-sensitive option * Run all test playbooks from a single file
* ini lookup - catch and handle duplicate key and missing section errors (#74629)Sam Doran2021-05-126-25/+87
| | | | | | * Remove unused import * Add integration tests for errors * Cleanup formatting on existing tests * Add changelog
* Ini fixes (#74285)Brian Coca2021-04-151-0/+14
| | | | | | | | | * avoid 'mixed' param formats * added tests * clog * fixed alignment
* All lookups ported to config system (#74108)Brian Coca2021-04-131-6/+6
| | | | | | | | | | | | | | | | * all lookups to support config system - added get_options to get full dict with all opts - fixed tests to match new error messages - kept inline string k=v parsing methods for backwards compat - placeholder depredation for inline string k=v parsing - updated tests and examples to also show new way - refactored and added comments to most custom k=v parsing - added missing docs for template_vars to template - normalized error messages and exception types - fixed constants default - better details value errors Co-authored-by: Felix Fontein <felix@fontein.de>
* 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-116-0/+115
* 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.