summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/var_blending (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing spaces from lines in YAML (#80032)Matt Clay2023-02-181-5/+5
|
* 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-0/+1
|
* Clean up various integration tests. (#60613)Matt Clay2019-08-153-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | * Fix var_blending test temp dir usage. * Fix filters integration test: - Fix use of `output_dir`. - Use `localhost` instead of `testhost` since we're only testing filters. - Fix `fileglob` test to actually test a directory that exists. * Fix lookups integration test: - Fix use of `output_dir`. - Use `localhost` instead of `testhost` since we're only testing lookups. * Fix ansible-runner test temp dir usage. * Fix template and template_jinja2_latest test. Use the `OUTPUT_DIR` env var to get the output directory for the tests. * Fix Python version compat in filters test. * Skip filters test on Python 2.6.
* Fix integration tests with custom inventory.Matt Clay2019-03-121-2/+2
| | | | | | All inventory hosts to which a connection is actually established should declare ansible_python_interpreter to avoid interpreter auto-discovery, as that may select the wrong interpreter.
* Cleanup integration test inventory. (#50753)Matt Clay2019-01-102-1/+27
| | | | | | | | | | | | * Move var_blending test inventory into test. * Remove Amazon specific inventory entry for tests. * Remove Azure specific inventory entry for tests. * Move var_precedence test inventory into test. * Move unicode test inventory into test. * Remove unused inventory entry. * Move gathering_facts test inventory into test. * Move delegate_to test inventory into test. * Clean up inventory for binary_modules test. * Clean up integration test inventory.
* Use relative inventory paths instead of symlinks.Matt Clay2019-01-102-2/+1
|
* Update Shippable integration test groups. (#43118)Matt Clay2018-07-241-1/+1
| | | | | | | * Update Shippable integration test groups. * Update integration test group aliases. * Rebalance AWS and Azure tests with extra group. * Rebalance Windows tests with another group.
* show specific undefined var errors on -v in debug (#32206)Brian Coca2017-11-021-1/+1
| | | | | | | | | | | | * show specific undefined var errors on -v in debug allows users to get more specific information about undefined errors as they might be looking at a complex data structure and need to find the specific leaf that has the issue * now tests works at all verbosity levels * updated to unicode objects
* Reorganize integration tests:Matt Clay2017-09-145-1/+16
| | | | | - Move legacy tests into a separate directory. - Reduce common dependencies between targets.
* Initial ansible-test implementation. (#18556)Matt Clay2016-11-301-0/+1
|
* Split out var_blending test into targets dir. (#17996)Matt Clay2016-10-1310-0/+246