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
Sviatoslav Sydorenko 7097df3eed
📦 Switch sdist build-system to pure setuptools (#80255)
This patch modifies the in-tree build backend to build sdists that swap
out pointers to it in the `pyproject.toml`'s `[build-system]` section.

The effect of this is that the first build from source (for example,
from a Git checkout) uses our PEP 517 in-tree build backend. But the
produced tarball has `build-backend` set to `setuptools.build_meta`
which is the native build backend of `setuptools`. So any following
builds from that sdist will skip using the in-tree build backend,
calling the setuptools' one.
The good news is that if the first build generated the manpages, they
will be included and won't go anywhere even though, a different build
system is in place.

Combined with #80253, this will make sure not to modify the current
source checkout on that first build.

Co-authored-by: Matt Clay <matt@mystile.com>
1 year ago
..
add_host Incidental docker chip away (#77830) 2 years ago
adhoc Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
ansiballz_python ansible-test - Remove AIX provisioning support. (#76747) 2 years ago
ansible Add missing space after keywords. (#78480) 2 years ago
ansible-doc quiet default ansible-doc integration test output (#79921) 1 year ago
ansible-galaxy 🐛 Make integration tests compatible w/ modern Git (#80122) 1 year ago
ansible-galaxy-collection Add support for importlib.resources (#78915) 1 year ago
ansible-galaxy-collection-cli galaxy: Add license_file to manifest directives (#79420) 1 year ago
ansible-galaxy-collection-scm 🐛 Make integration tests compatible w/ modern Git (#80122) 1 year ago
ansible-galaxy-role Fix isinstance check (#79159) 2 years ago
ansible-inventory ansible-inventory prevent duplicating host entries (#80059) 1 year ago
ansible-pull refactor and fixes for doc parsing (#77719) 2 years ago
ansible-runner Clean up unused imports in integration tests (#79895) 1 year ago
ansible-test ansible-test - Support pylint assertion rewriting (#80020) 1 year ago
ansible-test-cloud-acme ansible-test - split controller/target testing (#75605) 3 years ago
ansible-test-cloud-aws Add more ansible-test cloud tests. 3 years ago
ansible-test-cloud-azure Add more ansible-test cloud tests. 3 years ago
ansible-test-cloud-cs ansible-test - split controller/target testing (#75605) 3 years ago
ansible-test-cloud-foreman ansible-test - split controller/target testing (#75605) 3 years ago
ansible-test-cloud-galaxy ansible-test - split controller/target testing (#75605) 3 years ago
ansible-test-cloud-httptester Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
ansible-test-cloud-httptester-windows ansible-test - split controller/target testing (#75605) 3 years ago
ansible-test-cloud-nios ansible-test - split controller/target testing (#75605) 3 years ago
ansible-test-cloud-openshift Update ansible-test openshift plugin tests (#80064) 1 year ago
ansible-test-cloud-vcenter ansible-test - Adjust vcenter test plugin behavior (#80063) 1 year ago
ansible-test-config Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
ansible-test-config-invalid Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
ansible-test-container ansible-test - Improve container startup handling. 1 year ago
ansible-test-coverage Split up ansible-test integration tests. (#78520) 2 years ago
ansible-test-docker Refactor ansible-test integration tests. (#78168) 2 years ago
ansible-test-git Log `runme.sh` execution in integration tests (#79263) 2 years ago
ansible-test-integration Split up ansible-test integration tests. (#78520) 2 years ago
ansible-test-integration-constraints Split up ansible-test integration tests. (#78520) 2 years ago
ansible-test-integration-targets ansible-test - Allow target prefixes to use `_` (#80021) 1 year ago
ansible-test-no-tty Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
ansible-test-sanity Clean up unused imports in integration tests (#79895) 1 year ago
ansible-test-sanity-ansible-doc ansible-test - Fix ansible-doc sanity test FQCN. (#78518) 2 years ago
ansible-test-sanity-import Clean up unused imports in integration tests (#79895) 1 year ago
ansible-test-sanity-lint Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
ansible-test-sanity-pylint sanity tests - ignore pre-release versions for deprecation comparisons (#79185) 1 year ago
ansible-test-sanity-shebang Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
ansible-test-sanity-validate-modules validate-modules - Remove `__future__` limits (#79800) 1 year ago
ansible-test-shell Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
ansible-test-units Split up ansible-test integration tests. (#78520) 2 years ago
ansible-test-units-assertions Fix #80020 typos confusing `pylint` for `pytest` (#80056) 1 year ago
ansible-test-units-constraints Split up ansible-test integration tests. (#78520) 2 years ago
ansible-test-unsupported-directory Split up ansible-test integration tests. (#78520) 2 years ago
ansible-test-vendoring ansible-test - Fix vendoring support (#80074) 1 year ago
ansible-vault Add missing newlines to YAML files (#80031) 1 year ago
any_errors_fatal Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
apt added --allow-change-held-packages for apt remove (#78203) 2 years ago
apt_key Remove trailing spaces from lines in YAML (#80032) 1 year ago
apt_repository Add missing newlines to YAML files (#80031) 1 year ago
args Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
argspec Add an integration test to ensure that defaults don't count towards mutually exclusive (#79949) 1 year ago
assemble group2 - switch to setup_remote_tmp_dir instead of using output_dir (#76853) 2 years ago
assert Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
async Change ansible_job_id format (#79951) 1 year ago
async_extra_data Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
async_fail Change ansible_job_id format (#79951) 1 year ago
become Remove trailing spaces from lines in YAML (#80032) 1 year ago
become_su Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
become_unprivileged Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
binary group2 - switch to setup_remote_tmp_dir instead of using output_dir (#76853) 2 years ago
binary_modules Update ci-files URL in integration tests. 2 years ago
binary_modules_posix Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
binary_modules_winrm
blockinfile Blockinfile multiline search (#75090) 2 years ago
blocks Correctly count rescued tasks in play stats (#79724) 1 year ago
builtin_vars_prompt Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
callback_default Add condition that causes a when to skip a task to output msg (#78918) 1 year ago
canonical-pep517-self-packaging 📦 Switch sdist build-system to pure setuptools (#80255) 1 year ago
changed_when Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
check_mode Remove trailing spaces from lines in YAML (#80032) 1 year ago
cli Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
collection Refactor ansible-test integration tests. (#78168) 2 years ago
collections Clean up unused imports in integration tests (#79895) 1 year ago
collections_plugin_namespace Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
collections_relative_imports PowerShell - Support optional module util imports (#75187) 3 years ago
collections_runtime_pythonpath Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
command_nonexisting Add missing newlines to YAML files (#80031) 1 year ago
command_shell Remove COMMAND_WARNINGS and warn (#77411) 2 years ago
common_network Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
conditionals Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
config Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
connection Preflight utf8 encodings check (#78175) 2 years ago
connection_delegation Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
connection_local Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
connection_paramiko_ssh paramiko connection now uses the correct source of data (#79704) 1 year ago
connection_psrp Add tests to cover win_reboot incidental paths (#79856) 1 year ago
connection_remote_is_local Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
connection_ssh Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
connection_windows_ssh Remove obsolete skip/windows test aliases. 2 years ago
connection_winrm Add tests to cover win_reboot incidental paths (#79856) 1 year ago
controller Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
copy copy - fix check mode with remote_src=True (#78624) 1 year ago
cron Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
dataloader Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
debconf ansible-test - Remove AIX provisioning support. (#76747) 2 years ago
debug Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
debugger Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
delegate_to Fixed incorrect spelling of the word overridden. (#79620) 1 year ago
dict_transformations Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
dnf Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
dpkg_selections Update ci-files URL in integration tests. 2 years ago
egg-info Clean up unused imports in integration tests (#79895) 1 year ago
embedded_module ansible-test - split controller/target testing (#75605) 3 years ago
entry_points Log `runme.sh` execution in integration tests (#79263) 2 years ago
environment Deprecate using a list of dicts for vars. See #78920 (#78927) 2 years ago
error_from_connection Clean up unused imports in integration tests (#79895) 1 year ago
expect Fix expect integration test. (#78315) 2 years ago
facts_d Fix local facts unreadable (#76095) 2 years ago
facts_linux_network Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
failed_when Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
fetch Fix fetch integration test on macOS. (#78314) 2 years ago
file Remove trailing spaces from lines in YAML (#80032) 1 year ago
filter_core improve password_hash warning for unsupported algorithms (#79872) 1 year ago
filter_encryption Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
filter_mathstuff Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
filter_urls Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
filter_urlsplit Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
find Incidental coverage 1 (#77846) 2 years ago
fork_safe_stdio Prevent stdio deadlock in forked children (#79522) 1 year ago
gathering Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
gathering_facts Clean up unused imports in integration tests (#79895) 1 year ago
get_url Remove trailing spaces from lines in YAML (#80032) 1 year ago
getent ansible-test - Remove AIX provisioning support. (#76747) 2 years ago
git 🐛 Make integration tests compatible w/ modern Git (#80122) 1 year ago
group Allow force deletion of group (#78172) 2 years ago
group_by Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
groupby_filter Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
handler_race Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
handlers Make using blocks as handlers a parser error (#79993) 1 year ago
hardware_facts Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
hash Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
hostname Add RHEL 9.0 to CI. (#77853) 2 years ago
hosts_field Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
ignore_errors Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
ignore_unreachable Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
import_tasks Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
incidental_ios_file Remove include from tests (#74330) 3 years ago
incidental_vyos_config Remove include from tests (#74330) 3 years ago
incidental_vyos_lldp_interfaces Remove include from tests (#74330) 3 years ago
incidental_vyos_prepare_tests First batch of incidental integration tests. (#67717) 4 years ago
incidental_win_reboot Third batch of incidental integration tests. (#67830) 4 years ago
include_import avoid roles exporting vars: (#69040) 2 years ago
include_import_tasks_nested Incidental coverage 1 (#77846) 2 years ago
include_parent_role_vars
include_vars Add missing newlines to YAML files (#80031) 1 year ago
include_vars-ad-hoc Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
include_when_parent_is_dynamic Log `runme.sh` execution in integration tests (#79263) 2 years ago
include_when_parent_is_static Log `runme.sh` execution in integration tests (#79263) 2 years ago
includes Prevent double failing hosts for includes in loops (#76928) 2 years ago
includes_race Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
infra Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
interpreter_discovery_python Add family fallback for RHEL to register as RedHat (#77371) 2 years ago
interpreter_discovery_python_delegate_facts Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
inventory Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
inventory-invalid-group Integration tests for invalid group name. 2 years ago
inventory_advanced_host_list Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
inventory_cache Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
inventory_constructed Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
inventory_ini Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
inventory_script Removed sorting to preserve original order (#74839) 1 year ago
inventory_yaml Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
iptables iptables - added a ``chain_management`` parameter to control chain (#76378) 2 years ago
jinja2_native_types Fix test for jinja2_native preserve quotes (#79131) 2 years ago
jinja_plugins Handle line wraps in jinja_plugins test. 1 year ago
json_cleanup Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
keyword_inheritance Use FAs with inheritance only when applicable (#80026) 1 year ago
known_hosts Remove trailing spaces from lines in YAML (#80032) 1 year ago
limit_inventory Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lineinfile Fix lineinfile test (#75785) 3 years ago
lookup-option-name Update lookup to use positional only arg for name to avoid conflicts (#79839) 1 year ago
lookup_config Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lookup_csvfile Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lookup_dict Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lookup_env Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lookup_file Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lookup_fileglob Remove trailing spaces from lines in YAML (#80032) 1 year ago
lookup_first_found Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lookup_indexed_items Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lookup_ini Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lookup_inventory_hostnames Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lookup_items Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lookup_lines Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lookup_list refactor and fixes for doc parsing (#77719) 2 years ago
lookup_nested Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lookup_password Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lookup_pipe Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lookup_random_choice Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lookup_sequence Add missing newlines to YAML files (#80031) 1 year ago
lookup_subelements Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lookup_template Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lookup_together Add missing newlines to YAML files (#80031) 1 year ago
lookup_unvault Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lookup_url Revert "🧪 Switch macOS 13.2 to 12.0 in CI (#80145)" (#80156) 1 year ago
lookup_varnames Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lookup_vars Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
loop-connection Add missing newlines to YAML files (#80031) 1 year ago
loop-until Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
loop_control Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
loops Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
meta_tasks Print skip reason for skipped meta tasks instead of an empty msg in -vv (#78681) 2 years ago
missing_required_lib Clean up unused imports in integration tests (#79895) 1 year ago
module_defaults Clean up unused imports in integration tests (#79895) 1 year ago
module_no_log Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
module_precedence Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
module_tracebacks Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
module_utils ansible-test - Update pylint to 2.16.0 (#79878) 1 year ago
module_utils_Ansible.AccessToken ansible-test pssa update and new rules (#76256) 3 years ago
module_utils_Ansible.Basic Fixed incorrect spelling of the word overridden. (#79620) 1 year ago
module_utils_Ansible.Become ansible-test pssa update and new rules (#76256) 3 years ago
module_utils_Ansible.ModuleUtils.AddType AddType - Support compiling with /unsafe C# code (#79853) 1 year ago
module_utils_Ansible.ModuleUtils.ArgvParser Separated ps module_util test targets, added WebRequest tests (#67914) 4 years ago
module_utils_Ansible.ModuleUtils.Backup ansible-test pssa update and new rules (#76256) 3 years ago
module_utils_Ansible.ModuleUtils.CamelConversion ansible-test pssa update and new rules (#76256) 3 years ago
module_utils_Ansible.ModuleUtils.CommandUtil ansible-test pssa update and new rules (#76256) 3 years ago
module_utils_Ansible.ModuleUtils.FileUtil ansible-test pssa update and new rules (#76256) 3 years ago
module_utils_Ansible.ModuleUtils.Legacy ansible-test pssa update and new rules (#76256) 3 years ago
module_utils_Ansible.ModuleUtils.LinkUtil ansible-test pssa update and new rules (#76256) 3 years ago
module_utils_Ansible.ModuleUtils.PrivilegeUtil ansible-test pssa update and new rules (#76256) 3 years ago
module_utils_Ansible.ModuleUtils.SID ansible-test pssa update and new rules (#76256) 3 years ago
module_utils_Ansible.ModuleUtils.WebRequest ansible-test pssa update and new rules (#76256) 3 years ago
module_utils_Ansible.Privilege ansible-test pssa update and new rules (#76256) 3 years ago
module_utils_Ansible.Process ansible-test pssa update and new rules (#76256) 3 years ago
module_utils_Ansible.Service ansible-test pssa update and new rules (#76256) 3 years ago
module_utils_ansible_release Replace incidental_inventory_aws_ec2 with intentional coverage (#77743) 2 years ago
module_utils_common.respawn Fix module_utils_common.respawn test. (#78248) 2 years ago
module_utils_distro Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
module_utils_facts.system.selinux fix SELinux facts tests 2 years ago
module_utils_urls Add support for GSSAPI/Kerberos to urls.py (#72113) 4 years ago
network_cli Fix network_cli test to use a trap for cleanup (#69762) 4 years ago
no_log Add condition that causes a when to skip a task to output msg (#78918) 1 year ago
noexec Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
old_style_cache_plugins Clean up unused imports in integration tests (#79895) 1 year ago
old_style_modules_posix Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
old_style_vars_plugins Fix vars plugin code and documentation mismatch (#78562) 2 years ago
omit Ensure that we do not squash keywords in validate (#79049) 2 years ago
order Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
package Add missing newlines to YAML files (#80031) 1 year ago
package_facts Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
parsing Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
path_lookups Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
path_with_comma_in_inventory Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
pause add a worker queue to get updates from the main results thread (#79886) 1 year ago
ping
pip Restrict `wheel` below v0.38.0 under Pythons < 3.7 (#79187) 2 years ago
pkg_resources Clean up unused imports in integration tests (#79895) 1 year ago
play_iterator Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
playbook Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
plugin_config_for_inventory Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
plugin_filtering fix reject list (#79391) 2 years ago
plugin_loader Fixed incorrect spelling of the word overridden. (#79620) 1 year ago
plugin_namespace Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
preflight_encoding Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
prepare_http_tests Fix HTTP tests on FreeBSD when running split. 2 years ago
prepare_tests/tasks
pyyaml Log `runme.sh` execution in integration tests (#79263) 2 years ago
raw The final `output_dir` pr (#76862) 2 years ago
reboot [CI] Move running `reboot` integration test to group 2 2 years ago
register strategy fix invalid variables being registered (#79706) 1 year ago
rel_plugin_loading Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
remote_tmp Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
replace The final `output_dir` pr (#76862) 2 years ago
retry_task_name_in_callback Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
roles Always create new role (#78661) 1 year ago
roles_arg_spec fix role argument spec error for invalid suboptions (#76578) 1 year ago
roles_var_inheritance Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
rpm_key add task for testing to remove gpg key using key id (#79729) 1 year ago
run_modules Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
script The final `output_dir` pr (#76862) 2 years ago
service Clean up unused imports in integration tests (#79895) 1 year ago
service_facts Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
set_fact Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
set_stats Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
setup_cron Drop custom repo from libuser install @ Alpine CI (#78305) 2 years ago
setup_deb_repo apt: add support for package version >= (#75002) 2 years ago
setup_epel/tasks Fix EPEL setup for integration tests on RHEL 7 1 year ago
setup_gnutar Changes required for macOS 10.15 (#71841) 4 years ago
setup_nobody
setup_paramiko Clean up setup_paramiko test target. 1 year ago
setup_passlib/tasks
setup_pexpect Update setup_pexpect to prefer pip user installs. 2 years ago
setup_remote_constraints Relocate ansible-test code. (#60147) 5 years ago
setup_remote_tmp_dir deprecate `_remote_checksum()` and remove use in fetch (#74848) 3 years ago
setup_rpm_repo ansible-test - Add RHEL 9 support. (#76217) 3 years ago
setup_test_user Split integration test fixes. (#78281) 2 years ago
setup_win_printargv Update ci-files URL in integration tests. 2 years ago
shell Fix transport defs in test connection plugins. 4 years ago
slurp Split integration test fixes. (#78281) 2 years ago
special_vars Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
special_vars_hosts Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
split Improve split integration test. (#78738) 2 years ago
stat stat document 'version' return doc (#76589) 2 years ago
strategy_free Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
strategy_linear Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
subversion Log `runme.sh` execution in integration tests (#79263) 2 years ago
systemd Add missing newlines to YAML files (#80031) 1 year ago
tags Log `runme.sh` execution in integration tests (#79263) 2 years ago
task_ordering Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
tasks don't ignore templated _raw_params that k=v parser failed to parse (#79913) 1 year ago
tempfile tempfile - Remove unnecessary conditional. (#75039) 3 years ago
template allow multiple types for null representation (#78451) 2 years ago
template_jinja2_non_native Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
templating Do not crash templating when filter/test name is not a valid Ansible plugin name (#78913) 2 years ago
templating_lookups Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
templating_settings Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
test_core Add condition that causes a when to skip a task to output msg (#78918) 1 year ago
test_files Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
test_mathstuff Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
test_uri Add uri, urn and url test plugins (#77423) 2 years ago
throttle Add missing space after keywords. (#78480) 2 years ago
unarchive unarchive - properly handle relative path for `dest` (#75267) 1 year ago
undefined Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
unexpected_executor_exception Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
unicode Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
unsafe_writes Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
until Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
unvault Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
uri Do not use hardcoded httpbin.org in uri tests (#80101) 1 year ago
user user - fix comparing existing group names to group IDs (#79981) 1 year ago
var_blending Remove trailing spaces from lines in YAML (#80032) 1 year ago
var_inheritance Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
var_precedence Clean up unused imports in integration tests (#79895) 1 year ago
var_reserved Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
var_templating Fix traceback in template action with ANSIBLE_DEBUG=1 (#79764) 1 year ago
vars_files Add tests to validate vars_files first found behavior (#79386) 2 years ago
wait_for wait_for - Read file and perform comparisons using bytes to avoid decode errors (#78317) 2 years ago
wait_for_connection Test the delay option in wait_for_connection. 4 years ago
want_json_modules_posix Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
win_async_wrapper Change ansible_job_id format (#79951) 1 year ago
win_become become - stop using play context in more places (#62373) 5 years ago
win_exec_wrapper ansible-test pssa update and new rules (#76256) 3 years ago
win_fetch powershell - fix quoting values (#71411) 4 years ago
win_module_utils ansible-test pssa update and new rules (#76256) 3 years ago
win_raw
win_script Fix up sanity problems 2 years ago
windows-minimal Fix up sanity problems 2 years ago
windows-paths
yaml_parsing Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
yum Clean up unused imports in integration tests (#79895) 1 year ago
yum_repository Remove COMMAND_WARNINGS and warn (#77411) 2 years ago