You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets
s-hamann 06f272129c
fetch - return file in result when changed is true (#85729)
Set the (source) file attribute in the return value if the file changed
(e.g. on initial fetch). The attribute is already set in all other
cases.

(cherry picked from commit 0c7dcb65cf)
2 months ago
..
add_host Incidental docker chip away (#77830) 4 years ago
adhoc Clean up TE error handling, wrap sigalrm handler (#85232) 6 months ago
ansiballz_debug ensure predictable permissions on module artifacts (#84948) 7 months ago
ansiballz_debugging Add AnsiballZ debugging support with debugpy (#85476) 5 months ago
ansiballz_python Require `from __future__ import annotations` (#81902) 2 years ago
ansible Miscellaneous integration test fixes (#84871) 9 months ago
ansible-config ansible-galaxy - remove deprecated v2 API (#85830) 3 months ago
ansible-console Templating overhaul, implement Data Tagging (#84621) 8 months ago
ansible-doc Make sure ansible-doc doesn't crash when scanning collections whose path contains ansible_collections twice (#85361) 2 months ago
ansible-galaxy Templating overhaul, implement Data Tagging (#84621) 8 months ago
ansible-galaxy-collection Remove support for resolvelib < 0.8.0 (#85936) 2 months ago
ansible-galaxy-collection-cli Fix ManifestControl dataclass to work with future annotations (#82215) 2 years ago
ansible-galaxy-collection-scm Remove support for resolvelib < 0.8.0 (#85936) 2 months ago
ansible-galaxy-role Fix installing roles containing symlinks (#82911) 2 years ago
ansible-inventory DTFIX recategorization and error/warning refactor (#85181) 7 months ago
ansible-playbook-callbacks Integration test cleanup (#84763) 9 months ago
ansible-pull ansible-pull fix adhoc output inconsistencies on changed (#84869) 8 months ago
ansible-test Require `from __future__ import annotations` (#81902) 2 years ago
ansible-test-cloud-acme ansible-test - split controller/target testing (#75605) 4 years ago
ansible-test-cloud-aws Miscellaneous integration test fixes (#84871) 9 months ago
ansible-test-cloud-azure Miscellaneous integration test fixes (#84871) 9 months ago
ansible-test-cloud-cs ansible-test - split controller/target testing (#75605) 4 years ago
ansible-test-cloud-galaxy ansible-test - split controller/target testing (#75605) 4 years ago
ansible-test-cloud-httptester Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
ansible-test-cloud-httptester-windows ansible-test - split controller/target testing (#75605) 4 years ago
ansible-test-cloud-nios ansible-test - split controller/target testing (#75605) 4 years ago
ansible-test-cloud-openshift Miscellaneous integration test fixes (#84871) 9 months ago
ansible-test-config Require `from __future__ import annotations` (#81902) 2 years ago
ansible-test-config-invalid Require `from __future__ import annotations` (#81902) 2 years ago
ansible-test-container Integration tests clean up (#85130) 7 months ago
ansible-test-coverage Require `from __future__ import annotations` (#81902) 2 years ago
ansible-test-coverage-windows Fix up coverage with async on Windows (#84917) 8 months ago
ansible-test-debugging Add AnsiballZ debugging support with debugpy (#85476) 5 months ago
ansible-test-debugging-env Add AnsiballZ debugging support with debugpy (#85476) 5 months ago
ansible-test-debugging-inventory Add AnsiballZ debugging support with debugpy (#85476) 5 months ago
ansible-test-docker Update triple single quotes to triple double quotes (#84099) 1 year ago
ansible-test-git Integration tests clean up (#85130) 7 months ago
ansible-test-installed ansible-test - Always use managed entry points (#81537) 2 years ago
ansible-test-integration feature-flag experimental module metadata (#85351) 6 months ago
ansible-test-integration-constraints Split up ansible-test integration tests. (#78520) 3 years ago
ansible-test-integration-no-exec-script ansible-test - Improve runme.sh error handling (#84972) 8 months ago
ansible-test-integration-targets Require `from __future__ import annotations` (#81902) 2 years ago
ansible-test-no-tty Require `from __future__ import annotations` (#81902) 2 years ago
ansible-test-sanity Update triple single quotes to triple double quotes (#84099) 1 year ago
ansible-test-sanity-action-plugin-docs ansible-test action-plugin-docs sidecar (#83325) 2 years ago
ansible-test-sanity-ansible-doc Update triple single quotes to triple double quotes (#84099) 1 year ago
ansible-test-sanity-import Update triple single quotes to triple double quotes (#84099) 1 year ago
ansible-test-sanity-lint Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
ansible-test-sanity-no-get-exception Require `from __future__ import annotations` (#81902) 2 years ago
ansible-test-sanity-pylint ansible-test - Improve deprecated checking type inference (#85159) 7 months ago
ansible-test-sanity-replace-urlopen Require `from __future__ import annotations` (#81902) 2 years ago
ansible-test-sanity-runtime-metadata Add basic validation for action_groups (#83965) 1 year ago
ansible-test-sanity-shebang Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
ansible-test-sanity-use-compat-six Require `from __future__ import annotations` (#81902) 2 years ago
ansible-test-sanity-validate-modules validate-modules and return fragments: fix bug in markup check, fix bug in missing doc fragment check, add tests (#85638) 3 months ago
ansible-test-sanity-yamllint Templating overhaul, implement Data Tagging (#84621) 8 months ago
ansible-test-shell Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
ansible-test-units Update triple single quotes to triple double quotes (#84099) 1 year ago
ansible-test-units-assertions Require `from __future__ import annotations` (#81902) 2 years ago
ansible-test-units-constraints Require `from __future__ import annotations` (#81902) 2 years ago
ansible-test-units-forked Require `from __future__ import annotations` (#81902) 2 years ago
ansible-test-unsupported-directory Split up ansible-test integration tests. (#78520) 3 years ago
ansible-test-vendoring ansible-test - Fix vendoring support (#80074) 3 years ago
ansible-vault Integration tests clean up (#85130) 7 months ago
ansible_log Templating overhaul, implement Data Tagging (#84621) 8 months ago
any_errors_fatal Integration test cleanup (#84763) 9 months ago
apt apt: Mark dependencies as auto (#85170) 5 months ago
apt_key Apt key bye (#84555) 11 months ago
apt_repository Backward-compatible None handling in template concat and argspec str (#85652) 4 months ago
args Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
argspec Templating overhaul, implement Data Tagging (#84621) 8 months ago
assemble Assemble add check mode (#85094) 6 months ago
assert Resolve misc DTFIX0/1 (#85247) 6 months ago
async async handling changed to use 'true' booleans(#85074) 6 months ago
async_extra_data Require `from __future__ import annotations` (#81902) 2 years ago
async_fail Integration test cleanup (#84763) 9 months ago
become Mark integration tests as needs/root (#84487) 7 months ago
become_su Mark integration tests as needs/root (#84487) 7 months ago
become_sudo Mark integration tests as needs/root (#84487) 7 months ago
become_unprivileged Integration tests clean up (#85130) 7 months ago
binary group2 - switch to setup_remote_tmp_dir instead of using output_dir (#76853) 4 years ago
binary_modules Replace binary_modules Makefile with Python script (#83925) 1 year ago
binary_modules_posix Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
binary_modules_winrm
blockinfile Blockinfile - Add new module option - 'encoding' (#85291) 4 months ago
blocks Templating overhaul, implement Data Tagging (#84621) 8 months ago
builtin_vars_prompt six cleanup (#85284) 4 months ago
cache-plugins Add missing cache plugin test scenarios (#85154) 7 months ago
callback-dispatch Encryptedstring redact fixes (#85390) 6 months ago
callback_default default callback: allow to configure indentation (#85497) 3 months ago
callback_results Implement TaskResult backward compatibility for callbacks (#85039) 8 months ago
changed_when Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
check_mode Typo fixes and other bits and bobs (#83672) 1 year ago
cli Require `from __future__ import annotations` (#81902) 2 years ago
collection ansible-test - fix coverage for test modules (#84366) 1 year ago
collections Task.resolved_action - fix resolving static actions consistently for callback plugins (#85524) 4 months ago
collections_plugin_namespace Require `from __future__ import annotations` (#81902) 2 years ago
collections_relative_imports Require `from __future__ import annotations` (#81902) 2 years ago
collections_runtime_pythonpath Use build instead of pep517 for integration test 1 year ago
command_shell Templating overhaul, implement Data Tagging (#84621) 8 months ago
common_network Require `from __future__ import annotations` (#81902) 2 years ago
conditionals Templating overhaul, implement Data Tagging (#84621) 8 months ago
config plugin config options are now correctly fetched with origin (#85488) 5 months ago
connection fix reset_connection with templated connection variables (#84240) 1 year ago
connection_delegation Require `from __future__ import annotations` (#81902) 2 years ago
connection_local Make timeout on become an unreachable error (#84589) 10 months ago
connection_paramiko_ssh paramiko connection now uses the correct source of data (#79704) 3 years ago
connection_persistent Remove (de)serialize methods (#85724) 3 months ago
connection_psrp Windows Exec Runner Update (#84868) 8 months ago
connection_remote_is_local Update triple single quotes to triple double quotes (#84099) 1 year ago
connection_ssh Limit askpass prompts to single attempt (#85364) 5 months ago
connection_windows_ssh Clean up TE error handling, wrap sigalrm handler (#85232) 6 months ago
connection_winrm Clean up TE error handling, wrap sigalrm handler (#85232) 6 months ago
controller Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
copy test fix to avoid permissions issue (#85598) 4 months ago
cron Integration tests clean up (#85130) 7 months ago
data_tagging_controller display wrap/format arg cleanup (#85352) 6 months ago
dataloader Templating overhaul, implement Data Tagging (#84621) 8 months ago
deb822_repository Expand integration test coverage for `deb822_repository` module 3 months ago
debconf Test aliases fix (#84377) 1 year ago
debug Templating overhaul, implement Data Tagging (#84621) 8 months ago
debugger Miscellaneous integration test fixes (#84871) 9 months ago
delegate_to Fix passing callbacks the delegated connection, host, port, and user (#85397) 5 months ago
deprecations Deprecate defaulting to inject (#85323) 4 months ago
dict_transformations Update triple single quotes to triple double quotes (#84099) 1 year ago
display-newline display - Replace CRNL with NL (#85194) 7 months ago
dnf dnf: Check if installroot is directory or not (#85748) 3 months ago
dnf-latest Test both original and latest dnf versions (#85342) 6 months ago
dnf-oldest Test both original and latest dnf versions (#85342) 6 months ago
dpkg_selections Fix apt and dpkg_selections tests (#84900) 9 months ago
embedded_module ansible-test - split controller/target testing (#75605) 4 years ago
entry_points Test entry points with editable install (#84002) 1 year ago
environment Templating overhaul, implement Data Tagging (#84621) 8 months ago
error_from_connection Require `from __future__ import annotations` (#81902) 2 years ago
expect Expand expect module test suite (#85422) 5 months ago
facts_d add error handling when parsing values in ini files (#82718) 1 year ago
facts_linux_network Test aliases fix (#84377) 1 year ago
failed_when Rewrite exception key on failed_when: false (#85516) 5 months ago
fetch fetch - return file in result when changed is true (#85729) 2 months ago
file Integration test cleanup (#84763) 9 months ago
filter_core ternary: evaluate values lazily (#85752) 3 months ago
filter_encryption Templating overhaul, implement Data Tagging (#84621) 8 months ago
filter_mathstuff Templating overhaul, implement Data Tagging (#84621) 8 months ago
filter_urls Integration test cleanup (#84763) 9 months ago
filter_urlsplit Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
find Integration test cleanup (#84763) 9 months ago
fork_safe_stdio Fix quoting in fork_safe_stdio test (#83412) 2 years ago
gather_facts-errors DTFIX recategorization and error/warning refactor (#85181) 7 months ago
gathering Test aliases fix (#84377) 1 year ago
gathering_facts recategorize pass over DTFIX-MERGE entries post b4 (#85155) 7 months ago
get_url get_url - check for incomplete data read (#85164) 6 months ago
getent ansible-test - Remove AIX provisioning support. (#76747) 4 years ago
git Fix Typos in Integration Test Comments and Documentation (#85322) 6 months ago
group Integration tests clean up (#85130) 7 months ago
group_by Integration test cleanup (#84763) 9 months ago
handler_race Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
handlers Don't special case implicit meta tasks when filtering on tags (#85805) 2 months ago
hardware_facts setup - add logical volume facts scoped by volume group (#85705) 3 months ago
hash Miscellaneous integration test fixes (#84871) 9 months ago
hostname Integration tests clean up (#85130) 7 months ago
hosts_field Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
ignore_errors Add a test using ignore_errors as a variable (#84175) 1 year ago
ignore_unreachable Fix returning unreachable for looped tasks (#84049) 1 year ago
import-role-tasks Templating overhaul, implement Data Tagging (#84621) 8 months ago
import_tasks Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
incidental_ios_file Remove include from tests (#74330) 5 years ago
incidental_win_reboot Fix tests when running against SSH target 1 year ago
include_import import_tasks processing closer to include_tasks (#85877) 2 months ago
include_import_tasks_nested import_tasks processing closer to include_tasks (#85877) 2 months ago
include_parent_role_vars
include_vars include_vars: Code cleanup and integration tests (#85292) 3 months ago
include_vars-ad-hoc Preserve `_ansible_no_log` from action result; fix `include_vars` to set properly (#84143) 1 year ago
include_when_parent_is_dynamic Remove deprecated include (#80752) 3 years ago
include_when_parent_is_static Remove deprecated include (#80752) 3 years ago
include_with_templating Fix nested include with templating (#85295) 6 months ago
includes IncludedFile: store _from args for proper deduplication (#85628) 4 months ago
includes_race Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
infra Require `from __future__ import annotations` (#81902) 2 years ago
interpreter_discovery_python Templating overhaul, implement Data Tagging (#84621) 8 months ago
interpreter_discovery_python_delegate_facts Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
inventory apply trust to declarative plugin config (#85126) 7 months ago
inventory-invalid-group Integration tests for invalid group name. 4 years ago
inventory_advanced_host_list Templating overhaul, implement Data Tagging (#84621) 8 months ago
inventory_cache Update triple single quotes to triple double quotes (#84099) 1 year ago
inventory_constructed Fix constructable inventory default keyed group (#85002) 7 months ago
inventory_generator Templating overhaul, implement Data Tagging (#84621) 8 months ago
inventory_ini Templating overhaul, implement Data Tagging (#84621) 8 months ago
inventory_script script inventory plugin correct error message (#85765) 3 months ago
inventory_toml Templating overhaul, implement Data Tagging (#84621) 8 months ago
inventory_yaml Templating overhaul, implement Data Tagging (#84621) 8 months ago
iptables ansible-test - Add RHEL 10.0 remote (#85189) 7 months ago
jinja2_native_types Templating overhaul, implement Data Tagging (#84621) 8 months ago
jinja_plugins Require `from __future__ import annotations` (#81902) 2 years ago
json-serialization Templating overhaul, implement Data Tagging (#84621) 8 months ago
json_cleanup Properly quote all needed components of shell commands (#83365) 2 years ago
keyword_inheritance Test aliases fix (#84377) 1 year ago
known_hosts known_hosts: return rc and stderr in fail_json (#85871) 2 months ago
limit_inventory Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
lineinfile Lineinfile - Add new module option - 'encoding' (#84999) 4 months ago
lookup-option-name Templating overhaul, implement Data Tagging (#84621) 8 months ago
lookup_config Templating overhaul, implement Data Tagging (#84621) 8 months ago
lookup_csvfile csvfile lookup: remove Python 2 compat (#85186) 7 months ago
lookup_dict Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
lookup_env Templating overhaul, implement Data Tagging (#84621) 8 months ago
lookup_file Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
lookup_fileglob Fix nested jinja statements in integration tests (#81591) 2 years ago
lookup_first_found DTFIX recategorization and error/warning refactor (#85181) 7 months ago
lookup_indexed_items Templating overhaul, implement Data Tagging (#84621) 8 months ago
lookup_ini test: Remove redundant Python 3 condition (#85664) 4 months ago
lookup_inventory_hostnames Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
lookup_items Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
lookup_lines Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
lookup_list refactor and fixes for doc parsing (#77719) 3 years ago
lookup_nested Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
lookup_password Remove crypt support from ansible.utils.encrypt (#81721) 2 years ago
lookup_pipe Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
lookup_random_choice Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
lookup_sequence Templating overhaul, implement Data Tagging (#84621) 8 months ago
lookup_subelements Templating overhaul, implement Data Tagging (#84621) 8 months ago
lookup_template Ensure config env/ini values are tagged (#85404) 5 months ago
lookup_together Integration test cleanup (#84763) 9 months ago
lookup_unvault Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
lookup_url Integration test cleanup (#84763) 9 months ago
lookup_varnames Integration test cleanup (#84763) 9 months ago
lookup_vars Templating overhaul, implement Data Tagging (#84621) 8 months ago
loop-connection Update triple single quotes to triple double quotes (#84099) 1 year ago
loop-until Integration tests clean up (#85130) 7 months ago
loop_control Integration test cleanup (#84763) 9 months ago
loops Templating overhaul, implement Data Tagging (#84621) 8 months ago
meta_tasks Fix incorrect rc when executing end_host in rescue (#83522) 1 year ago
missing-interpreter Templating overhaul, implement Data Tagging (#84621) 8 months ago
missing_required_lib Require `from __future__ import annotations` (#81902) 2 years ago
module-serialization-profiles feature-flag experimental module metadata (#85351) 6 months ago
module_defaults Templating overhaul, implement Data Tagging (#84621) 8 months ago
module_no_log Templating overhaul, implement Data Tagging (#84621) 8 months ago
module_precedence Integration test cleanup (#84763) 9 months ago
module_tracebacks Templating overhaul, implement Data Tagging (#84621) 8 months ago
module_utils Switch to stackwalk caller ID (#85095) 7 months ago
module_utils_Ansible.AccessToken ansible-test pssa update and new rules (#76256) 4 years ago
module_utils_Ansible.Basic Windows Exec Runner Update (#84868) 8 months ago
module_utils_Ansible.Become PowerShell - remove uneeded dotnet code for future compatibility (#81472) 2 years ago
module_utils_Ansible.ModuleUtils.AddType AddType - Support compiling with /unsafe C# code (#79853) 3 years ago
module_utils_Ansible.ModuleUtils.ArgvParser Separated ps module_util test targets, added WebRequest tests (#67914) 6 years ago
module_utils_Ansible.ModuleUtils.Backup ansible-test pssa update and new rules (#76256) 4 years ago
module_utils_Ansible.ModuleUtils.CamelConversion ansible-test pssa update and new rules (#76256) 4 years ago
module_utils_Ansible.ModuleUtils.CommandUtil Fix Typo in Variable Name and Update Test Data for Identifier Validation (#85338) 6 months ago
module_utils_Ansible.ModuleUtils.FileUtil ansible-test pssa update and new rules (#76256) 4 years ago
module_utils_Ansible.ModuleUtils.Legacy ansible-test pssa update and new rules (#76256) 4 years ago
module_utils_Ansible.ModuleUtils.LinkUtil ansible-test pssa update and new rules (#76256) 4 years ago
module_utils_Ansible.ModuleUtils.PrivilegeUtil ansible-test pssa update and new rules (#76256) 4 years ago
module_utils_Ansible.ModuleUtils.SID ansible-test pssa update and new rules (#76256) 4 years ago
module_utils_Ansible.ModuleUtils.WebRequest ansible-test pssa update and new rules (#76256) 4 years ago
module_utils_Ansible.Privilege ansible-test pssa update and new rules (#76256) 4 years ago
module_utils_Ansible.Process ansible-test pssa update and new rules (#76256) 4 years ago
module_utils_Ansible.Service ansible-test pssa update and new rules (#76256) 4 years ago
module_utils_ansible_release Update triple single quotes to triple double quotes (#84099) 1 year ago
module_utils_common.respawn Templating overhaul, implement Data Tagging (#84621) 8 months ago
module_utils_distro Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
module_utils_facts.system.selinux Integration test cleanup (#84763) 9 months ago
module_utils_urls Update triple single quotes to triple double quotes (#84099) 1 year ago
mount_facts Fix integration tests on debian (#84379) 10 months ago
no_log Templating overhaul, implement Data Tagging (#84621) 8 months ago
noexec Test aliases fix (#84377) 1 year ago
old_style_modules_posix Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
old_style_vars_plugins Remove deprecated vars plugin fallback (#85809) 3 months ago
omit Test aliases fix (#84377) 1 year ago
order Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
package Integration tests clean up (#85130) 7 months ago
package_facts Integration tests clean up (#85130) 7 months ago
packaging_cli-doc clean up ansible-connection (#82992) 2 years ago
parsing Remove deprecated include (#80752) 3 years ago
path_lookups lookups, make file searching use better is_role (#82290) 2 years ago
path_with_comma_in_inventory Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
pause six cleanup (#85284) 4 months ago
ping Templating overhaul, implement Data Tagging (#84621) 8 months ago
pip pip - fix reporting changed for empty venv creation (#85556) 4 months ago
pkg_resources Require `from __future__ import annotations` (#81902) 2 years ago
play_arg_spec Add feature preview play argument spec validation (#85763) 3 months ago
play_iterator Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
playbook Clean up TE error handling, wrap sigalrm handler (#85232) 6 months ago
playbook_output_validator Templating overhaul, implement Data Tagging (#84621) 8 months ago
plugin_config_for_inventory Templating overhaul, implement Data Tagging (#84621) 8 months ago
plugin_filtering fix reject list (#79391) 3 years ago
plugin_loader Update triple single quotes to triple double quotes (#84099) 1 year ago
plugin_namespace Switch to stackwalk caller ID (#85095) 7 months ago
preflight_encoding Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
prepare_http_tests Fix Typos in Comments and Task Names (#85330) 6 months ago
prepare_tests/tasks
protomatter unified Marker propagation for all Jinja plugin/call ops (#85391) 6 months ago
python_module_rlimit_nofile Templating overhaul, implement Data Tagging (#84621) 8 months ago
pyyaml Templating overhaul, implement Data Tagging (#84621) 8 months ago
raw The final `output_dir` pr (#76862) 4 years ago
reboot Integration tests clean up (#85130) 7 months ago
register Integration test cleanup (#84763) 9 months ago
rel_plugin_loading six cleanup (#85284) 4 months ago
remote_tmp Fix remote_tmp tests so that they actually use the remote_tmp (#80969) 3 years ago
replace Replace module - update string comparison method from bytes to unicode (#85785) 3 months ago
result_pickle_error Templating overhaul, implement Data Tagging (#84621) 8 months ago
roles Templating overhaul, implement Data Tagging (#84621) 8 months ago
roles_arg_spec Backward-compatible None handling in template concat and argspec str (#85652) 4 months ago
roles_var_inheritance Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
rpm_key ansible-test - Add RHEL 10.0 remote (#85189) 7 months ago
run_modules use diff intermediate var to preserve functionality (#83738) 1 year ago
script fix script failed_when bypass (#85326) 6 months ago
service Integration tests clean up (#85130) 7 months ago
service_facts Fix integration tests on debian (#84379) 10 months ago
set_fact deprecate invalid variable names in inventory (#85377) 6 months ago
set_stats Templating overhaul, implement Data Tagging (#84621) 8 months ago
setup_become_user_pair Fix local connection and become issues (#84700) 10 months ago
setup_cron Integration test cleanup (#84763) 9 months ago
setup_deb_repo apt: Mark dependencies as auto (#85170) 5 months ago
setup_gnutar Changes required for macOS 10.15 (#71841) 5 years ago
setup_nobody
setup_paramiko ansible-test - Add RHEL 10.0 remote (#85189) 7 months ago
setup_passlib/tasks
setup_passlib_controller Remove crypt support from ansible.utils.encrypt (#81721) 2 years ago
setup_pexpect Remove more Python 2 handling from tests (#82449) 2 years ago
setup_remote_constraints Relocate ansible-test code. (#60147) 6 years ago
setup_remote_tmp_dir Fix non-root integration tests failure (#84378) 1 year ago
setup_rpm_repo dnf5: fix is_installed check for provided packages (#84802) 9 months ago
setup_test_user Remove reliance on `sshpass` and utilize `SSH_ASKPASS` (#83936) 9 months ago
setup_win_printargv Update ci-files URL in integration tests. 4 years ago
shell-plugins Move the shell target to group4 controller (#85594) 4 months ago
slurp Exceptions clean up (#85176) 6 months ago
special_vars Integration test cleanup (#84763) 9 months ago
special_vars_hosts Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
split Improve split integration test. (#78738) 3 years ago
ssh_agent Misc ssh agent fixes (#85238) 6 months ago
stat stat module, add option to return SELinux Context 5 months ago
strategy-external Deprecate strategy plugins (#84728) 10 months ago
strategy_free Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
strategy_host_pinned Implement TaskResult backward compatibility for callbacks (#85039) 8 months ago
strategy_linear Fix run_once by instantly tiny post_validate (#78492) (#80051) 3 years ago
subversion Integration tests clean up (#85130) 7 months ago
support-callback_plugins Avoid delattr in test callback plugin (#82550) 2 years ago
systemd Integration test cleanup (#84763) 9 months ago
tags tags warn wwhen using reserved tags (#85631) 4 months ago
task-args Fix Typos in Integration Test Comments and Documentation (#85322) 6 months ago
task-esoterica deprecate esoteric/undocumented playbook syntaxes (#85378) 6 months ago
task-timeout Clean up TE error handling, wrap sigalrm handler (#85232) 6 months ago
task_ordering Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
tasks Templating overhaul, implement Data Tagging (#84621) 8 months ago
tempfile tempfile - Remove unnecessary conditional. (#75039) 5 years ago
template Prevent template lookup and action from masking `ansible_managed` value (#85075) 6 months ago
template_jinja2_non_native Templating overhaul, implement Data Tagging (#84621) 8 months ago
templating unified Marker propagation for all Jinja plugin/call ops (#85391) 6 months ago
templating_lookup_args Templating overhaul, implement Data Tagging (#84621) 8 months ago
templating_lookups Templating overhaul, implement Data Tagging (#84621) 8 months ago
templating_settings Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
test_core regex: validate input before processing (#85629) 4 months ago
test_files Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
test_mathstuff Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
test_uri Add uri, urn and url test plugins (#77423) 4 years ago
test_utils Require `from __future__ import annotations` (#81902) 2 years ago
throttle Templating overhaul, implement Data Tagging (#84621) 8 months ago
unarchive Ignore failing unarchive test on FreeBSD (#85601) 4 months ago
undefined Miscellaneous integration test fixes (#84871) 9 months ago
unexpected_executor_exception Templating overhaul, implement Data Tagging (#84621) 8 months ago
unicode Typo fixes and other bits and bobs (#83672) 1 year ago
unsafe_writes Templating overhaul, implement Data Tagging (#84621) 8 months ago
until Require `from __future__ import annotations` (#81902) 2 years ago
unvault filters vault/unvault fix vault_id parameter usage (#81422) 2 years ago
uri Fix uri form-multipart to not overwrite filename to allow retries (#85010) 3 months ago
user test: correct variable in debug (#85529) 4 months ago
var_blending Templating overhaul, implement Data Tagging (#84621) 8 months ago
var_inheritance Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
var_precedence Miscellaneous integration test fixes (#84871) 9 months ago
var_reserved Show context for reserved variable warnings (#85324) 6 months ago
var_templating vars deprecation (#85673) 4 months ago
vars_files Add tests to validate vars_files first found behavior (#79386) 3 years ago
wait_for Integration test cleanup (#84763) 9 months ago
wait_for_connection wait_for_connection - test connection=local does not emit warning (#84438) 1 year ago
want_json_modules_posix Exceptions clean up (#85176) 6 months ago
win_app_control Fix Typos in Comments and Task Names (#85330) 6 months ago
win_async_wrapper Windows async - handle trailing junk output (#85820) 3 months ago
win_become Templating overhaul, implement Data Tagging (#84621) 8 months ago
win_exec_wrapper Add support for Windows App Control/WDAC (#84898) 7 months ago
win_fetch Miscellaneous integration test fixes (#84871) 9 months ago
win_module_utils ansible-test pssa update and new rules (#76256) 4 years ago
win_raw Miscellaneous integration test fixes (#84871) 9 months ago
win_script Add support for Windows App Control/WDAC (#84898) 7 months ago
windows-minimal Templating overhaul, implement Data Tagging (#84621) 8 months ago
windows-paths
yaml_parsing Templating overhaul, implement Data Tagging (#84621) 8 months ago
yum_repository Integration tests clean up (#85130) 7 months ago