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
Matt Clay dd45caa7a9
[stable-2.14] Docs removal and other backports (#81407)
* Remove straight.plugin dependency (#80084)

(cherry picked from commit f587856beb)

* Update package-data sanity test (#80344)

The test no longer relies on the Makefile.

(cherry picked from commit 46362bbd27)

* Remove obsolete release bits (#80347)

Releases are now built using the `packaging/release.py` tool.
This makes the `Makefile` and associated files in `packaging/release/` and `packaging/sdist/` obsolete.

* Use --no-isolation for package-data sanity test (#80377)

The dependencies are already in the sanity test venv. This avoids use of unpinned dependencies and a dependency on a network connection.

(cherry picked from commit 7fcb9960e6)

* Set the minimum setuptools to 45.2.0 (#80649)

Also update the package-data sanity test to use the minimum setuptools version.

(cherry picked from commit 4d25e3d54f)

* Use package_data instead of include_package_data (#80652)

This resolves warnings generated by setuptools such as the following:

_Warning: Package 'ansible.galaxy.data' is absent from the `packages` configuration.

(cherry picked from commit 5ac292e12d)

* Fix os.walk issues in package-data sanity test (#80703)

* Remove `docs` and `examples` directories (#81011)

* Remove docs dir

* Updates to reflect docs removal

* Fix integration test

* Remove examples dir

* Updates to reflect examples removal

* Remove build_library and build-ansible.py

* Remove refs to build_library and build-ansible.py

* Remove obsolete template

* Remove obsolete template reference

* Remove the now obsolete rstcheck sanity test

(cherry picked from commit 72e038e823)

* Omit pre-built man pages from sdist (#81395)

Since man pages aren't accessible to users after a `pip install`, there's no need to include them in the sdist.
This change makes it trivial to build man pages from source, which makes them much easier to iterate on.
It also simplifies creation and testing of the sdist, since it no longer requires building man pages.

The new `packaging/cli-doc/build.py` script can generate both man pages and RST documentation.
This supports inclusion on the docs site without a dependency on `ansible-core` internals.
Having a single implementation for both simplifies keeping the two formats in sync.

(cherry picked from commit 691c8e8603)
2 years ago
..
add_host Incidental docker chip away (#77830) 4 years ago
adhoc Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
ansiballz_python ansible-test - Remove AIX provisioning support. (#76747) 4 years ago
ansible Add missing space after keywords. (#78480) 3 years ago
ansible-doc [2.14] ansible-doc: fix broken seealso links in text output (#80285) 3 years ago
ansible-galaxy [2.14] ansible-galaxy - fix unnecessary api check when installing role (#79142) 3 years ago
ansible-galaxy-collection Fetch signatures from galaxy after the dependency resolver runs (#80334) (#80398) 3 years ago
ansible-galaxy-collection-cli Use MANIFEST.in style directives to build collections (#78422) 3 years ago
ansible-galaxy-collection-scm fix installing collections from git repos that contain MANIFEST.json (#79808) (#79826) 3 years ago
ansible-galaxy-role [2.14] ansible-galaxy - fix unnecessary api check when installing role (#79142) 3 years ago
ansible-inventory refactor and fixes for doc parsing (#77719) 3 years ago
ansible-pull refactor and fixes for doc parsing (#77719) 3 years ago
ansible-runner Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
ansible-test Split up ansible-test integration tests. (#78520) 3 years ago
ansible-test-cloud-acme ansible-test - split controller/target testing (#75605) 4 years ago
ansible-test-cloud-aws Add more ansible-test cloud tests. 4 years ago
ansible-test-cloud-azure Add more ansible-test cloud tests. 4 years ago
ansible-test-cloud-cs ansible-test - split controller/target testing (#75605) 4 years ago
ansible-test-cloud-foreman 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 ansible-test - split controller/target testing (#75605) 4 years ago
ansible-test-cloud-vcenter ansible-test - split controller/target testing (#75605) 4 years ago
ansible-test-config Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
ansible-test-config-invalid Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
ansible-test-container [stable-2.14] ansible-test - Improve container startup handling. 3 years ago
ansible-test-coverage Split up ansible-test integration tests. (#78520) 3 years ago
ansible-test-docker Refactor ansible-test integration tests. (#78168) 4 years ago
ansible-test-git [2.14] Log `runme.sh` execution in integration tests (#79282) 3 years ago
ansible-test-integration Split up ansible-test integration tests. (#78520) 3 years ago
ansible-test-integration-constraints Split up ansible-test integration tests. (#78520) 3 years ago
ansible-test-integration-targets [stable-2.14] ansible-test - Allow target prefixes to use `_` (#80021) 3 years ago
ansible-test-no-tty Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
ansible-test-sanity [stable-2.14] Use *.md instead of *.rst for test READMEs (#81009) (#81230) 3 years ago
ansible-test-sanity-ansible-doc ansible-test - Fix ansible-doc sanity test FQCN. (#78518) 3 years ago
ansible-test-sanity-import Split up ansible-test integration tests. (#78520) 3 years ago
ansible-test-sanity-lint Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
ansible-test-sanity-shebang Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
ansible-test-sanity-validate-modules [stable-2.14] Use *.md instead of *.rst for test READMEs (#81009) (#81230) 3 years ago
ansible-test-shell Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
ansible-test-units Split up ansible-test integration tests. (#78520) 3 years ago
ansible-test-units-constraints Split up ansible-test integration tests. (#78520) 3 years ago
ansible-test-unsupported-directory Split up ansible-test integration tests. (#78520) 3 years ago
ansible-test-vendoring [stable-2.14] ansible-test - Fix vendoring support (#80074) 3 years ago
ansible-vault vault secrets file, keep context when symlink (#78734) 3 years ago
any_errors_fatal Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
apt apt - fix module short-circuiting when a package is not installed and only_upgrade is True (#78790) 3 years ago
apt_key Update ci-files URL in integration tests. 4 years ago
apt_repository [stable-2.14] Don't request repo updates when only testing modes (#78843) (#78848) 3 years ago
args Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
argspec Argument spec alias handling: actually report deprecated aliases in suboptions, and fix warning message in suboptions when two aliases of the same option are used (#79740) (#79770) 3 years ago
assemble group2 - switch to setup_remote_tmp_dir instead of using output_dir (#76853) 4 years ago
assert Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
async Change ansible_job_id format (#79951) (#80282) 3 years ago
async_extra_data Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
async_fail Change ansible_job_id format (#79951) (#80282) 3 years ago
become Fix become integration test. (#78313) 4 years ago
become_su Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
become_unprivileged Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
binary group2 - switch to setup_remote_tmp_dir instead of using output_dir (#76853) 4 years ago
binary_modules Update ci-files URL in integration tests. 4 years ago
binary_modules_posix Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
binary_modules_winrm
blockinfile Blockinfile multiline search (#75090) 4 years ago
blocks Correctly count rescued tasks in play stats (#79724) (#79728) 3 years ago
builtin_vars_prompt Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
callback_default Change ansible_job_id format (#79951) (#80282) 3 years ago
changed_when Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
check_mode Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
cli Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
collection Refactor ansible-test integration tests. (#78168) 4 years ago
collections Error for context-dependent redirects (#78755) 3 years ago
collections_plugin_namespace Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
collections_relative_imports PowerShell - Support optional module util imports (#75187) 4 years ago
collections_runtime_pythonpath Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
command_nonexisting Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
command_shell Remove COMMAND_WARNINGS and warn (#77411) 4 years ago
common_network Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
conditionals Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
config Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
connection Preflight utf8 encodings check (#78175) 4 years ago
connection_delegation Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
connection_local Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
connection_paramiko_ssh Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
connection_psrp psrp - fix hang when copying an empty file (#71649) 5 years ago
connection_remote_is_local Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
connection_ssh Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
connection_windows_ssh Remove obsolete skip/windows test aliases. 4 years ago
connection_winrm incidental - remove win_lineinfile coverage (#76952) 4 years ago
controller Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
copy copy - fix check mode with remote_src=True (#78624) (#80176) 3 years ago
cron Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
dataloader Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
debconf ansible-test - Remove AIX provisioning support. (#76747) 4 years ago
debug Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
debugger Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
delegate_to Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
dict_transformations Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
dnf Re-introduce RHEL 9 modularity testing in CI (#81160) (#81193) 3 years ago
dpkg_selections Update ci-files URL in integration tests. 4 years ago
egg-info Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
embedded_module ansible-test - split controller/target testing (#75605) 4 years ago
entry_points [stable-2.14] ansible-test - Fix packaging change classification (#80360) (#80361) 3 years ago
environment Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
error_from_connection Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
expect Fix expect integration test. (#78315) 4 years ago
facts_d Fix local facts unreadable (#76095) 3 years ago
facts_linux_network Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
failed_when Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
fetch Fix fetch integration test on macOS. (#78314) 4 years ago
file [stable-2.14] Fix file touch check mode result (#79360) (#79422) (#79525) 3 years ago
filter_core Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
filter_encryption Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
filter_mathstuff Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
filter_urls Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
filter_urlsplit Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
find Incidental coverage 1 (#77846) 4 years ago
fork_safe_stdio Prevent stdio deadlock in forked children (#79522) (#79539) 3 years ago
gathering Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
gathering_facts Recover unix load average into an ansible_loadavg fact (#75319) 3 years ago
get_url [stable-2.14] Ensure we are passing ciphers to all url_get calls (#79718) (#79727) 3 years ago
getent ansible-test - Remove AIX provisioning support. (#76747) 4 years ago
git Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
group Drop custom repo from libuser install @ Alpine CI (#78305) 4 years ago
group_by Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
groupby_filter Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
handler_race Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
handlers Make using blocks as handlers a parser error (#79993) (#80010) 3 years ago
hardware_facts Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
hash Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
hostname Add RHEL 9.0 to CI. (#77853) 4 years ago
hosts_field Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
ignore_errors Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
ignore_unreachable Re-organize CI test groups for POSIX tests. (#77420) 3 years 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_vyos_config Remove include from tests (#74330) 5 years ago
incidental_vyos_lldp_interfaces Remove include from tests (#74330) 5 years ago
incidental_vyos_prepare_tests First batch of incidental integration tests. (#67717) 6 years ago
incidental_win_reboot Third batch of incidental integration tests. (#67830) 6 years ago
include_import fix using templated values for include/import role FA (#80320) (#80378) 3 years ago
include_import_tasks_nested Incidental coverage 1 (#77846) 4 years ago
include_parent_role_vars
include_vars Add 'hash_behaviour' option to include_vars module (#72944) 5 years ago
include_vars-ad-hoc Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
include_when_parent_is_dynamic [2.14] Log `runme.sh` execution in integration tests (#79282) 3 years ago
include_when_parent_is_static [2.14] Log `runme.sh` execution in integration tests (#79282) 3 years ago
includes Prevent double failing hosts for includes in loops (#76928) 3 years ago
includes_race Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
infra Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
interpreter_discovery_python Add family fallback for RHEL to register as RedHat (#77371) 4 years ago
interpreter_discovery_python_delegate_facts Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
inventory Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
inventory-invalid-group Integration tests for invalid group name. 4 years ago
inventory_advanced_host_list Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
inventory_cache Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
inventory_constructed Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
inventory_ini Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
inventory_script Removed sorting to preserve original order (#74839) (#79517) 3 years ago
inventory_yaml Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
iptables iptables - added a ``chain_management`` parameter to control chain (#76378) 4 years ago
jinja2_native_types 2.14: jinja2_native: preserve quotes in strings (#79119) (#79144) 3 years ago
jinja_plugins [stable-2.14] Handle line wraps in jinja_plugins test. 3 years ago
json_cleanup Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
keyword_inheritance Use FAs with inheritance only when applicable (#80026) (#80076) 3 years ago
known_hosts [stable 2.14] Fix known host changed status when removing non-existing key #78598 (#78881) 3 years ago
limit_inventory Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
lineinfile Fix lineinfile test (#75785) 4 years ago
lookup_config Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
lookup_csvfile Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
lookup_dict Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
lookup_env Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
lookup_file Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
lookup_fileglob Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
lookup_first_found Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
lookup_indexed_items Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
lookup_ini Re-organize CI test groups for POSIX tests. (#77420) 3 years 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 Re-organize CI test groups for POSIX tests. (#77420) 3 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 Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
lookup_subelements Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
lookup_template Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
lookup_together Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
lookup_unvault Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
lookup_url [stable-2.14] Fix url lookup test to use test container (#80284) (#80287) 3 years ago
lookup_varnames Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
lookup_vars Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
loop-connection Fix connection/become task loop settings (#78565) (#78935) 3 years ago
loop-until Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
loop_control Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
loops Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
meta_tasks Print skip reason for skipped meta tasks instead of an empty msg in -vv (#78681) 3 years ago
missing_required_lib Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
module_defaults Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
module_no_log Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
module_precedence Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
module_tracebacks Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
module_utils Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
module_utils_Ansible.AccessToken ansible-test pssa update and new rules (#76256) 4 years ago
module_utils_Ansible.Basic Ansible.Basic - Improve temporary file cleanup process (#80293) (#80324) 3 years ago
module_utils_Ansible.Become ansible-test pssa update and new rules (#76256) 4 years ago
module_utils_Ansible.ModuleUtils.AddType ansible-test pssa update and new rules (#76256) 4 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 ansible-test pssa update and new rules (#76256) 4 years 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 Replace incidental_inventory_aws_ec2 with intentional coverage (#77743) 4 years ago
module_utils_common.respawn Fix module_utils_common.respawn test. (#78248) 4 years ago
module_utils_distro Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
module_utils_facts.system.selinux fix SELinux facts tests 4 years ago
module_utils_urls Add support for GSSAPI/Kerberos to urls.py (#72113) 5 years ago
network_cli Fix network_cli test to use a trap for cleanup (#69762) 6 years ago
no_log Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
noexec Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
old_style_cache_plugins Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
old_style_modules_posix Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
old_style_vars_plugins Fix vars plugin code and documentation mismatch (#78562) 3 years ago
omit Omit full fix (#79024) 3 years ago
order Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
package The final `output_dir` pr (#76862) 4 years ago
package_facts Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
packaging_cli-doc [stable-2.14] Docs removal and other backports (#81407) 2 years ago
parsing Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
path_lookups Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
path_with_comma_in_inventory Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
pause Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
ping
pip [stable-2.14] Restrict `wheel` below v0.38.0 under Pythons < 3.7 (#79187) 3 years ago
pkg_resources Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
play_iterator Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
playbook Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
plugin_config_for_inventory Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
plugin_filtering Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
plugin_loader Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
plugin_namespace Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
preflight_encoding Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
prepare_http_tests Fix HTTP tests on FreeBSD when running split. 4 years ago
prepare_tests/tasks
pyyaml [2.14] Log `runme.sh` execution in integration tests (#79282) 3 years ago
raw The final `output_dir` pr (#76862) 4 years ago
reboot Replace `reboot_command` integration test with unit tests (#78956) (#81267) 3 years ago
register strategy fix invalid variables being registered (#79706) (#79818) 3 years ago
rel_plugin_loading Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
remote_tmp Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
replace The final `output_dir` pr (#76862) 4 years ago
retry_task_name_in_callback Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
roles Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
roles_arg_spec [2.14] fix role argument spec error for invalid suboptions & fix reporting of deprecated arguments for modules (#79738) 3 years ago
roles_var_inheritance Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
rpm_key Add RHEL 9.0 to CI. (#77853) 4 years ago
run_modules Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
script The final `output_dir` pr (#76862) 4 years ago
service ansible-test - Remove AIX provisioning support. (#76747) 4 years ago
service_facts Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
set_fact Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
set_stats Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
setup_cron [stable-2.14] Disable cron integration test on Alpine (#81301) (#81303) 3 years ago
setup_deb_repo apt: add support for package version >= (#75002) 4 years ago
setup_epel/tasks [stable-2.14] Fix EPEL setup for integration tests on RHEL 7 3 years ago
setup_gnutar Changes required for macOS 10.15 (#71841) 5 years ago
setup_nobody
setup_paramiko Remove COMMAND_WARNINGS and warn (#77411) 4 years ago
setup_passlib/tasks
setup_pexpect Update setup_pexpect to prefer pip user installs. 4 years ago
setup_remote_constraints Relocate ansible-test code. (#60147) 7 years ago
setup_remote_tmp_dir deprecate `_remote_checksum()` and remove use in fetch (#74848) 5 years ago
setup_rpm_repo ansible-test - Add RHEL 9 support. (#76217) 4 years ago
setup_test_user Split integration test fixes. (#78281) 4 years ago
setup_win_printargv Update ci-files URL in integration tests. 4 years ago
shell Fix transport defs in test connection plugins. 6 years ago
slurp Split integration test fixes. (#78281) 4 years ago
special_vars Re-organize CI test groups for POSIX tests. (#77420) 3 years 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
stat stat document 'version' return doc (#76589) 4 years ago
strategy_free Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
strategy_linear Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
subversion [2.14] Log `runme.sh` execution in integration tests (#79282) 3 years ago
systemd ansible-test - Remove AIX provisioning support. (#76747) 4 years ago
tags [2.14] Log `runme.sh` execution in integration tests (#79282) 3 years ago
task_ordering Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
tasks [2.14] don't ignore templated _raw_params that k=v parser failed to parse (#79913) (#79964) 3 years ago
tempfile tempfile - Remove unnecessary conditional. (#75039) 5 years ago
template allow multiple types for null representation (#78451) 3 years ago
template_jinja2_non_native Account for overlays when interacting with Jinja envs (#80705) (#80717) 3 years ago
templating Do not crash templating when filter/test name is not a valid Ansible plugin name (#78913) (#79026) 3 years ago
templating_lookups Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
templating_settings Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
test_core [2.14] Log `runme.sh` execution in integration tests (#79282) 3 years 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
throttle Add missing space after keywords. (#78480) 3 years ago
unarchive Change the language used in the unarchive test. (#78382) 3 years ago
undefined Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
unexpected_executor_exception Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
unicode Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
unsafe_writes Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
until Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
unvault Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
uri [stable-2.14] URI Module find json sub type (#80745) (#80870) 3 years ago
user user - Use -n instead of -N for luseradd on all distros (#75042) 4 years ago
var_blending Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
var_inheritance Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
var_precedence Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
var_reserved Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
var_templating Fix traceback in template action with ANSIBLE_DEBUG=1 (#79764) (#79775) 3 years ago
wait_for wait_for - Read file and perform comparisons using bytes to avoid decode errors (#78317) 4 years ago
wait_for_connection Test the delay option in wait_for_connection. 6 years ago
want_json_modules_posix Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
win_async_wrapper Change ansible_job_id format (#79951) (#80282) 3 years ago
win_become become - stop using play context in more places (#62373) 6 years ago
win_exec_wrapper ansible-test pssa update and new rules (#76256) 4 years ago
win_fetch powershell - fix quoting values (#71411) 5 years ago
win_module_utils ansible-test pssa update and new rules (#76256) 4 years ago
win_raw
win_script ansible-test pssa update and new rules (#76256) 4 years ago
windows-minimal Create a dedicated windows-minimal test target. (#67987) 6 years ago
windows-paths
yaml_parsing Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
yum [stable-2.14] Fix EPEL setup for integration tests on RHEL 7 3 years ago
yum_repository Remove COMMAND_WARNINGS and warn (#77411) 4 years ago