ansible/test/integration/targets
Strahinja Kustudic 32d6a354d7 postgresql_user: set encrypted as default and fix empty password reporting changed (#36931)
* Set encrypted as default and fix empty password reporting changed

* Starting with Postgres 10 `UNENCRYPTED` passwords are removed and
because of that this module fails with the default `encrypted=no`.
Also encrypted passwords are suported since version 7.2
(https://www.postgresql.org/docs/7.2/static/sql-createuser.html) which
went EOL in 2007 and since 7.3 it is the default. Because of this it
makes a lot more sense to make `encrypted=yes` the default. This won't
break backward compatibility, the module would just update the user's
password in the DB in the hashed format and everything else will work
like before. It's also a security bad practice to store passwords in
plain text. fixes #25823
* There was also a bug with `encrypted=yes` and an empty password always
reported as changed.
* Improved documentation for `encrypted`/`password` parameters, and
removed some obsolete notes about passlib.

* Fix clearing user's password to work with all versions of Postgres

* Add tests for clearing the user password

* Fix documentation atfer rebase

* Add changelog fragment
2018-05-21 14:49:44 -05:00
..
aci_aaa_user aci_aaa_user: Manage AAA users on ACI fabrics (#35543) 2018-02-01 00:45:32 +01:00
aci_aaa_user_certificate aci_aaa_user_certificate: Rename user parameter to aaa_user (#35207) 2018-01-23 02:23:06 +01:00
aci_access_port_to_interface_policy_leaf_profile changed cisco mail to normail hotmail (#36546) 2018-02-21 23:01:26 +01:00
aci_aep/tasks Remove unused test files. 2018-04-22 07:11:34 -07:00
aci_aep_to_domain ACI: Various changes to module documentation and guide (#36516) 2018-02-21 19:35:59 +01:00
aci_ap ACI: Various changes to module documentation and guide (#36516) 2018-02-21 19:35:59 +01:00
aci_bd ACI: Various changes to module documentation and guide (#36516) 2018-02-21 19:35:59 +01:00
aci_bd_subnet ACI: Various changes to module documentation and guide (#36516) 2018-02-21 19:35:59 +01:00
aci_config_rollback ACI: Various changes to module documentation and guide (#36516) 2018-02-21 19:35:59 +01:00
aci_config_snapshot ACI: Various changes to module documentation and guide (#36516) 2018-02-21 19:35:59 +01:00
aci_contract ACI: Various changes to module documentation and guide (#36516) 2018-02-21 19:35:59 +01:00
aci_contract_subject ACI: Various changes to module documentation and guide (#36516) 2018-02-21 19:35:59 +01:00
aci_contract_subject_to_filter ACI: Various changes to module documentation and guide (#36516) 2018-02-21 19:35:59 +01:00
aci_domain ACI: Various changes to module documentation and guide (#36516) 2018-02-21 19:35:59 +01:00
aci_domain_to_vlan_pool ACI: Various changes to module documentation and guide (#36516) 2018-02-21 19:35:59 +01:00
aci_encap_pool ACI: Various changes to module documentation and guide (#36516) 2018-02-21 19:35:59 +01:00
aci_encap_pool_range ACI: Various changes to module documentation and guide (#36516) 2018-02-21 19:35:59 +01:00
aci_epg ACI: Various changes to module documentation and guide (#36516) 2018-02-21 19:35:59 +01:00
aci_epg_to_contract ACI: Various changes to module documentation and guide (#36516) 2018-02-21 19:35:59 +01:00
aci_epg_to_domain ACI: Various changes to module documentation and guide (#36516) 2018-02-21 19:35:59 +01:00
aci_fabric_node ACI: Various changes to module documentation and guide (#36516) 2018-02-21 19:35:59 +01:00
aci_filter ACI: Various changes to module documentation and guide (#36516) 2018-02-21 19:35:59 +01:00
aci_filter_entry ACI: Various changes to module documentation and guide (#36516) 2018-02-21 19:35:59 +01:00
aci_firmware_source aci_firmware_source: Add integration tests (#36246) 2018-02-16 00:20:41 +01:00
aci_interface_policy_leaf_policy_group aci_interface_policy_leaf_policy_group: Fix test (#36551) 2018-02-21 23:48:10 +01:00
aci_interface_policy_leaf_profile changed cisco mail to normail hotmail (#36546) 2018-02-21 23:01:26 +01:00
aci_interface_selector_to_switch_policy_leaf_profile changed cisco mail to normail hotmail (#36546) 2018-02-21 23:01:26 +01:00
aci_rest aci_aep: Add missing integration tests (#36414) 2018-02-20 03:04:17 +01:00
aci_static_binding_to_epg add aci_static_binding_to_epg integration tests (#36542) 2018-02-21 21:45:38 +01:00
aci_switch_leaf_policy_profile changed cisco mail to normail hotmail (#36546) 2018-02-21 23:01:26 +01:00
aci_switch_leaf_selector changed cisco mail to normail hotmail (#36546) 2018-02-21 23:01:26 +01:00
aci_switch_policy_vpc_protection_group ACI: Various changes to module documentation and guide (#36516) 2018-02-21 19:35:59 +01:00
aci_taboo_contract aci_rest: Fix error handling and improve documentation (#36295) 2018-02-19 12:01:14 +01:00
aci_tenant ACI: Various changes to module documentation and guide (#36516) 2018-02-21 19:35:59 +01:00
aci_vlan_pool aci_rest: Fix error handling and improve documentation (#36295) 2018-02-19 12:01:14 +01:00
aci_vlan_pool_encap_block ACI: Avoid using 'previous' with query operations (#36181) 2018-02-14 23:07:07 +01:00
aci_vrf ACI: Various changes to module documentation and guide (#36516) 2018-02-21 19:35:59 +01:00
acl acl integration tests: don't use restricted key, allow to run twice in a row (#34858) 2018-01-15 13:21:25 +01:00
add_host
alternatives Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
ansible ansible-config: add simple tests (#34900) 2018-01-17 06:33:33 -08:00
ansible-galaxy Move requirements into tests. (#35885) 2018-02-10 10:48:44 -08:00
any_errors_fatal make aef test more predictable 2018-04-06 09:48:30 -07:00
apache2_module Add identifier option to apache2_module (#33748) 2018-01-23 18:56:59 +01:00
apt apt: fix build-dep idempotency (#38999) 2018-04-20 07:57:14 +02:00
apt_key
apt_repository apt_repository: check attribute repo for None value (#36944) 2018-03-19 10:16:43 -04:00
archive Uninstall backports.lzma in archive test. 2018-01-22 12:36:03 -08:00
args
asa_acl
asa_command
asa_config
assemble
async Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
async_extra_data
async_fail Normalize usage of temp and tmp on tmp (#36221) 2018-02-15 09:01:02 -08:00
at
authorized_key
aws_api_gateway Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
aws_caller_facts Add aws_caller_facts module and use it in setup-iam.yml (#36683) 2018-02-28 16:30:34 +10:00
aws_elasticbeanstalk_app Rebalance cloud tests into 5 groups. 2018-02-10 00:37:20 -08:00
aws_inspector Add AWS Inspector Target Module (#37464) 2018-05-01 16:04:03 -04:00
aws_lambda Revert "Temporarily comment out tests causing CI errors (#35883)" 2018-02-08 06:57:09 -08:00
aws_s3 Add aws_s3 action plugin to find source files as expected (#35028) 2018-01-19 17:11:42 -05:00
aws_ses_identity Fix failing aws_ses_identity integration tests (#39560) 2018-05-17 13:45:02 -04:00
aws_ses_identity_policy [cloud]Add aws_ses_identity_policy module for managing SES sending policies (#36623) 2018-04-05 15:11:12 -04:00
aws_ssm_parameters aws ssm parameter lookup - testing and documentation around negative and failure cases (#36550) 2018-03-09 12:30:33 -05:00
aws_waf_web_acl Update aliases on integration tests. (#38258) 2018-04-03 23:40:23 -07:00
azure_rm_acs Mark unsupported integration tests. (#38251) 2018-04-03 19:04:23 -07:00
azure_rm_aks [new module] Managed Azure Container Service (AKS) (azure_rm_aks) (#35888) 2018-05-16 16:08:27 -07:00
azure_rm_availabilityset
azure_rm_availabilityset_facts Rebalance cloud tests into 5 groups. 2018-02-10 00:37:20 -08:00
azure_rm_containerinstance Improve handling of integration test aliases. (#38698) 2018-04-12 16:15:28 -07:00
azure_rm_containerregistry azure_rm_containerservice (#33597) 2017-12-06 20:30:28 -08:00
azure_rm_deployment Update aliases on integration tests. (#38258) 2018-04-03 23:40:23 -07:00
azure_rm_dnsrecordset azure: fix creation of TXT dns record sets (#38368) 2018-05-07 22:32:39 -04:00
azure_rm_dnsrecordset_facts
azure_rm_dnszone
azure_rm_dnszone_facts
azure_rm_functionapp Mark unstable azure_rm_functionapp test. 2018-04-20 07:06:07 -07:00
azure_rm_image Rebalance cloud tests into 5 groups. 2018-02-10 00:37:20 -08:00
azure_rm_keyvault [new module] azure_rm_keyvault (#35150) 2018-02-05 16:08:22 -08:00
azure_rm_keyvaultkey Improve handling of integration test aliases. (#38698) 2018-04-12 16:15:28 -07:00
azure_rm_keyvaultsecret Improve handling of integration test aliases. (#38698) 2018-04-12 16:15:28 -07:00
azure_rm_loadbalancer Fixes #37731 Create Internal Loadbalancers with azure_rm_loadbalancer, support SKU (#38077) 2018-05-04 13:17:05 +08:00
azure_rm_managed_disk Rebalance cloud tests into 5 groups. 2018-02-10 00:37:20 -08:00
azure_rm_mysqldatabase fixing mysql and postgresql test failures (#35587) 2018-02-01 17:00:05 +10:00
azure_rm_mysqlserver fixing mysql and postgresql test failures (#35587) 2018-02-01 17:00:05 +10:00
azure_rm_networkinterface Fixes some NIC bugs (#39213) 2018-04-25 09:54:19 +08:00
azure_rm_postgresqldatabase Improve handling of integration test aliases. (#38698) 2018-04-12 16:15:28 -07:00
azure_rm_postgresqlserver Improve handling of integration test aliases. (#38698) 2018-04-12 16:15:28 -07:00
azure_rm_publicipaddress
azure_rm_securitygroup azure_rm_securitygroup cannot create rules that allow IP address prefixes (#40070) 2018-05-16 16:28:14 +08:00
azure_rm_sqldatabase Improve handling of integration test aliases. (#38698) 2018-04-12 16:15:28 -07:00
azure_rm_sqlserver Restore azure_rm_sqlserver test in CI. 2018-02-12 16:04:09 -08:00
azure_rm_sqlserver_facts Improve handling of integration test aliases. (#38698) 2018-04-12 16:15:28 -07:00
azure_rm_storageaccount
azure_rm_storageblob Mark the azure_rm_storageblob test unstable. 2018-05-10 11:03:40 -07:00
azure_rm_subnet delete subnet should be idempotent (#35037) 2018-01-25 10:59:14 +10:00
azure_rm_virtualmachine Fix #26755 by ensuring that the first nic in the nic list is primary (#38994) 2018-04-25 23:16:25 -07:00
azure_rm_virtualmachine_extension Rebalance cloud tests into 5 groups. 2018-02-10 00:37:20 -08:00
azure_rm_virtualmachine_scaleset Improved scaleset facts (#39722) 2018-05-17 13:28:30 +10:00
azure_rm_virtualmachineimage_facts Rebalance cloud tests into 5 groups. 2018-02-10 00:37:20 -08:00
azure_rm_virtualnetwork Mark unstable integration tests. 2018-04-12 21:41:35 -07:00
become
binary
binary_modules Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
binary_modules_posix
binary_modules_winrm
blockinfile
blocks Add any_errors_fatal in nested failed block test (#35499) 2018-02-02 16:25:55 +01:00
callback_retry_task_name
changed_when
check_mode Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
cloudfront_distribution [aws] Improve integration test suite for cloudfront (#37813) 2018-05-03 08:28:23 -04:00
command_shell Fixes #19392: allow commands to be specified as lists. new syntax is documented as well. (#40261) 2018-05-16 13:37:39 -07:00
conditionals
connection Connection error messages are unsafe: wrap them (#37329) 2018-03-13 16:20:24 -07:00
connection_buildah Mark unsupported integration tests. (#38251) 2018-04-03 19:04:23 -07:00
connection_chroot
connection_docker Mark unsupported integration tests. (#38251) 2018-04-03 19:04:23 -07:00
connection_jail Mark unsupported integration tests. (#38251) 2018-04-03 19:04:23 -07:00
connection_libvirt_lxc Mark unsupported integration tests. (#38251) 2018-04-03 19:04:23 -07:00
connection_local
connection_lxc Mark unsupported integration tests. (#38251) 2018-04-03 19:04:23 -07:00
connection_lxd Mark unsupported integration tests. (#38251) 2018-04-03 19:04:23 -07:00
connection_paramiko_ssh
connection_posix
connection_ssh
connection_winrm
copy Fixes #34893 (#40166) 2018-05-16 11:09:32 -05:00
cs_account Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
cs_affinitygroup cloudstack: fix spelling of "affinity_type" (#33231) 2017-11-28 07:46:43 +01:00
cs_cluster Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
cs_common
cs_configuration Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
cs_domain Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
cs_firewall Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
cs_host Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
cs_instance cs_instance: fix py3 user_data base64 (#37135) 2018-03-08 17:05:57 +01:00
cs_instance_facts cs_instance_facts: add host return (#40307) 2018-05-17 12:17:49 +02:00
cs_instance_nic Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
cs_instance_nic_secondaryip Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
cs_instancegroup Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
cs_ip_address cs_ip_address: add a "tags" parameter to ensure idempotency (#39016) 2018-04-22 20:13:01 +02:00
cs_iso Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
cs_loadbalancer_rule Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
cs_network cs_network: implement support acl (#35706) 2018-02-04 19:23:57 +01:00
cs_network_acl Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
cs_network_acl_rule Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
cs_network_offering cloudstack: streamline cs_network_offering (#34553) 2018-01-07 17:30:52 +01:00
cs_pod Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
cs_portforward Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
cs_project Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
cs_region Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
cs_resourcelimit Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
cs_role Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
cs_role_permission cloudstack: new module cs_role_permission (#37065) 2018-04-27 16:47:07 +02:00
cs_router tests: cs_router: fix tests not desructive anymore (#34957) 2018-01-17 07:16:45 +01:00
cs_securitygroup Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
cs_securitygroup_rule Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
cs_service_offering cloudstack: rename new module to cs_service_offering (#34555) 2018-01-07 17:21:56 +01:00
cs_snapshot_policy Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
cs_sshkeypair cs_sshkeypair: fix ssh key rename (#36726) 2018-02-26 13:43:40 +01:00
cs_storage_pool Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
cs_user Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
cs_vmsnapshot Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
cs_volume Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
cs_vpc cs_vpc: implement state=started (#40319) 2018-05-17 22:42:53 +02:00
cs_vpc_offering Add new Cloudstack module cs_vpc_offering (#34797) 2018-01-12 21:40:35 +01:00
cs_vpn_connection Disable failing cloudstack tests. 2018-05-18 14:46:19 -07:00
cs_vpn_customer_gateway cloudstack: new module cs_vpn_customer_gateway (#34260) 2017-12-28 21:40:57 +01:00
cs_vpn_gateway Disable failing cloudstack tests. 2018-05-18 14:46:19 -07:00
cs_zone Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
cs_zone_facts cs_zone_facts: implement return facts as ansible returns (#36993) 2018-03-05 11:42:38 +01:00
debconf
debug Add integration test for #36534 (#36581) 2018-02-26 09:49:25 +01:00
delegate_to Add test for fix using loop_control with delegate_to (#33809) 2018-01-23 17:52:23 +01:00
dellos6_command
dellos6_config
dellos6_facts
dellos9_command
dellos9_config
dellos9_facts
dellos10_command
dellos10_config
dellos10_facts
deploy_helper
dnf dnf: handle error when latest pkg not found (#39720) 2018-05-09 10:05:00 +02:00
docker_secret Fix mysql-server install/upgrade on Ubuntu 16.04. (#39241) 2018-04-24 12:02:26 -07:00
dpkg_selections Update aliases on integration tests. (#38258) 2018-04-03 23:40:23 -07:00
ec2_ami ec2_ami: Properly delete snapshots (#39606) 2018-05-03 07:48:29 -04:00
ec2_asg Mark unsupported integration tests. (#38251) 2018-04-03 19:04:23 -07:00
ec2_elb_lb Split up cloud tests to avoid 1 hour CI limit. 2017-11-23 02:33:56 -08:00
ec2_group Allow ec2_group integration tests to run on PRs to the ec2_group module by marking it unstable instead of disabled (#39415) 2018-04-27 12:57:13 -04:00
ec2_instance ec2_instance: add a retry to run_instance to help with ec2 consistency 2018-05-03 15:46:15 -04:00
ec2_key Enable tests which pass on Python 3. 2018-01-12 00:48:47 -08:00
ec2_metadata_facts Split up cloud tests to avoid 1 hour CI limit. 2017-11-23 02:33:56 -08:00
ec2_tag Split up cloud tests to avoid 1 hour CI limit. 2017-11-23 02:33:56 -08:00
ec2_vol Split up cloud tests to avoid 1 hour CI limit. 2017-11-23 02:33:56 -08:00
ec2_vpc_egress_igw [cloud] New module: Amazon Egress-Only Internet Gateway (ec2_vpc_egress_igw) (#23941) 2018-01-26 09:22:30 -05:00
ec2_vpc_net Rebalance cloud tests into 5 groups. 2018-02-10 00:37:20 -08:00
ec2_vpc_route_table ec2_vpc_route_table: Update matching_count parsing on find_subnets fu… (#38707) 2018-05-03 15:05:24 -04:00
ec2_vpc_subnet Mark ec2_vpc_subnet tests as unstable so they only run on directly related PRs (#39418) 2018-04-27 10:07:22 -04:00
ec2_vpc_vgw [ec2_vpc_vgw] [ec2_vpc_vpn] stabilize modules for PR 35983 (#38666) 2018-05-03 14:19:19 -04:00
ec2_vpc_vpn_facts New Module: ec2_vpc_vpn_facts (#35983) 2018-05-15 12:13:46 -04:00
ecs_cluster [aws]Add VPC configuration to ECS modules (#34381) 2018-04-25 15:41:04 -04:00
ecs_ecr fix spelling mistakes in several modules (#36296) 2018-03-12 11:00:19 +01:00
elb_application_lb [aws] Create classes for Application Load Balancer (#33769) 2018-05-04 16:22:00 -04:00
elb_classic_lb Split up cloud tests to avoid 1 hour CI limit. 2017-11-23 02:33:56 -08:00
elb_target Fail with nice error message if elb target_type=ip not supported (#38313) 2018-05-03 08:36:52 -04:00
embedded_module Clean up non-standard module shebangs. 2018-03-21 11:04:55 -07:00
environment Fix using loops with environment and add tests (#32796) 2017-12-08 10:13:22 -05:00
eos_banner HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
eos_command HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
eos_config HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
eos_eapi Fix eos_eapi integration test failure (#40132) 2018-05-15 10:55:14 +05:30
eos_facts HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
eos_interface HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
eos_l2_interface HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
eos_l3_interface HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
eos_linkagg eos_linkagg DI module (#33007) 2017-12-20 19:43:30 +05:30
eos_lldp HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
eos_logging HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
eos_smoke HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
eos_static_route Cleanup net integration test case for network modules (#34684) 2018-01-10 21:28:49 +05:30
eos_system HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
eos_user HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
eos_vlan Fix eos_vlan associated interface check (#39661) 2018-05-03 17:07:30 +05:30
eos_vrf Fix eos_vrf integration test failures (#36893) 2018-03-01 13:05:39 +05:30
etcd3 Disable failing etcd3 integration test. 2018-05-15 23:23:55 -07:00
expect
facts_d
failed_when
fetch fetch: set fail_on_missing: True as default as per docs (#36469) 2018-02-21 18:10:23 +10:00
file More file refactoring (#40114) 2018-05-16 10:41:11 -07:00
filesystem filesystem tests: update ocfs2 fs size on Trusty 2018-05-17 11:18:18 -04:00
filters base64 filter: Added ability to specify encoding (#39714) 2018-05-05 09:16:58 +10:00
find Add gr_name and pw_name in find module 2017-12-21 17:00:25 -05:00
firewalld initial firewalld integration tests (#31725) 2018-01-08 14:23:50 -08:00
foreman_inventory Add playbook with foreman tests 2018-04-20 00:36:23 +02:00
fortios_address Disable fortios_* integration tests. 2018-04-14 13:02:00 -07:00
fortios_ipv4_policy Disable fortios_* integration tests. 2018-04-14 13:02:00 -07:00
gathering_facts Fix gathering facts in run_once play (#39453) 2018-05-04 15:33:32 -04:00
gcp_compute_address Bug fixes for GCP Compute Address (#38630) 2018-05-04 14:41:55 -04:00
gcp_compute_backend_bucket New module: GCP Compute Backend Buckets (#38610) 2018-05-02 14:57:00 -04:00
gcp_compute_backend_service New module: GCP Compute Backend Services (#38611) 2018-05-02 16:59:27 -04:00
gcp_compute_health_check Adding support for GCP Compute Health Checks (#37438) 2018-05-07 07:57:25 -04:00
gcp_compute_http_health_check New module: GCP Compute HTTP Health Checks (#36329) 2018-04-25 15:25:23 -04:00
gcp_compute_https_health_check Adding support for GCP Compute Https Health Checks (#37437) 2018-04-25 16:11:32 -04:00
gcp_compute_instance New Module: GCP Compute Instances (#38906) 2018-05-10 07:29:13 -07:00
gcp_compute_instance_template New Module: GCP Compute Instance Templates (#38907) 2018-05-11 10:50:32 -07:00
gcp_compute_network New module: GCP Compute Networks (#38618) 2018-05-04 14:28:11 -04:00
gcp_compute_route New module: GCP Compute Routes (#38619) 2018-05-04 14:27:29 -04:00
gcp_compute_subnetwork New module: GCP Compute Subnetworks (#38621) 2018-05-04 14:29:38 -04:00
gcp_compute_target_http_proxy Adding support for GCP Compute Target Http Proxys (#38622) 2018-05-17 16:42:19 -04:00
gcp_compute_target_https_proxy Adding support for GCP Compute Target Https Proxys (#38908) 2018-05-17 16:34:20 -04:00
gcp_compute_target_tcp_proxy Adding support for GCP Compute Target Tcp Proxys (#38624) 2018-05-17 16:42:10 -04:00
gcp_container_cluster New module: GCP Container Clusters (#37324) 2018-04-30 15:04:56 -04:00
gcp_container_node_pool New module: GCP Container Node Pools (#37325) 2018-05-04 15:19:51 -04:00
gcp_dns_managed_zone Bug fixes for GCP Dns Managed Zones (#38631) 2018-04-25 16:20:55 -04:00
gcp_dns_resource_record_set Fix test aliases. 2018-04-12 11:08:15 -07:00
gcp_pubsub_subscription New module: GCP Pubsub Subscriptions (#38626) 2018-05-04 14:31:34 -04:00
gcp_pubsub_topic New module: GCP Pubsub Topics (#38627) 2018-05-04 14:32:28 -04:00
gcp_storage_bucket New module: GCP Storage Buckets (#37288) 2018-04-25 15:26:13 -04:00
gcp_storage_bucket_access_control New module: GCP Storage Bucket Access Controls (#37289) 2018-04-30 14:03:02 -04:00
gem Add the ability to specify an install_dir to the gem module (#38195) 2018-05-21 09:55:43 -04:00
get_url Overhaul httptester support in ansible-test. (#39892) 2018-05-09 09:24:40 -07:00
getent
git add newer syntax to detached HEAD check (#38879) 2018-04-23 13:40:54 +02:00
github_issue Improve handling of integration test aliases. (#38698) 2018-04-12 16:15:28 -07:00
group Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
group_by
groupby_filter
handlers
hash Change behavior to behaviour in docs and tests (#39392) 2018-05-17 14:07:12 -04:00
hg Disable hg test on Python 3 again. 2018-02-07 23:33:04 -08:00
hosts_field
ignore_errors
include_import Allow using action/local_action on includes and imports (#37260) 2018-05-04 11:10:50 -05:00
include_vars
includes Integration tests for import/include (#33418) 2018-01-19 08:23:48 -08:00
influxdb_user Improve handling of integration test aliases. (#38698) 2018-04-12 16:15:28 -07:00
ini_file ini_file: add allow_no_value param (#24442) 2018-03-05 17:05:41 +01:00
inventory_path_with_comma Don't skip an inventory source just because it has a comma (#35002) 2018-01-24 09:44:55 -06:00
ios_banner ios test changes (#35510) 2018-02-02 09:50:15 -05:00
ios_command ios test changes (#35510) 2018-02-02 09:50:15 -05:00
ios_config re enabled tests that were fixed in ansible/ansible-modules-core#5008 (#36257) 2018-02-16 08:10:14 -05:00
ios_facts ios test changes (#35510) 2018-02-02 09:50:15 -05:00
ios_file rename network_get network_put modules to net_get net_put (#40381) 2018-05-18 14:41:47 +05:30
ios_interface Fix ios integration test failures in CI (#39729) 2018-05-04 16:18:04 +05:30
ios_l2_interface fix ios_l2_interface (#37389) 2018-03-15 11:33:59 +05:30
ios_l3_interface ios test changes (#35510) 2018-02-02 09:50:15 -05:00
ios_linkagg ios test changes (#35510) 2018-02-02 09:50:15 -05:00
ios_lldp ios test changes (#35510) 2018-02-02 09:50:15 -05:00
ios_logging ios test changes (#35510) 2018-02-02 09:50:15 -05:00
ios_ping ios test changes (#35510) 2018-02-02 09:50:15 -05:00
ios_smoke Fix ios integration test failures in CI (#39729) 2018-05-04 16:18:04 +05:30
ios_static_route ios_static_route idempotence fix (#35912) 2018-03-05 09:28:37 -05:00
ios_system ios test changes (#35510) 2018-02-02 09:50:15 -05:00
ios_user ios test changes (#35510) 2018-02-02 09:50:15 -05:00
ios_vlan Decouple config and state check in vlan and vrf network modules (#36386) 2018-02-26 09:23:54 +05:30
iosxr_banner Changes to enable network_cli and netconf on iosxr integration tests. (#35269) 2018-01-24 19:46:27 +05:30
iosxr_command * adds commit replace with config file for iosxr (#35564) 2018-02-01 14:15:32 +00:00
iosxr_config Handling of configurations blocks with end-* at the end of the block (#39673) 2018-05-08 10:02:50 +05:30
iosxr_facts IOS XR cli tests move to network_cli (#34007) 2017-12-20 11:26:09 -05:00
iosxr_interface Changes to enable network_cli and netconf on iosxr integration tests. (#35269) 2018-01-24 19:46:27 +05:30
iosxr_logging * adds missing params in a task (#35330) 2018-01-25 09:06:57 +05:30
iosxr_netconf IOS XR cli tests move to network_cli (#34007) 2017-12-20 11:26:09 -05:00
iosxr_smoke added iosxr_smoke (#37828) 2018-04-04 10:46:30 -04:00
iosxr_system Changes to enable network_cli and netconf on iosxr integration tests. (#35269) 2018-01-24 19:46:27 +05:30
iosxr_user Changes to enable network_cli and netconf on iosxr integration tests. (#35269) 2018-01-24 19:46:27 +05:30
ipify_facts
iso_extract Don't use getattr in _get_parent_attribute to avoid recursion issues (#33595) 2018-01-05 21:51:44 -05:00
iterators Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
java_cert Mark unsupported integration tests. (#38251) 2018-04-03 19:04:23 -07:00
junos_banner Fix junos modules check_mode issue (#37311) 2018-03-26 07:27:30 -04:00
junos_command Fix connection type in junos integration tests (#34583) 2018-01-08 23:22:53 +05:30
junos_config Fix connection type in junos integration tests (#34583) 2018-01-08 23:22:53 +05:30
junos_facts Fix junos integration test failures (#35508) 2018-01-31 00:07:01 +05:30
junos_interface Cleanup net integration test case for network modules (#34684) 2018-01-10 21:28:49 +05:30
junos_l2_interface Add junos_l2_interface module (#35123) 2018-01-22 20:38:07 +05:30
junos_l3_interface Cleanup net integration test case for network modules (#34684) 2018-01-10 21:28:49 +05:30
junos_linkagg Cleanup net integration test case for network modules (#34684) 2018-01-10 21:28:49 +05:30
junos_lldp Cleanup net integration test case for network modules (#34684) 2018-01-10 21:28:49 +05:30
junos_lldp_interface Cleanup net integration test case for network modules (#34684) 2018-01-10 21:28:49 +05:30
junos_logging Cleanup net integration test case for network modules (#34684) 2018-01-10 21:28:49 +05:30
junos_netconf Fix junos_netconf integration test failure (#34744) 2018-01-12 08:46:21 +05:30
junos_rpc Fix connection type in junos integration tests (#34583) 2018-01-08 23:22:53 +05:30
junos_smoke added junos_smoke tests (#37216) 2018-04-04 10:46:47 -04:00
junos_static_route Cleanup net integration test case for network modules (#34684) 2018-01-10 21:28:49 +05:30
junos_system Cleanup net integration test case for network modules (#34684) 2018-01-10 21:28:49 +05:30
junos_user Cleanup net integration test case for network modules (#34684) 2018-01-10 21:28:49 +05:30
junos_vlan Cleanup net integration test case for network modules (#34684) 2018-01-10 21:28:49 +05:30
junos_vrf Cleanup net integration test case for network modules (#34684) 2018-01-10 21:28:49 +05:30
k8s_raw Adds k8s_raw, openshift_raw tests (#36228) 2018-02-23 10:13:09 -05:00
known_hosts Add better error messages and checking to known_hosts (#38307) 2018-05-17 13:53:40 -04:00
lambda_policy Lambda policy arn (#38863) 2018-04-17 09:53:59 -04:00
lineinfile Check for regexp match when using insertbefore or insertafter (#36474) 2018-02-21 17:03:38 -05:00
locale_gen
lookup_passwordstore Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
lookup_paths
lookup_properties
lookups Move lookups tests to group1. 2018-05-09 09:54:03 -07:00
loops Handle incorrect data type in list lookup plugin (#35483) 2018-05-17 15:29:36 -05:00
memset_zone Memset: initial module, integration tests, module_utils and supporting documentation. (#40071) 2018-05-18 10:45:38 +01:00
meraki_network New module - meraki_network (#39782) 2018-05-15 22:42:09 +02:00
meraki_organization Meraki: Improved integration testing and results (#39761) 2018-05-15 22:41:09 +02:00
module_defaults Fix test aliases. 2018-04-12 11:08:15 -07:00
module_precedence
module_utils Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
mount
mysql_db
mysql_user Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
mysql_variables
netconf_get Add netconf_get module (#39869) 2018-05-17 17:38:12 +05:30
nios_dns_view Integration tests for Infoblox 2.5 modules (#40344) 2018-05-21 17:04:20 +05:30
nios_host_record Integration tests for Infoblox 2.5 modules (#40344) 2018-05-21 17:04:20 +05:30
nios_network Integration tests for Infoblox 2.5 modules (#40344) 2018-05-21 17:04:20 +05:30
nios_network_view Integration tests for Infoblox 2.5 modules (#40344) 2018-05-21 17:04:20 +05:30
nios_zone Integration tests for Infoblox 2.5 modules (#40344) 2018-05-21 17:04:20 +05:30
no_log
npm NPM integration tests: use ansible-ci-files 2018-01-25 23:06:29 -08:00
nuage_vspk Restore nuage_vspk integration tests. 2018-05-07 11:15:36 -07:00
nxos_aaa_server HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
nxos_aaa_server_host HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
nxos_acl HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
nxos_acl_interface HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
nxos_banner HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
nxos_become HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
nxos_bgp HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
nxos_bgp_af HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
nxos_bgp_neighbor HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
nxos_bgp_neighbor_af HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
nxos_command HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
nxos_config HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
nxos_evpn_global Skip N35 and N3L platforms for nxos_evpn_global test (#40333) 2018-05-19 09:32:59 +05:30
nxos_evpn_vni HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
nxos_facts HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
nxos_feature HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
nxos_file_copy HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
nxos_gir HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
nxos_gir_profile_management HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
nxos_hsrp HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
nxos_igmp HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
nxos_igmp_interface HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
nxos_igmp_snooping HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
nxos_interface HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
nxos_interface_ospf HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
nxos_ip_interface HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
nxos_l2_interface HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
nxos_l3_interface HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
nxos_linkagg HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
nxos_lldp HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
nxos_logging HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
nxos_ntp Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_ntp_auth Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_ntp_options Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_nxapi Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_ospf Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_ospf_vrf Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_overlay_global Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_pim Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_pim_interface Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_pim_rp_address Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_portchannel Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_rollback Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_smoke HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00
nxos_snapshot Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_snmp_community Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_snmp_contact Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_snmp_host Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_snmp_location Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_snmp_traps Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_snmp_user Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_static_route Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_switchport Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_system Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_udld Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_udld_interface Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_user Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_vlan Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_vpc Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_vpc_interface Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_vrf Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_vrf_af Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_vrf_interface Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_vrrp Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_vtp_domain Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_vtp_password Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_vtp_version Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_vxlan_vtep Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
nxos_vxlan_vtep_vni Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
one_host opennebula: new module one_host (#40041) 2018-05-17 10:10:49 +02:00
openshift_raw Adds k8s_raw, openshift_raw tests (#36228) 2018-02-23 10:13:09 -05:00
openssl_certificate openssl_certificate: Handle dump() in check_mode (#38386) 2018-04-09 09:26:02 +01:00
openssl_csr openssl_csr: added support for the OCSP Must Staple extension (#35082) 2018-02-08 12:03:28 +00:00
openssl_dhparam Module to generate Diffie-Hellman parameters (#32620) 2018-01-26 08:08:29 +00:00
openssl_privatekey Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
openssl_publickey Allow multiple values per key in name fields in openssl_certificate/csr (#30338) 2017-12-12 12:35:22 +00:00
openvswitch_bridge Fix ovs integration tests initial setup (#33136) 2017-11-21 13:34:27 +01:00
openvswitch_db Fix ovs integration tests initial setup (#33136) 2017-11-21 13:34:27 +01:00
package
package_facts New Module: package_facts (#33195) 2017-12-14 13:47:47 -05:00
parsing Remove unused test files. 2018-04-22 07:11:34 -07:00
patch tests, patch: init integration tests (#40045) 2018-05-12 11:25:03 +02:00
pause Fix ctrl+c in pause module and add tests (#40134) 2018-05-21 10:04:43 -04:00
ping Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
pip Pip: Reformat tests (#38790) 2018-05-14 14:55:01 +02:00
plugin_filtering Implement plugin filtering 2018-01-22 16:54:53 -08:00
plugin_loader Fix loader for filters (#37748) 2018-03-22 17:23:10 -04:00
postgresql postgresql_user: set encrypted as default and fix empty password reporting changed (#36931) 2018-05-21 14:49:44 -05:00
prepare_eos_tests/tasks Port eos tests to network_cli (#33586) 2017-12-19 15:49:49 -05:00
prepare_http_tests Overhaul httptester support in ansible-test. (#39892) 2018-05-09 09:24:40 -07:00
prepare_ios_tests ios_l2_interface (#35054) 2018-01-19 17:14:32 -05:00
prepare_iosxr_tests Fix iosxr integration tests (#34663) 2018-01-10 11:40:54 -05:00
prepare_junos_tests/tasks Fix junos integration failures (#34571) 2018-01-08 17:58:47 +05:30
prepare_nuage_tests/tasks Restore nuage_vspk integration tests. 2018-05-07 11:15:36 -07:00
prepare_nxos_tests/tasks Fix legacy Nexus 3k integration test and module issues. (#40322) 2018-05-17 20:29:00 +05:30
prepare_ovs_tests/tasks
prepare_tests/tasks
prepare_win_tests
psexec psexec: new module to run commands on a remote Windows host without WinRM (#36723) 2018-04-24 12:15:15 +10:00
pull Revert "Configurable list of facts modules (#31783)" (#40022) 2018-05-14 13:46:14 -07:00
rabbitmq_plugin rabbitmq_plugin: add integration tests (#40389) 2018-05-21 07:49:45 +02:00
rabbitmq_user Remove unstable marker from rabbitmq_user test. 2018-05-02 10:03:36 -07:00
rabbitmq_vhost rabbitmq_vhost: add integration tests (#40387) 2018-05-21 07:48:40 +02:00
raw
rds_param_group Split up cloud tests to avoid 1 hour CI limit. 2017-11-23 02:33:56 -08:00
route53_zone route53_zone: enable check mode (#37201) 2018-03-12 14:43:43 -04:00
rpm_key Fix rpm_key test on Fedora 27. 2018-04-05 08:56:21 -07:00
s3_bucket Migrate s3_bucket module to boto3 (#37189) 2018-04-06 14:33:58 -04:00
s3_lifecycle S3 versioned lifecycle (#40161) 2018-05-17 15:07:40 -04:00
script Temporary (#31677) 2018-01-15 21:15:04 -08:00
seboolean Restore seboolean and sefcontext tests on RHEL. 2018-04-17 16:34:47 -07:00
sefcontext Restore seboolean and sefcontext tests on RHEL. 2018-04-17 16:34:47 -07:00
selinux Fix tests as filters syntax in recently modified integration tests (#33346) 2017-11-28 12:26:45 -06:00
sensu_client Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
sensu_handler Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
service Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
service_facts service_facts module (#34065) 2018-01-08 13:35:16 -08:00
set_fact allow incremental update for vars in loop for set_fact/include_vars (#38302) 2018-04-06 09:57:34 +10:00
setup_azure Fix ansible-test default image. (#31966) 2017-10-20 08:48:01 -07:00
setup_deb_repo Add integration test for #35900 (#38090) 2018-04-03 16:25:51 +02:00
setup_ec2
setup_influxdb/tasks Integration tests for influxdb_user module (#35315) 2018-01-27 18:24:34 +05:30
setup_mysql_db Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
setup_opennebula/vars opennebula: new module one_host (#40041) 2018-05-17 10:10:49 +02:00
setup_openssl Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
setup_postgresql_db Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
setup_rabbitmq/tasks Integration tests for rabbitmq_user module (#35421) 2018-02-01 10:25:04 -08:00
setup_rpm_repo yum: clean fake repos after tests run (#37770) 2018-03-22 13:19:29 -04:00
setup_sshkey/tasks ec2_key: add a test for the force option (#32748) 2017-11-15 22:53:41 +10:00
setup_zabbix zabbix_host integration tests (#33184) 2017-12-05 14:29:12 -05:00
shadowed_module Error if a module is found to shadow a reserved keyword (#34649) 2018-04-10 09:26:27 -05:00
slurp Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
special_vars
sqs_queue Add integration tests for sqs_queue module (#40110) 2018-05-16 17:34:31 -04:00
stat add deprecation for stat get_md5 (#33002) 2017-11-27 18:58:55 -05:00
strategy_linear Fix nested noop block padding in dynamic includes (#38814) 2018-04-26 15:14:31 -05:00
sts_assume_role Rebalance cloud tests into 5 groups. 2018-02-10 00:37:20 -08:00
subversion Temporarily disable subversion test on osx. 2018-02-24 13:46:40 -08:00
supervisorctl supervisorctl: add integration tests 2018-03-22 15:46:53 -07:00
synchronize Move requirements into tests. (#35885) 2018-02-10 10:48:44 -08:00
synchronize-buildah Mark unsupported integration tests. (#38251) 2018-04-03 19:04:23 -07:00
sysctl Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
systemd
tags never tags docs and test (#35964) 2018-02-14 17:01:36 -05:00
task_ordering
template Fix when template paths contain non-ascii chars and using the path in ansible_managed 2018-04-30 16:47:27 -07:00
template_jinja2_latest
templating_settings
test_infra Fix bad syntax in test_infra integration test. 2017-10-17 09:53:54 -07:00
timezone Ensure timezone tests reset system timezone to original value (#39326) 2018-04-25 16:30:06 -04:00
tower_credential add some Tower module integration tests (and fix a bug or two) (#37421) 2018-03-16 13:28:19 -04:00
tower_group add some Tower module integration tests (and fix a bug or two) (#37421) 2018-03-16 13:28:19 -04:00
tower_host add some Tower module integration tests (and fix a bug or two) (#37421) 2018-03-16 13:28:19 -04:00
tower_inventory add some Tower module integration tests (and fix a bug or two) (#37421) 2018-03-16 13:28:19 -04:00
tower_job_cancel add some Tower module integration tests (and fix a bug or two) (#37421) 2018-03-16 13:28:19 -04:00
tower_job_launch add some Tower module integration tests (and fix a bug or two) (#37421) 2018-03-16 13:28:19 -04:00
tower_job_list add some Tower module integration tests (and fix a bug or two) (#37421) 2018-03-16 13:28:19 -04:00
tower_job_template add some Tower module integration tests (and fix a bug or two) (#37421) 2018-03-16 13:28:19 -04:00
tower_job_wait add some Tower module integration tests (and fix a bug or two) (#37421) 2018-03-16 13:28:19 -04:00
tower_label add some Tower module integration tests (and fix a bug or two) (#37421) 2018-03-16 13:28:19 -04:00
tower_organization add some Tower module integration tests (and fix a bug or two) (#37421) 2018-03-16 13:28:19 -04:00
tower_project add some Tower module integration tests (and fix a bug or two) (#37421) 2018-03-16 13:28:19 -04:00
tower_role add some Tower module integration tests (and fix a bug or two) (#37421) 2018-03-16 13:28:19 -04:00
tower_team add some Tower module integration tests (and fix a bug or two) (#37421) 2018-03-16 13:28:19 -04:00
tower_user add some Tower module integration tests (and fix a bug or two) (#37421) 2018-03-16 13:28:19 -04:00
ucs_ip_pool Mark unsupported integration tests. (#38251) 2018-04-03 19:04:23 -07:00
ucs_lan_connectivity Mark unsupported integration tests. (#38251) 2018-04-03 19:04:23 -07:00
ucs_mac_pool Mark unsupported integration tests. (#38251) 2018-04-03 19:04:23 -07:00
ucs_san_connectivity Mark unsupported integration tests. (#38251) 2018-04-03 19:04:23 -07:00
ucs_vhba_template Mark unsupported integration tests. (#38251) 2018-04-03 19:04:23 -07:00
ucs_vlans Mark unsupported integration tests. (#38251) 2018-04-03 19:04:23 -07:00
ucs_vnic_template Mark unsupported integration tests. (#38251) 2018-04-03 19:04:23 -07:00
ucs_vsans Mark unsupported integration tests. (#38251) 2018-04-03 19:04:23 -07:00
ucs_wwn_pool Mark unsupported integration tests. (#38251) 2018-04-03 19:04:23 -07:00
unarchive
unicode
until Inject attempts into result earlier for retry logic (#34148) 2018-01-04 11:45:34 -05:00
uri uri: Add form-urlencoded support to body_format (#37188) 2018-05-17 13:18:18 -04:00
user User unexpire (#39758) 2018-05-17 11:34:13 -04:00
var_blending show specific undefined var errors on -v in debug (#32206) 2017-11-02 18:11:31 -04:00
var_precedence Move var precedence check to integration tests. 2018-03-21 09:43:32 -07:00
vault Use https for links to ansible.com domains. 2018-04-23 11:33:56 -07:00
vcenter_folder Remove unnecessary destructive aliases. 2018-05-09 07:29:31 -07:00
vcenter_license Remove unnecessary destructive aliases. 2018-05-09 07:29:31 -07:00
vmware_cluster Remove unnecessary destructive aliases. 2018-05-09 07:29:31 -07:00
vmware_cluster_facts Move pyvmomi install into cloud test plugin. 2018-05-08 10:09:35 -07:00
vmware_datacenter Remove unnecessary destructive aliases. 2018-05-09 07:29:31 -07:00
vmware_datastore_cluster Remove unnecessary destructive aliases. 2018-05-09 07:29:31 -07:00
vmware_datastore_facts Remove unnecessary destructive aliases. 2018-05-09 07:29:31 -07:00
vmware_datastore_maintenancemode Remove CI group from unsupported tests. 2018-05-09 07:29:31 -07:00
vmware_drs_rule_facts Remove unnecessary destructive aliases. 2018-05-09 07:29:31 -07:00
vmware_dvs_portgroup Remove unnecessary destructive aliases. 2018-05-09 07:29:31 -07:00
vmware_dvswitch Remove unnecessary destructive aliases. 2018-05-09 07:29:31 -07:00
vmware_guest VMware: Check device type explicitly (#38729) 2018-05-14 16:12:31 +05:30
vmware_guest_disk_facts Remove CI group from unsupported tests. 2018-05-09 07:29:31 -07:00
vmware_guest_facts Remove unnecessary destructive aliases. 2018-05-09 07:29:31 -07:00
vmware_guest_find Remove unnecessary destructive aliases. 2018-05-09 07:29:31 -07:00
vmware_guest_powerstate Remove unnecessary destructive aliases. 2018-05-09 07:29:31 -07:00
vmware_guest_snapshot Remove CI group from unsupported tests. 2018-05-09 07:29:31 -07:00
vmware_guest_snapshot_facts Remove CI group from unsupported tests. 2018-05-09 07:29:31 -07:00
vmware_guest_tools_wait Remove unnecessary destructive aliases. 2018-05-09 07:29:31 -07:00
vmware_host Remove unnecessary destructive aliases. 2018-05-09 07:29:31 -07:00
vmware_host_acceptance Remove CI group from unsupported tests. 2018-05-09 07:29:31 -07:00
vmware_host_capability_facts Remove CI group from unsupported tests. 2018-05-09 07:29:31 -07:00
vmware_host_config_facts Remove unnecessary destructive aliases. 2018-05-09 07:29:31 -07:00
vmware_host_config_manager Remove CI group from unsupported tests. 2018-05-09 07:29:31 -07:00
vmware_host_dns_facts Move pyvmomi install into cloud test plugin. 2018-05-08 10:09:35 -07:00
vmware_host_facts Move pyvmomi install into cloud test plugin. 2018-05-08 10:09:35 -07:00
vmware_host_firewall_facts Move pyvmomi install into cloud test plugin. 2018-05-08 10:09:35 -07:00
vmware_host_firewall_manager Remove unnecessary destructive aliases. 2018-05-09 07:29:31 -07:00
vmware_host_ntp Remove CI group from unsupported tests. 2018-05-09 07:29:31 -07:00
vmware_host_package_facts Remove CI group from unsupported tests. 2018-05-09 07:29:31 -07:00
vmware_host_powerstate VMware: new module: vmware_host_powerstate (#36577) 2018-05-12 21:09:53 +05:30
vmware_host_service_facts Remove CI group from unsupported tests. 2018-05-09 07:29:31 -07:00
vmware_host_service_manager Remove CI group from unsupported tests. 2018-05-09 07:29:31 -07:00
vmware_host_vmnic_facts Remove CI group from unsupported tests. 2018-05-09 07:29:31 -07:00
vmware_local_role_manager Remove unnecessary destructive aliases. 2018-05-09 07:29:31 -07:00
vmware_local_user_facts Remove CI group from unsupported tests. 2018-05-09 07:29:31 -07:00
vmware_local_user_manager Remove CI group from unsupported tests. 2018-05-09 07:29:31 -07:00
vmware_maintenancemode Remove unnecessary destructive aliases. 2018-05-09 07:29:31 -07:00
vmware_portgroup_facts Move pyvmomi install into cloud test plugin. 2018-05-08 10:09:35 -07:00
vmware_resource_pool Remove unnecessary destructive aliases. 2018-05-09 07:29:31 -07:00
vmware_resource_pool_facts Remove unnecessary destructive aliases. 2018-05-09 07:29:31 -07:00
vmware_target_canonical_facts Remove CI group from unsupported tests. 2018-05-09 07:29:31 -07:00
vmware_vm_facts Remove unnecessary destructive aliases. 2018-05-09 07:29:31 -07:00
vmware_vm_vm_drs_rule Remove CI group from unsupported tests. 2018-05-09 07:29:31 -07:00
vmware_vmkernel_facts Remove CI group from unsupported tests. 2018-05-09 07:29:31 -07:00
vmware_vswitch Remove CI group from unsupported tests. 2018-05-09 07:29:31 -07:00
vmware_vswitch_facts Remove CI group from unsupported tests. 2018-05-09 07:29:31 -07:00
vyos_banner Update net_* and vyos_* integration test aliases. (#34666) 2018-01-09 16:54:50 -08:00
vyos_command Actually move vyos tests to network_cli (#33710) 2017-12-13 14:30:24 -05:00
vyos_config vyos_config IndexError in sanitize_config (#36375) 2018-02-20 18:29:34 +05:30
vyos_facts Update net_* and vyos_* integration test aliases. (#34666) 2018-01-09 16:54:50 -08:00
vyos_interface vyos_interface require multiple network nodes to run (#39670) 2018-05-03 18:50:18 +01:00
vyos_l3_interface fix vyos_l3_interface adding multiple addresses to interface (#36377) 2018-02-20 20:54:27 +05:30
vyos_linkagg Cleanup net integration test case for network modules (#34684) 2018-01-10 21:28:49 +05:30
vyos_lldp Cleanup net integration test case for network modules (#34684) 2018-01-10 21:28:49 +05:30
vyos_lldp_interface Cleanup net integration test case for network modules (#34684) 2018-01-10 21:28:49 +05:30
vyos_logging Cleanup net integration test case for network modules (#34684) 2018-01-10 21:28:49 +05:30
vyos_smoke Fix VyOS check mode (#35977) 2018-02-11 11:40:33 -05:00
vyos_static_route Cleanup net integration test case for network modules (#34684) 2018-01-10 21:28:49 +05:30
vyos_system Cleanup net integration test case for network modules (#34684) 2018-01-10 21:28:49 +05:30
vyos_user Default ssh port (#39678) 2018-05-03 09:59:36 -04:00
vyos_vlan Decouple config and state check in vlan and vrf network modules (#36386) 2018-02-26 09:23:54 +05:30
wait_for Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
wait_for_connection Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
wakeonlan Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
win_acl_inheritance Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_async_wrapper powershell: display non-ascii characters in command outputs (#37229) 2018-04-05 14:59:51 -07:00
win_audit_policy_system Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_audit_rule Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_become become win: better error messages and docs update (#39936) 2018-05-15 09:33:36 +10:00
win_certificate_store Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_chocolatey Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_command powershell: display non-ascii characters in command outputs (#37229) 2018-04-05 14:59:51 -07:00
win_copy win_copy: added fix for win_copy deleting local tmp folder (#37964) 2018-03-27 16:20:10 +10:00
win_disk_facts Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_domain_group Mark unsupported integration tests. (#38251) 2018-04-03 19:04:23 -07:00
win_domain_membership Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_dotnet_ngen Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_dsc fix spelling mistakes in several modules (#36296) 2018-03-12 11:00:19 +01:00
win_environment Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_eventlog Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_eventlog_entry Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_exec_wrapper win_exec_wrapper: fix tests after recent change (#38504) 2018-04-09 17:48:14 -07:00
win_feature windows: removed deprecated features in 2.6 (#38930) 2018-04-26 06:13:37 +10:00
win_fetch fetch: set fail_on_missing: True as default as per docs (#36469) 2018-02-21 18:10:23 +10:00
win_file win_file: Handle [] in paths, fix touch in check mode (#37901) 2018-04-27 07:57:16 +10:00
win_find Remove 'attempts' from non-looped tasks (#35316) 2018-01-26 09:06:03 -06:00
win_firewall Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_firewall_rule Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_get_url win_get_url: Fixed a few issues with using FTP and added tests (#39646) 2018-05-04 08:39:37 +10:00
win_group Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
win_group_membership Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_hostname Add windows module for changing the hostname (#40295) 2018-05-17 11:41:37 +10:00
win_hotfix Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
win_iis_webapppool windows: removed deprecated features in 2.6 (#38930) 2018-04-26 06:13:37 +10:00
win_iis_webbinding Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_lineinfile Win lineinfile fix (#35100) 2018-02-26 19:34:44 -05:00
win_mapped_drive Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_module_utils Ansible.ModuleUtils.SID - allow SID as an input to allow people to specify well know SIDs instead of the name (#39400) 2018-04-30 16:18:25 +10:00
win_module_utils_legacy Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_msg Improve handling of integration test aliases. (#38698) 2018-04-12 16:15:28 -07:00
win_msi Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_owner Use static password for win_owner test. (#35482) 2018-01-30 09:04:40 +10:00
win_package windows: removed deprecated features in 2.6 (#38930) 2018-04-26 06:13:37 +10:00
win_pagefile Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_path Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
win_pester win_pester: move away from public repo to source test files (#38862) 2018-04-17 15:24:54 +10:00
win_ping Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
win_power_plan Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_product_facts win_product_facts: New module to get Windows product information (#35206) 2018-01-23 10:44:55 +10:00
win_psexec Improve handling of integration test aliases. (#38698) 2018-04-12 16:15:28 -07:00
win_psmodule Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_rabbitmq_plugin Improve handling of integration test aliases. (#38698) 2018-04-12 16:15:28 -07:00
win_raw Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
win_reg_stat Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_regedit win_regedit: stabilise tests (#38912) 2018-04-18 08:11:44 +10:00
win_region Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_regmerge Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_route Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_say Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_scheduled_task Implemented Trigger Repetition (#32938) 2018-01-12 08:08:50 +10:00
win_scheduled_task_stat Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_script Miscellaneous test fixes. (#35301) 2018-01-24 10:22:04 -08:00
win_security_policy Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_service win_service: fix when dealing with paths with special chars and change WMI to CIM cmdlets (#37897) 2018-04-03 18:28:10 -07:00
win_setup win_setup: Added connection name to interfaces (#37327) 2018-04-06 07:36:38 +10:00
win_share Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_shell powershell: display non-ascii characters in command outputs (#37229) 2018-04-05 14:59:51 -07:00
win_shortcut fix Windows tests with hardcoded Administrator account (#35339) 2018-01-25 02:56:58 -08:00
win_slurp Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_stat Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_tempfile Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_template win_template: fix issue where dest was specified as a directory (#39887) 2018-05-15 09:59:51 +10:00
win_timezone Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_toast Improve handling of integration test aliases. (#38698) 2018-04-12 16:15:28 -07:00
win_unzip Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_updates Mark unstable integration tests. 2018-04-12 21:41:35 -07:00
win_uri Use HTTPS instead of HTTP for httpbin tests. (#39457) 2018-05-01 16:28:42 -07:00
win_user Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_user_right Ansible.ModuleUtils.SID - allow SID as an input to allow people to specify well know SIDs instead of the name (#39400) 2018-04-30 16:18:25 +10:00
win_wait_for Improve handling of integration test aliases. (#38698) 2018-04-12 16:15:28 -07:00
win_wakeonlan Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_whoami Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
windows-paths windows path: fix failing test (#34973) 2018-01-17 15:05:54 +10:00
xattr Make xattr test conditional on feature support. 2018-01-08 22:39:37 -08:00
xml Enable xml integration test. (#39629) 2018-05-02 20:41:48 +02:00
yarn Download files from S3 for yarn integration test. 2018-05-10 10:07:36 -07:00
yum yum: clean fake repos after tests run (#37770) 2018-03-22 13:19:29 -04:00
yum_repository Fix default value of gpgcheck in doc (PR #36267) 2018-02-20 13:47:12 +01:00
zabbix_host zabbix_host ipmi_*-tests (#33717) 2017-12-11 14:00:58 +00:00
zypper implemented installroot option (#33613) 2018-03-20 10:41:50 +00:00
zypper_repository Fix failing zypper_repository integration test. 2018-01-25 15:29:23 -08:00