ansible/test/integration/targets
Sam Doran be0cdc0ea2
deprecate _remote_checksum() and remove use in fetch (#74848)
* Remove use of _remote_checksum from fetch module
* Add deprecation message displayed during runtime
* Increase test coverage for fetch
* Add tests covering the use of stat from the fetch module

    This required creating an unpriveleged user account and connecting as that user remotely since
    it is not possible to create a file that the root user cannot stat.

* Use fact caching to persist remote tmp dir across playbook runs
* Add variables to setup_remote_tmp test role to allow caching of the remote temp dir fact
  and preventing removal of the remote_tmp_dir
2021-06-16 13:51:07 -04:00
..
add_host Add intg test to repro #36045 (add_host traceback) (#69912) 2020-06-09 15:25:56 -04:00
adhoc added timeout options to adhoc and console (#71230) 2020-10-30 10:09:30 -04:00
ansiballz_python
ansible [controller ansiballz] escape directory regex (#74270) 2021-04-15 17:06:58 -05:00
ansible-doc Role argspec: allow new argument spec file (#74582) 2021-05-11 09:29:47 -05:00
ansible-galaxy galaxy: Handle ignored directory names in role skeleton (#72035) 2021-02-24 18:52:24 -05:00
ansible-galaxy-collection collection: match skip message as per role install (#74861) 2021-06-01 09:44:01 +05:30
ansible-galaxy-collection-scm Replace the inhouse collection dependency resolver with resolvelib 2021-01-27 22:23:22 +01:00
ansible-galaxy-role Allow $ & ~ inside paths in galaxy roles (#72966) 2021-02-02 18:10:05 +01:00
ansible-inventory Add support for unicode in ansible-inventory CLI (#74912) 2021-06-11 05:07:55 +10:00
ansible-runner Update ansible-runner tests version and deps (#72197) 2020-11-18 11:00:04 -05:00
ansible-test Set ansible-test min controller Python to 3.8. (#74395) 2021-04-23 00:26:19 -07:00
ansible-test-cloud-acme Overhaul ansible-test container management. 2021-04-12 12:40:36 -07:00
ansible-test-cloud-cs Overhaul ansible-test container management. 2021-04-12 12:40:36 -07:00
ansible-test-cloud-foreman Overhaul ansible-test container management. 2021-04-12 12:40:36 -07:00
ansible-test-cloud-galaxy Overhaul ansible-test container management. 2021-04-12 12:40:36 -07:00
ansible-test-cloud-httptester Overhaul ansible-test container management. 2021-04-12 12:40:36 -07:00
ansible-test-cloud-httptester-windows Overhaul ansible-test container management. 2021-04-12 12:40:36 -07:00
ansible-test-cloud-nios Overhaul ansible-test container management. 2021-04-12 12:40:36 -07:00
ansible-test-cloud-openshift Overhaul ansible-test container management. 2021-04-12 12:40:36 -07:00
ansible-test-cloud-vcenter Overhaul ansible-test container management. 2021-04-12 12:40:36 -07:00
ansible-test-docker Update Python versions for controller-only tests. (#74652) 2021-05-10 18:25:53 -07:00
any_errors_fatal Remove include from tests (#74330) 2021-04-20 11:19:29 -04:00
apt module compat for py3.8+ controller (#73423) 2021-02-10 21:32:59 -08:00
apt_key apt_key - correct error message about the failure to import a 'gpg' (#74476) 2021-04-30 12:06:38 -04:00
apt_repository Remove incidental_zabbix_host (#72142) 2020-10-08 13:32:59 -05:00
args
argspec argspec validation - fix apply_defaults (#74029) 2021-03-24 19:17:07 -04:00
assemble Fix decrypt argument in assemble module (#70465) 2020-07-09 15:24:12 -04:00
assert
async async_status revert most changes, keep some fixes, undep module (#74931) 2021-06-14 16:39:59 -04:00
async_extra_data
async_fail More boilerplate fixes. (#70224) 2020-06-22 19:05:30 -07:00
become Remove include from tests (#74330) 2021-04-20 11:19:29 -04:00
become_su Use a pty for local connections (#73023) 2021-01-18 16:02:04 -05:00
become_unprivileged Allow macOS ACLs to work for unpriv -> unpriv (#70785) 2020-08-04 14:32:48 -04:00
binary
binary_modules Add new arches/OSes for binary_modules tests (#69052) 2020-04-21 00:52:23 -07:00
binary_modules_posix Add new arches/OSes for binary_modules tests (#69052) 2020-04-21 00:52:23 -07:00
binary_modules_winrm
blockinfile Ensure blockinfile correctly returns backupfile (#72544) 2020-11-09 14:45:09 -05:00
blocks Remove include from tests (#74330) 2021-04-20 11:19:29 -04:00
builtin_vars_prompt More boilerplate fixes. (#70224) 2020-06-22 19:05:30 -07:00
callback_default Apply display_failed_stderr on loop item results (#74865) 2021-06-01 11:31:46 -04:00
changed_when Prevent conditional templating errors from masking task output. Fixes #37187 (#74891) 2021-06-04 05:11:01 +10:00
check_mode
cli Fix ansible -K become_pass regression (#69629) 2020-05-22 09:34:26 -04:00
collections Fix pb subs collapse (#74301) 2021-04-21 17:27:41 -04:00
collections_plugin_namespace config: singular ANSIBLE_COLLECTIONS_PATH (#70007) 2020-06-11 11:40:13 -07:00
collections_relative_imports config: singular ANSIBLE_COLLECTIONS_PATH (#70007) 2020-06-11 11:40:13 -07:00
collections_runtime_pythonpath config: singular ANSIBLE_COLLECTIONS_PATH (#70007) 2020-06-11 11:40:13 -07:00
command_nonexisting Let command always return stdout & stderr (#73004) 2021-01-22 08:40:53 +01:00
command_shell various fixes to command (#74212) 2021-04-13 12:52:29 -04:00
common_network Remove incidental vmware tests (#72420) 2020-11-02 17:00:17 -06:00
conditionals [conditional] Remove support for bare variables (#74208) 2021-04-13 11:12:10 -04:00
config avoid literal quoting in config lists (#74740) 2021-05-19 16:14:52 -04:00
connection Fix reset_connection paramiko, winrm, psrp (#72688) 2020-12-09 12:57:56 -06:00
connection_delegation Test changes to allow using "macos" test image (#71849) 2020-09-22 09:10:36 -04:00
connection_local
connection_paramiko_ssh
connection_posix
connection_psrp psrp - fix hang when copying an empty file (#71649) 2020-09-05 14:57:15 +10:00
connection_ssh dont specify default for port, allow ssh/config (#74526) 2021-05-04 11:09:05 -04:00
connection_windows_ssh finish migrating ssh plugin to config system (#73708) 2021-03-03 15:25:16 -05:00
connection_winrm
copy Integration test fixes. 2021-04-30 17:59:28 -07:00
cron update cron test added in #74497 for /etc/crontab (#74689) 2021-05-13 16:58:46 -04:00
dataloader preserve json parsing error (#58461) 2020-05-01 15:03:07 -04:00
debconf
debug Fix debug factsetter (#74067) 2021-03-31 09:30:09 -04:00
delegate_to delegation fix (#74685) 2021-05-24 10:13:19 -04:00
dict_transformations Add test to replace exclusive incidental_cloudformation coverage (#72137) 2020-10-07 12:54:21 -04:00
dnf [ansible-test] Add Fedora 34, update Fedora 33 (#74506) 2021-04-30 11:35:12 -05:00
dpkg_selections Remove include from tests (#74330) 2021-04-20 11:19:29 -04:00
egg-info Fix references to old egg-info directory. 2020-03-30 13:56:43 -07:00
embedded_module
environment
error_from_connection Fix transport defs in test connection plugins. 2020-06-18 11:50:51 -07:00
expect Operate pexpect with bytes to limit encoding issues (#73255) 2021-02-23 18:57:25 +01:00
facts_d Nonfatal facts (#73804) 2021-03-08 16:20:37 -05:00
facts_linux_network Test changes to allow using "macos" test image (#71849) 2020-09-22 09:10:36 -04:00
failed_when Prevent conditional templating errors from masking task output. Fixes #37187 (#74891) 2021-06-04 05:11:01 +10:00
fetch deprecate _remote_checksum() and remove use in fetch (#74848) 2021-06-16 13:51:07 -04:00
file file integration test - cleanup testing users and group 2021-06-16 10:06:12 -07:00
filter_core Abstract away libyaml details into yaml utils (#72607) 2021-04-21 16:47:03 -05:00
filter_mathstuff Case-insensitive set theory filters (#74256) 2021-04-23 12:44:43 -05:00
filter_urls coverage for filter/urls.py, including fallback to custom implementations (#68412) 2020-03-25 16:23:14 -05:00
filter_urlsplit
find warn on walking through pathing issues (#74514) 2021-05-06 16:14:33 -04:00
gathering
gathering_facts setup module, filter compensate for prefixes (#74924) 2021-06-14 09:32:28 -04:00
get_url modules: get_url: Fix checksum binary validation (#74502) 2021-05-07 10:29:22 -04:00
getent Updates to Integration tests to pass against Alpine (#70946) 2020-08-07 14:28:10 -05:00
git Integration test fixes. 2021-04-30 17:59:28 -07:00
group Update alpine repo to community for libuser (#74374) 2021-04-21 16:20:50 -05:00
group_by return changed for group_by (#32057) 2020-06-03 12:46:40 -04:00
groupby_filter CI and compat fixes for Jinja2 >= 3.0 (#74666) 2021-05-11 19:59:44 -07:00
handler_race Updates to Integration tests to pass against Alpine (#70946) 2020-08-07 14:28:10 -05:00
handlers [ansible-test] add freebsd/13.0 remote (#74328) 2021-04-21 15:13:41 -05:00
hardware_facts Add intentional coverage for incidental_lvg (#71043) 2020-08-04 12:52:38 -05:00
hash Add tests for merging and replacing vars from inventory sources (#73181) 2021-01-11 17:37:34 -05:00
hostname hostname - add macOS (#54439) 2020-10-27 17:30:54 -04:00
hosts_field
ignore_errors
ignore_unreachable More boilerplate fixes. (#70224) 2020-06-22 19:05:30 -07:00
import_tasks Fix notify on import_tasks (#73572) 2021-03-03 16:11:09 -05:00
incidental_cloud_init_data_facts Test changes to allow using "macos" test image (#71849) 2020-09-22 09:10:36 -04:00
incidental_cs_common Second batch of incidental integration tests. (#67765) 2020-02-25 23:18:50 -08:00
incidental_deploy_helper Fourth batch of incidental integration tests. (#67873) 2020-02-28 20:37:50 -08:00
incidental_inventory_aws_ec2 Second batch of incidental integration tests. (#67765) 2020-02-25 23:18:50 -08:00
incidental_inventory_docker_swarm Remove exit code from traps in tests 2020-12-14 09:16:34 -08:00
incidental_inventory_foreman Second batch of incidental integration tests. (#67765) 2020-02-25 23:18:50 -08:00
incidental_ios_file Remove include from tests (#74330) 2021-04-20 11:19:29 -04:00
incidental_mongodb_parameter Test changes to allow using "macos" test image (#71849) 2020-09-22 09:10:36 -04:00
incidental_setup_docker [tests] Make setup_docker clean up better (#71949) 2020-09-25 18:07:38 -05:00
incidental_setup_mongodb Add Ubuntu 20.04 to CI and ansible-test (#69161) 2021-01-21 22:58:31 -06:00
incidental_setup_tls Fourth batch of incidental integration tests. (#67873) 2020-02-28 20:37:50 -08:00
incidental_vyos_config Remove include from tests (#74330) 2021-04-20 11:19:29 -04:00
incidental_vyos_lldp_interfaces Remove include from tests (#74330) 2021-04-20 11:19:29 -04:00
incidental_vyos_prepare_tests
incidental_win_copy Third batch of incidental integration tests. (#67830) 2020-02-27 16:05:47 -08:00
incidental_win_data_deduplication Remove include from tests (#74330) 2021-04-20 11:19:29 -04:00
incidental_win_dsc Third batch of incidental integration tests. (#67830) 2020-02-27 16:05:47 -08:00
incidental_win_lineinfile Third batch of incidental integration tests. (#67830) 2020-02-27 16:05:47 -08:00
incidental_win_ping Third batch of incidental integration tests. (#67830) 2020-02-27 16:05:47 -08:00
incidental_win_prepare_tests Third batch of incidental integration tests. (#67830) 2020-02-27 16:05:47 -08:00
incidental_win_reboot Third batch of incidental integration tests. (#67830) 2020-02-27 16:05:47 -08:00
incidental_win_security_policy Third batch of incidental integration tests. (#67830) 2020-02-27 16:05:47 -08:00
include_import Allow omit to work with include_role from_args (#74879) 2021-06-04 05:07:16 +10:00
include_parent_role_vars
include_vars Wrap all results, regardless of register, except for actions with clean facts (#73161) 2021-06-04 16:40:53 +02:00
include_vars-ad-hoc
include_when_parent_is_dynamic Add dynamic and static include tests. (#68200) 2020-03-23 11:14:21 -05:00
include_when_parent_is_static Add dynamic and static include tests. (#68200) 2020-03-23 11:14:21 -05:00
includes Remove deprecated features from ansible.playbook.helpers (#74809) 2021-05-25 11:35:17 -04:00
includes_race Fix IncludedFile equality check (#69524) 2020-06-04 10:41:46 -05:00
infra More boilerplate fixes. (#70224) 2020-06-22 19:05:30 -07:00
interpreter_discovery_python Map Debian 8 to Python 2 (#74152) 2021-04-20 15:28:24 -07:00
interpreter_discovery_python_delegate_facts Fix delegate_facts with interpreter not being set (#70293) 2020-06-30 15:49:09 +02:00
inventory Don't fail for mixed typed keys (#73726) 2021-03-03 14:24:50 -05:00
inventory_advanced_host_list [advanced_host_list] 100% coverage + fix a bug (#74227) 2021-04-13 11:26:29 -04:00
inventory_cache Fix warning for nonexistent inventory cache (#72840) 2021-02-01 14:29:36 -05:00
inventory_constructed constructed - Add keyed_groups suboptions 'default_value' and 'trailing_separator' (#74005) 2021-04-13 11:59:50 -04:00
inventory_ini Make sure ansible_become treated as a boolean (#70484) 2020-07-08 14:53:38 -04:00
inventory_script Remove incidental vmware tests (#72420) 2020-11-02 17:00:17 -06:00
inventory_yaml
jinja2_native_types Skip literal_eval for string filters results in native jinja. (#70988) 2020-08-11 10:19:49 +02:00
jinja_plugins Catch errors getting filters (#74127) 2021-04-15 15:51:41 -05:00
json_cleanup module output is only json objects (#73765) 2021-03-03 15:11:18 -05:00
known_hosts
limit_inventory
lineinfile lineinfile - improve test coverage (#74122) 2021-04-06 12:11:10 -04:00
lookup_config config lookup can query plugin settings (#74186) 2021-04-12 15:30:25 -04:00
lookup_csvfile All lookups ported to config system (#74108) 2021-04-13 15:52:42 -04:00
lookup_dict Add integration coverage to replace hash_vault and consul_session (#71775) 2020-09-16 16:40:26 -05:00
lookup_env Skip lookup tests on Python 2.6. 2020-03-02 00:06:18 -08:00
lookup_file Skip lookup tests on Python 2.6. 2020-03-02 00:06:18 -08:00
lookup_fileglob Fix fileglob parameter order bug (#72879) 2020-12-08 16:31:34 +01:00
lookup_first_found All lookups ported to config system (#74108) 2021-04-13 15:52:42 -04:00
lookup_indexed_items [coverage] improve test coverage for indexed_items lookup (#74548) 2021-05-04 11:41:02 -04:00
lookup_ini ini: Add parameter to allow no value (#74806) 2021-05-27 11:12:38 +05:30
lookup_inventory_hostnames Use InventoryManager for inventory_hostnames lookup (#71573) 2020-09-02 15:42:09 -05:00
lookup_items Remove incidental_timezone (#72063) 2020-10-02 16:56:31 -05:00
lookup_lines Skip lookup tests on Python 2.6. 2020-03-02 00:06:18 -08:00
lookup_list coverage for lookup_list (#68683) 2020-04-06 13:39:18 -05:00
lookup_nested Skip lookup tests on Python 2.6. 2020-03-02 00:06:18 -08:00
lookup_password Skip lookup tests on Python 2.6. 2020-03-02 00:06:18 -08:00
lookup_pipe Skip lookup tests on Python 2.6. 2020-03-02 00:06:18 -08:00
lookup_random_choice Skip lookup tests on Python 2.6. 2020-03-02 00:06:18 -08:00
lookup_sequence Fix sequence lookup message and add tests (#74472) 2021-04-29 15:12:23 -04:00
lookup_subelements Set global skipped result flag for looped tasks (#67847) 2020-08-28 08:01:26 +02:00
lookup_template Skip lookup tests on Python 2.6. 2020-03-02 00:06:18 -08:00
lookup_together [coverage] improve test coverage for together lookup (#74549) 2021-05-04 11:41:22 -04:00
lookup_unvault added unvault lookup plugin (#69087) 2020-05-14 11:19:19 -04:00
lookup_url Changes required for macOS 10.15 (#71841) 2020-09-25 15:30:47 -04:00
lookup_varnames varnames: add tests, fix exception grammar (#70573) 2020-07-10 21:04:02 -05:00
lookup_vars [coverage] improve test coverage for vars lookup (#74546) 2021-05-04 11:39:04 -04:00
loop_control
loops Fix with_dict/with_list being passed incorrect type tests (#71699) 2020-09-11 07:53:10 +02:00
meta_tasks Add end_batch meta task (#74899) 2021-06-04 05:17:19 +10:00
missing_required_lib Various intentional tests (#72485) 2020-11-06 08:41:41 -06:00
module_defaults support hard coded module_defaults.yml groups for collections (#69919) 2020-06-09 15:38:57 -07:00
module_no_log Test changes to allow using "macos" test image (#71849) 2020-09-22 09:10:36 -04:00
module_precedence More boilerplate fixes. (#70224) 2020-06-22 19:05:30 -07:00
module_tracebacks
module_utils Deprecate Py2.6 support for target nodes (#74165) 2021-04-16 11:42:29 -05:00
module_utils_Ansible.AccessToken Split C# module utils to their own test target (#67910) 2020-03-02 15:16:31 +10:00
module_utils_Ansible.Basic Deprecation revisited (#69926) 2020-06-09 15:21:19 -07:00
module_utils_Ansible.Become Split C# module utils to their own test target (#67910) 2020-03-02 15:16:31 +10:00
module_utils_Ansible.ModuleUtils.AddType Separated ps module_util test targets, added WebRequest tests (#67914) 2020-03-02 16:12:08 +10:00
module_utils_Ansible.ModuleUtils.ArgvParser Separated ps module_util test targets, added WebRequest tests (#67914) 2020-03-02 16:12:08 +10:00
module_utils_Ansible.ModuleUtils.Backup Separated ps module_util test targets, added WebRequest tests (#67914) 2020-03-02 16:12:08 +10:00
module_utils_Ansible.ModuleUtils.CamelConversion Separated ps module_util test targets, added WebRequest tests (#67914) 2020-03-02 16:12:08 +10:00
module_utils_Ansible.ModuleUtils.CommandUtil Separated ps module_util test targets, added WebRequest tests (#67914) 2020-03-02 16:12:08 +10:00
module_utils_Ansible.ModuleUtils.FileUtil Separated ps module_util test targets, added WebRequest tests (#67914) 2020-03-02 16:12:08 +10:00
module_utils_Ansible.ModuleUtils.Legacy Separated ps module_util test targets, added WebRequest tests (#67914) 2020-03-02 16:12:08 +10:00
module_utils_Ansible.ModuleUtils.LinkUtil Separated ps module_util test targets, added WebRequest tests (#67914) 2020-03-02 16:12:08 +10:00
module_utils_Ansible.ModuleUtils.PrivilegeUtil Separated ps module_util test targets, added WebRequest tests (#67914) 2020-03-02 16:12:08 +10:00
module_utils_Ansible.ModuleUtils.SID Separated ps module_util test targets, added WebRequest tests (#67914) 2020-03-02 16:12:08 +10:00
module_utils_Ansible.ModuleUtils.WebRequest Ansible.Basic added generic fragment merger for module options (#69719) 2020-05-29 16:11:38 +10:00
module_utils_Ansible.Privilege Split C# module utils to their own test target (#67910) 2020-03-02 15:16:31 +10:00
module_utils_Ansible.Process Split C# module utils to their own test target (#67910) 2020-03-02 15:16:31 +10:00
module_utils_Ansible.Service Split C# module utils to their own test target (#67910) 2020-03-02 15:16:31 +10:00
module_utils_distro [module_utils.distro] Fall back to bundled (#74229) 2021-04-13 11:27:52 -04:00
module_utils_respawn module compat for py3.8+ controller (#73423) 2021-02-10 21:32:59 -08:00
module_utils_selinux selinux: return selinux_getpolicytype facts (#73609) 2021-03-01 11:11:09 -08:00
module_utils_urls Add support for GSSAPI/Kerberos to urls.py (#72113) 2020-10-13 14:16:07 +10:00
network_cli Fix network_cli test to use a trap for cleanup (#69762) 2020-05-29 15:45:33 -05:00
no_log
noexec Fix async interpreter parsing (#72636) 2020-12-09 11:41:45 -06:00
old_style_cache_plugins Test changes to allow using "macos" test image (#71849) 2020-09-22 09:10:36 -04:00
old_style_modules_posix
omit
order
package yum action plugin: 'use' as an alias of 'use_backend' (#70792) 2021-05-31 09:48:15 +05:30
package_facts Test changes to allow using "macos" test image (#71849) 2020-09-22 09:10:36 -04:00
parsing Strip spaces in module names in explicit actions (#71040) 2020-08-03 11:30:45 -04:00
path_lookups [playbook] error on empty, error on 'include' (remove two deprecations) (#74172) 2021-04-09 10:28:24 -04:00
path_with_comma_in_inventory
pause pause - do not continue with '\r' when timeout is set (#74030) 2021-03-29 15:39:42 -04:00
ping
pip pip: Idempotency tests (#74473) 2021-04-29 15:14:18 -04:00
pkg_resources Add test to verify pkg_resources imports work. 2021-02-12 23:51:37 -08:00
play_iterator Fix --start-at-task when skipping tasks with no name (#68951) 2020-04-21 09:39:17 +02:00
playbook [playbook/play.py] Increase error test coverage (#74217) 2021-04-13 11:22:02 -04:00
plugin_config_for_inventory Remove incidental vmware tests (#72420) 2020-11-02 17:00:17 -06:00
plugin_filtering
plugin_loader Intentional coverage, incidental_azure_rm_resource (#71052) 2020-08-04 12:53:31 -05:00
plugin_namespace
prepare_http_tests add self-signed https endpoint for ansible-test (#73463) 2021-02-05 05:12:22 +10:00
prepare_tests/tasks
pull ansible-pull: Run All Playbooks When Multiple Are Supplied (#73172) 2021-03-17 13:52:51 -04:00
raw update ActionBase._low_level_execute_command to honor executable (#68315) 2020-04-22 11:56:35 -05:00
reboot reboot - add reboot_command parameter (#69847) 2020-10-28 12:10:59 -04:00
rel_plugin_loading
remote_tmp Changes required for macOS 10.15 (#71841) 2020-09-25 15:30:47 -04:00
replace
retry_task_name_in_callback
roles only add data when there is data to add (#54559) 2021-02-11 10:07:20 -05:00
roles_arg_spec role argspec - tag role argspec validation task with 'always' (#74994) 2021-06-14 13:28:56 -04:00
rpm_key Remove include from tests (#74330) 2021-04-20 11:19:29 -04:00
run_modules More boilerplate fixes. (#70224) 2020-06-22 19:05:30 -07:00
script More boilerplate fixes. (#70224) 2020-06-22 19:05:30 -07:00
service Use the module redirect_list when getting defaults for action plugins (#73864) 2021-05-27 19:06:45 -04:00
service_facts Test changes to allow using "macos" test image (#71849) 2020-09-22 09:10:36 -04:00
set_fact Wrap all results, regardless of register, except for actions with clean facts (#73161) 2021-06-04 16:40:53 +02:00
set_stats [test coverage] Add tests for set_stats (#74243) 2021-04-13 11:43:53 -04:00
setup_cron Integration test fixes. 2021-04-30 17:59:28 -07:00
setup_deb_repo
setup_epel/tasks Use virtual host style S3 bucket names in tests. 2021-03-12 11:34:25 -08:00
setup_gnutar Changes required for macOS 10.15 (#71841) 2020-09-25 15:30:47 -04:00
setup_nobody
setup_paramiko [ansible-test] add freebsd/13.0 remote (#74328) 2021-04-21 15:13:41 -05:00
setup_passlib/tasks
setup_pexpect Constrain pexpect and ptyprocess (#73109) 2021-01-04 15:53:56 -05:00
setup_remote_constraints
setup_remote_tmp_dir deprecate _remote_checksum() and remove use in fetch (#74848) 2021-06-16 13:51:07 -04:00
setup_rpm_repo module compat for py3.8+ controller (#73423) 2021-02-10 21:32:59 -08:00
setup_win_printargv Separated ps module_util test targets, added WebRequest tests (#67914) 2020-03-02 16:12:08 +10:00
shell Fix transport defs in test connection plugins. 2020-06-18 11:50:51 -07:00
slurp slurp - handle error when path is a directory (#74930) 2021-06-10 10:25:48 +05:30
special_vars
special_vars_hosts Exclude unreachable hosts in ansible_play_batch between plays (#74625) 2021-05-11 17:12:34 +02:00
stat stat: Handle colon in filename (#70259) 2020-06-25 14:21:50 -05:00
strategy_linear
subversion Vendor distutils.version (#74644) 2021-05-11 12:33:51 -05:00
systemd systemd - do not overwrite unit name when searching (#72985) 2020-12-17 15:29:22 -05:00
tags Allow meta tasks to use tags (#67508) 2020-08-21 11:08:49 -04:00
task_ordering Remove include from tests (#74330) 2021-04-20 11:19:29 -04:00
tasks Add more integration tests. (#68972) 2020-04-16 00:53:08 -07:00
template fix unsafe preservation across newlines (#74960) 2021-06-11 09:33:40 -04:00
template_jinja2_latest CI and compat fixes for Jinja2 >= 3.0 (#74666) 2021-05-11 19:59:44 -07:00
template_jinja2_non_native Force template module to use non-native Jinja2 (#68560) 2020-09-03 09:01:34 +02:00
templating_lookups Ensure native jinja is off for non-native tests (#71914) 2020-09-24 15:52:06 -04:00
templating_settings
test_core version test - improve message when value is empty (#74754) 2021-05-20 11:55:30 -04:00
test_files Add integration tests for test plugins. (#70576) 2020-07-10 18:48:51 -07:00
test_mathstuff Add integration tests for test plugins. (#70576) 2020-07-10 18:48:51 -07:00
throttle
unarchive unarchive - do not fail in init when trying to find required binary (#74892) 2021-06-07 12:59:06 -04:00
undefined Remove incidental tower integration tests (#72461) 2020-11-04 09:46:08 -06:00
unicode Ensure --version works with non-ascii project path (#66624) 2020-05-29 14:42:44 -04:00
unsafe_writes allow env to override unspecified unsafe_writes (#73282) 2021-01-27 14:16:10 -05:00
until Remove incidental_win_psexec (#71953) 2020-10-12 14:16:13 -05:00
unvault Let vault lookup output unicode string. (#73571) 2021-02-11 14:27:47 -05:00
uri uri - fix traceback on multipart-form int value (#74302) 2021-04-16 11:09:31 -04:00
user user - consistently create user home directory on Linux (#71952) 2021-05-07 17:00:10 -04:00
var_blending
var_precedence More boilerplate fixes. (#70224) 2020-06-22 19:05:30 -07:00
var_reserved add jinja2 global to reserved names (#71088) 2020-08-05 10:43:31 -04:00
var_templating Fix verbosity for var_templating test (#70943) 2020-07-28 12:02:43 -05:00
vault updates links in comments to point to current docs (#74834) 2021-06-03 14:00:24 -04:00
wait_for wait_for - ignore psutil related errors (#72401) 2020-10-29 21:40:31 -04:00
wait_for_connection Test the delay option in wait_for_connection. 2020-02-25 19:27:18 -08:00
want_json_modules_posix More boilerplate fixes. (#70224) 2020-06-22 19:05:30 -07:00
win_async_wrapper
win_become
win_exec_wrapper windows - fix up env var quoting for unicode single quotes (#68968) 2020-04-16 20:24:23 +10:00
win_fetch powershell - fix quoting values (#71411) 2020-08-26 07:06:51 +10:00
win_module_utils Separated ps module_util test targets, added WebRequest tests (#67914) 2020-03-02 16:12:08 +10:00
win_raw
win_script
windows-minimal Create a dedicated windows-minimal test target. (#67987) 2020-03-03 18:36:37 -08:00
windows-paths
yaml_parsing allow any type of unsafe data (#72547) 2020-11-10 10:48:20 -05:00
yum Add cacheonly option to yum and dnf modules (#73820) 2021-04-16 11:08:52 -04:00
yum_repository Integration test fixes. 2021-04-30 17:59:28 -07:00