ansible/test/integration/targets
Toshio Kuratomi 0633f73faf Fix loader for filters (#37748)
* Fix loading of filter and test plugins

Filter and test plugins are different than other plugins in that they
can have many plugins in a single file.  Therefore they need to operate
a little differently.  They need to have all of the potential files
returned.  Then the caller takes care of passing those onto jinja2 in
order for jinja2 to make use of them.

This problem was (most recently) introduced with f921369445

This commit also restructures how we deduplicate plugins to take paths
into account.  If we want to start scoping which set of modules are
loaded (due to roles, for instance) we'll need to hang on to the path
information.

* add integration test for override

* Fix style checks for bcoca code

* Implement jinja2 plugin loader as a subclass

Having a subclass allows us to customize the overriding of jinja
plugins.  We can then move common parts of common code into the Loader.
2018-03-22 17:23:10 -04: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 aci_aep: Add missing integration tests (#36414) 2018-02-20 03:04:17 +01: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 intg tests for 'any_errors_fatal' (#25813) 2018-01-29 15:47:13 -05:00
apache2_module Add identifier option to apache2_module (#33748) 2018-01-23 18:56:59 +01:00
apt apt: allow for integration tests using fake repo (#37639) 2018-03-22 19:14:40 +01: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 Mark destructive tests as such. 2017-08-31 12:11:43 -07:00
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_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 New aws_ses_identity module to manage AWS Simple Email Service Identity (#31140) 2018-01-29 15:35:49 -05: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 [cloud] Retry WAF actions on WAFStaleDataException (#36405) 2018-02-21 08:14:17 -05:00
azure_rm_acs Fix test case failure for Azure ACS module (#33623) 2018-01-03 16:11:21 -08:00
azure_rm_availabilityset Split cloud tests into two CI groups. 2017-09-01 17:33:54 -07:00
azure_rm_availabilityset_facts Rebalance cloud tests into 5 groups. 2018-02-10 00:37:20 -08:00
azure_rm_containerinstance Disable unstable azure_rm_containerinstance test. 2018-02-09 22:54:04 -08:00
azure_rm_containerregistry azure_rm_containerservice (#33597) 2017-12-06 20:30:28 -08:00
azure_rm_deployment Temporarily disable leaky test in CI. 2017-09-05 21:56:40 -07:00
azure_rm_dnsrecordset azure_rm_dnsrecordset rewrite (#30449) 2017-09-15 18:12:46 -07:00
azure_rm_dnsrecordset_facts azure_rm_dnsrecordset rewrite (#30449) 2017-09-15 18:12:46 -07:00
azure_rm_dnszone Split cloud tests into two CI groups. 2017-09-01 17:33:54 -07:00
azure_rm_dnszone_facts Split cloud tests into two CI groups. 2017-09-01 17:33:54 -07:00
azure_rm_functionapp fixing function app test (#37687) 2018-03-21 20:58:28 -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 Az mod keyvault key (#33607) 2018-02-06 20:40:00 -08:00
azure_rm_keyvaultsecret Az mod keyvault ops (#33606) 2018-02-06 20:40:15 -08:00
azure_rm_loadbalancer Disable unstable Azure integration tests. 2018-02-10 19:33:02 -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 adding possibility to specify resource group for referred virtual net… (#36768) 2018-03-22 12:10:29 +10:00
azure_rm_postgresqldatabase Disable unstable Azure integration tests. 2018-02-10 19:33:02 -08:00
azure_rm_postgresqlserver Disable unstable Azure integration tests. 2018-02-10 19:33:02 -08:00
azure_rm_publicipaddress Split cloud tests into two CI groups. 2017-09-01 17:33:54 -07:00
azure_rm_securitygroup Disable failing azure_rm_securitygroup test. 2018-03-21 20:52:59 -07:00
azure_rm_sqldatabase Disable unstable Azure integration tests. 2018-02-10 19:33:02 -08:00
azure_rm_sqlserver Restore azure_rm_sqlserver test in CI. 2018-02-12 16:04:09 -08:00
azure_rm_sqlserver_facts Disable unstable Azure integration tests. 2018-02-10 19:33:02 -08:00
azure_rm_storageaccount Split cloud tests into two CI groups. 2017-09-01 17:33:54 -07:00
azure_rm_storageblob enabling storage blob as it seems that test is stable 2018-03-20 22:53:36 -07:00
azure_rm_subnet delete subnet should be idempotent (#35037) 2018-01-25 10:59:14 +10:00
azure_rm_virtualmachine azure_rm_virtualmachine: adding possibility of disabling public ip address (#36766) 2018-03-22 09:30:42 +10:00
azure_rm_virtualmachine_extension Rebalance cloud tests into 5 groups. 2018-02-10 00:37:20 -08:00
azure_rm_virtualmachine_scaleset Rebalance Azure tests. 2017-12-21 14:50:23 -08:00
azure_rm_virtualmachineimage_facts Rebalance cloud tests into 5 groups. 2018-02-10 00:37:20 -08:00
azure_rm_virtualnetwork Split cloud tests into two CI groups. 2017-09-01 17:33:54 -07:00
become user: fix default non-system user's shell on macOS 2017-09-19 18:11:22 -04:00
binary
binary_modules Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
binary_modules_posix
binary_modules_winrm Enable more Windows tests in CI. (#30443) 2017-09-16 00:27:18 -07:00
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 cloudfront_distribution: fix the order of headers to avoid updates again and again (#37340) 2018-03-21 22:16:42 +10:00
command_shell Move requirements into tests. (#35885) 2018-02-10 10:48:44 -08:00
conditionals Reorganize integration tests: 2017-09-14 07:14:30 -07:00
connection Connection error messages are unsafe: wrap them (#37329) 2018-03-13 16:20:24 -07:00
connection_buildah
connection_chroot
connection_docker
connection_jail
connection_libvirt_lxc
connection_local
connection_lxc
connection_lxd
connection_paramiko_ssh
connection_posix
connection_ssh
connection_winrm Divide Windows integration tests into 2 groups. (#29029) 2017-09-05 15:32:26 -07:00
copy Move requirements into tests. (#35885) 2018-02-10 10:48:44 -08: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 Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05: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_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_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: fix network_domain param ignored (#35690) 2018-02-03 21:21:24 +01:00
cs_vpc_offering Add new Cloudstack module cs_vpc_offering (#34797) 2018-01-12 21:40:35 +01:00
cs_vpn_connection cs_vpn_connection: fix wrong connection used (#34937) 2018-01-16 22:56:24 +01:00
cs_vpn_customer_gateway cloudstack: new module cs_vpn_customer_gateway (#34260) 2017-12-28 21:40:57 +01:00
cs_vpn_gateway Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05: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 Fixes for dnf and user integration tests. (#34603) 2018-01-08 16:36:53 -08:00
docker_secret Fix docker_secret test on RHEL. 2018-03-22 11:59:41 -07:00
dpkg_selections
ec2_ami Split up cloud tests to avoid 1 hour CI limit. 2017-11-23 02:33:56 -08:00
ec2_asg ec2_asg: fix #28087 and #35993 (#36679) 2018-03-05 11:47:31 -05:00
ec2_elb_lb Split up cloud tests to avoid 1 hour CI limit. 2017-11-23 02:33:56 -08:00
ec2_group [cloud] Improve ipv6 and EC2 classic support in ec2_group integration tests (#32976) 2018-01-31 08:00:54 -05:00
ec2_instance Tower callback fixes (#35927) 2018-02-09 14:28:52 -05: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 [cloud] ec2_vpc_route_table: ignore routes without DestinationCidrBlock - fixes #37003 (#37010) 2018-03-22 15:15:36 -04:00
ec2_vpc_subnet Split up cloud tests to avoid 1 hour CI limit. 2017-11-23 02:33:56 -08:00
ecs_cluster [cloud] Improve results from ecs_taskdefinition_facts (#34337) 2018-01-26 16:13:22 -05:00
ecs_ecr fix spelling mistakes in several modules (#36296) 2018-03-12 11:00:19 +01:00
elb_classic_lb Split up cloud tests to avoid 1 hour CI limit. 2017-11-23 02:33:56 -08:00
elb_target [cloud] New AWS module - elb_target (#26483) 2018-02-07 07:45:35 -05: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 fix connection gets overridden by network_cli for transport nxapi,eapi net_* modules (#34778) 2018-01-15 13:16:41 +05:30
eos_command Port eos tests to network_cli (#33586) 2017-12-19 15:49:49 -05:00
eos_config Eos :do not push config to device if check_mode is enabled (#37287) 2018-03-13 17:13:23 +05:30
eos_eapi Fix enable_https alias docstring (#34633) 2018-01-09 15:24:45 +01:00
eos_facts Fix eos_facts eapi integration test failures (#37301) 2018-03-12 20:12:44 +05:30
eos_interface Fix eos integration test failures (#37020) 2018-03-06 10:04:40 +05:30
eos_l2_interface Enable eapi integration test for eos modules (#36934) 2018-03-02 12:39:00 +05:30
eos_l3_interface Fix eos integration test failures (#37020) 2018-03-06 10:04:40 +05:30
eos_linkagg eos_linkagg DI module (#33007) 2017-12-20 19:43:30 +05:30
eos_lldp Enable eapi integration test for eos modules (#36934) 2018-03-02 12:39:00 +05:30
eos_logging Enable eapi integration test for eos modules (#36934) 2018-03-02 12:39:00 +05:30
eos_static_route Cleanup net integration test case for network modules (#34684) 2018-01-10 21:28:49 +05:30
eos_system fix connection gets overridden by network_cli for transport nxapi,eapi net_* modules (#34778) 2018-01-15 13:16:41 +05:30
eos_user Enable eapi integration test for eos modules (#36934) 2018-03-02 12:39:00 +05:30
eos_vlan Decouple config and state check in vlan and vrf network modules (#36386) 2018-02-26 09:23:54 +05:30
eos_vrf Fix eos_vrf integration test failures (#36893) 2018-03-01 13:05:39 +05:30
etcd3 New module etcd3 (#35053) 2018-01-29 11:49:30 +01:00
expect Improve coverage of expect integration tests. (#30608) 2017-09-20 01:15:56 -07:00
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 file tests: control & managed host can be distinct 2018-01-11 10:54:16 -08:00
filesystem Add vfat support for the filesystem module (#23527) 2018-02-06 11:56:43 +01:00
filters added flatten filter (#33102) 2017-12-15 14:40:02 -05: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
fortios_address Mark destructive tests as such. 2017-08-31 12:11:43 -07:00
fortios_ipv4_policy Mark destructive tests as such. 2017-08-31 12:11:43 -07:00
gathering_facts Fact collector ordering deps (#31362) 2018-01-22 18:23:40 -05:00
gcp_dns_managed_zone [cloud] New GCP module: DNS Managed Zones (gcp_dns_managed_zone.py) (#35014) 2018-02-06 11:50:16 -05:00
gem Move requirements into tests. (#35885) 2018-02-10 10:48:44 -08:00
get_url get_url tests: controller & managed node can be distinct 2018-01-11 10:40:59 -08:00
getent
git Move requirements into tests. (#35885) 2018-02-10 10:48:44 -08:00
github_issue Disable failing github_issue integration test. 2018-03-13 15:50:10 -07:00
group Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
group_by
groupby_filter
handlers
hash Reorganize integration tests: 2017-09-14 07:14:30 -07:00
hg Disable hg test on Python 3 again. 2018-02-07 23:33:04 -08:00
hosts_field
ignore_errors
include_import Test include role with items in name #36372 (#37001) 2018-03-20 15:39:16 -05:00
include_vars
includes Integration tests for import/include (#33418) 2018-01-19 08:23:48 -08:00
influxdb_user influxdb_user: implement user password change (#35471) 2018-02-06 11:01:51 +01: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_interface ios test changes (#35510) 2018-02-02 09:50:15 -05:00
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 [WIP] Add ios smoke tests (#35972) 2018-02-13 11:53:50 -05:00
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 * adds commit replace with config file for iosxr (#35564) 2018-02-01 14:15:32 +00:00
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_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 Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
junos_banner Cleanup net integration test case for network modules (#34684) 2018-01-10 21:28:49 +05:30
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_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
lambda_policy Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05: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 Revert "remove query/q (#36315)" 2018-02-21 10:37:51 -08:00
loops Revert "remove query/q (#36315)" 2018-02-21 10:37:51 -08: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
no_log
npm NPM integration tests: use ansible-ci-files 2018-01-25 23:06:29 -08:00
nuage_vspk
nxos_aaa_server nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_aaa_server_host nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_acl nxos_facts fix and integration tests (#36796) 2018-02-28 10:45:50 +05:30
nxos_acl_interface nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_banner Enable nxapi nxos_banner test (#35033) 2018-01-18 11:50:15 +05:30
nxos_bgp Fix nxos_bgp tests and prepare_nxos_tests refactor (#35694) 2018-02-05 12:13:30 +05:30
nxos_bgp_af fix nxos_bgp_af issues (#36147) 2018-02-16 09:34:24 +05:30
nxos_bgp_neighbor fix nxos_bgp_neighbor issues (#36318) 2018-02-20 10:08:17 +05:30
nxos_bgp_neighbor_af fix nxos_bgp_neighbor_af issues (#36472) 2018-02-21 10:20:24 +05:30
nxos_command nxos_facts fix and integration tests (#36796) 2018-02-28 10:45:50 +05:30
nxos_config Fixes for nxos_config integration tests (#34579) 2018-01-08 10:56:47 -05:00
nxos_evpn_global nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_evpn_vni fix nxos_evpn_vni issues (#35930) 2018-02-09 13:02:41 +05:30
nxos_facts Fixes nxos_l2_interface tests (#34514) 2018-01-05 17:01:45 -05:00
nxos_feature Fixes nxos_l2_interface tests (#34514) 2018-01-05 17:01:45 -05:00
nxos_file_copy change testfiles for nxos_file_copy (#35641) 2018-02-02 12:54:53 +00:00
nxos_gir nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_gir_profile_management nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_hsrp Ensure network_cli nxos test is run only once - remove unnecessary files (#37462) 2018-03-15 17:52:54 +05:30
nxos_igmp nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_igmp_interface nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_igmp_snooping nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_interface Fixes nxos_l2_interface tests (#34514) 2018-01-05 17:01:45 -05:00
nxos_interface_ospf fix nxos_interface_ospf issues (#35988) 2018-02-13 09:27:22 +05:30
nxos_ip_interface nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_l2_interface Fix nxos_l2_interface and test typo (#37336) 2018-03-13 13:36:38 +05:30
nxos_l3_interface Fixes for the N3500 platform that uses the A8 image (#36261) 2018-02-17 10:16:03 +05:30
nxos_linkagg Fixes for the N3500 platform that uses the A8 image (#36261) 2018-02-17 10:16:03 +05:30
nxos_lldp Fixes for the N3500 platform that uses the A8 image (#36261) 2018-02-17 10:16:03 +05:30
nxos_logging fix connection gets overridden by network_cli for transport nxapi,eapi net_* modules (#34778) 2018-01-15 13:16:41 +05:30
nxos_ntp Ensure network_cli nxos test is run only once - remove unnecessary files (#37462) 2018-03-15 17:52:54 +05:30
nxos_ntp_auth nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_ntp_options nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_nxapi Minor updates to nxos_nxapi tests (#35750) 2018-02-06 12:52:42 +05:30
nxos_ospf nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_ospf_vrf Ensure network_cli nxos test is run only once - remove unnecessary files (#37462) 2018-03-15 17:52:54 +05:30
nxos_overlay_global Ensure network_cli nxos test is run only once - remove unnecessary files (#37462) 2018-03-15 17:52:54 +05:30
nxos_pim Fix for nxos_pim issues (#35103) 2018-01-22 11:30:52 +05:30
nxos_pim_interface Ensure network_cli nxos test is run only once - remove unnecessary files (#37462) 2018-03-15 17:52:54 +05:30
nxos_pim_rp_address fix pim rp_address issues (#35248) 2018-01-24 11:48:49 +05:30
nxos_portchannel nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_rollback nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_smoke added nxos_smoke tests (#36647) 2018-03-09 09:03:33 -05:00
nxos_snapshot Ensure network_cli nxos test is run only once - remove unnecessary files (#37462) 2018-03-15 17:52:54 +05:30
nxos_snmp_community Ensure network_cli nxos test is run only once - remove unnecessary files (#37462) 2018-03-15 17:52:54 +05:30
nxos_snmp_host nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_snmp_location Ensure network_cli nxos test is run only once - remove unnecessary files (#37462) 2018-03-15 17:52:54 +05:30
nxos_snmp_user Ensure network_cli nxos test is run only once - remove unnecessary files (#37462) 2018-03-15 17:52:54 +05:30
nxos_static_route Ensure network_cli nxos test is run only once - remove unnecessary files (#37462) 2018-03-15 17:52:54 +05:30
nxos_switchport Fix nxos_l2_interface and test typo (#37336) 2018-03-13 13:36:38 +05:30
nxos_system Set hostname to 'switch' on nxos_system (#36373) 2018-02-19 10:57:16 +05:30
nxos_udld Ensure network_cli nxos test is run only once - remove unnecessary files (#37462) 2018-03-15 17:52:54 +05:30
nxos_udld_interface Ensure network_cli nxos test is run only once - remove unnecessary files (#37462) 2018-03-15 17:52:54 +05:30
nxos_user fix connection gets overridden by network_cli for transport nxapi,eapi net_* modules (#34778) 2018-01-15 13:16:41 +05:30
nxos_vlan fix nxos_vlan aggregate (#36710) 2018-02-26 12:29:49 +05:30
nxos_vpc Ensure network_cli nxos test is run only once - remove unnecessary files (#37462) 2018-03-15 17:52:54 +05:30
nxos_vpc_interface Ensure network_cli nxos test is run only once - remove unnecessary files (#37462) 2018-03-15 17:52:54 +05:30
nxos_vrf Fix nxos_vrf issues (#37092) 2018-03-13 17:08:37 +05:30
nxos_vrf_af Ensure network_cli nxos test is run only once - remove unnecessary files (#37462) 2018-03-15 17:52:54 +05:30
nxos_vrf_interface nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_vrrp fix nxos_vrrp issues (#36930) 2018-03-06 13:36:50 +05:30
nxos_vtp_domain nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_vtp_password nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_vtp_version nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_vxlan_vtep fix vxlan idempotent issue (#34750) 2018-01-15 12:27:37 +05:30
nxos_vxlan_vtep_vni Ensure network_cli nxos test is run only once - remove unnecessary files (#37462) 2018-03-15 17:52:54 +05:30
openshift_raw Adds k8s_raw, openshift_raw tests (#36228) 2018-02-23 10:13:09 -05:00
openssl_certificate openssl_certificate: Ensure issuer field is set (#34982) 2018-01-18 13:35:05 +00: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 Mark destructive tests as such. 2017-08-31 12:11:43 -07:00
package_facts New Module: package_facts (#33195) 2017-12-14 13:47:47 -05:00
parsing Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
ping Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
pip Fix pip integration test. 2018-01-31 23:26:16 -08: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 Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
prepare_eos_tests/tasks Port eos tests to network_cli (#33586) 2017-12-19 15:49:49 -05:00
prepare_http_tests
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
prepare_nxos_tests/tasks Fixes for the N3500 platform that uses the A8 image (#36261) 2018-02-17 10:16:03 +05:30
prepare_ovs_tests/tasks
prepare_tests/tasks
prepare_win_tests
pull Move requirements into tests. (#35885) 2018-02-10 10:48:44 -08:00
rabbitmq_user Integration tests for rabbitmq_user module (#35421) 2018-02-01 10:25:04 -08: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 Use ansible-ci-files for rpm_key test downloads. 2018-01-25 22:01:38 -08:00
s3_bucket s3_bucket: add integration tests (#36941) 2018-03-07 11:25:24 -05:00
script Temporary (#31677) 2018-01-15 21:15:04 -08:00
seboolean Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
sefcontext Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05: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 set_fact: handle 'cacheable=value' form (#34871) 2018-01-15 10:02:24 -06:00
setup_azure Fix ansible-test default image. (#31966) 2017-10-20 08:48:01 -07:00
setup_deb_repo apt: allow for integration tests using fake repo (#37639) 2018-03-22 19:14:40 +01:00
setup_ec2 Reorganize integration tests: 2017-09-14 07:14:30 -07:00
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_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
slurp Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
special_vars
stat add deprecation for stat get_md5 (#33002) 2017-11-27 18:58:55 -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
synchronize Move requirements into tests. (#35885) 2018-02-10 10:48:44 -08:00
synchronize-buildah synchronize: add support for buildah (#33823) 2018-01-08 11:51:49 -08: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 jinja2>=2.9 nested include vars (#35099) 2018-02-07 10:58:29 +01: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 Handle timezone updates on Ubuntu 16.04+ on containers (#27546) 2017-10-20 16:02:38 +10: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 UCS IP address pool module and integration tests (#34748) 2018-01-16 16:57:52 +01:00
ucs_lan_connectivity Ucs lan connectivity and integration tests (#35137) 2018-01-23 14:45:44 +01:00
ucs_mac_pool Module renamed to ucs_mac_pool to match naming convention for other ucs modules. (#34826) 2018-01-15 16:22:17 +01:00
ucs_san_connectivity UCS SAN Connectivity Policy module and integration test (#34009) 2017-12-21 21:15:07 +01:00
ucs_vhba_template Ucsm vhba template (#34015) 2017-12-21 21:27:07 +01:00
ucs_vlans Ucs vlans and integration tests (#35071) 2018-01-23 16:32:32 +01:00
ucs_vnic_template Ucs vnic template and integration tests (#35136) 2018-01-23 14:45:31 +01:00
ucs_vsans Ucsm vsans (#34016) 2017-12-21 21:30:10 +01:00
ucs_wwn_pool Ucsm WWNN/WWPN pools (#34017) 2017-12-21 21:34:13 +01:00
unarchive Mark destructive tests as such. 2017-08-31 12:11:43 -07:00
unicode
until Inject attempts into result earlier for retry logic (#34148) 2018-01-04 11:45:34 -05:00
uri Fix uri test on Python 2.6. 2018-03-19 23:11:38 -07:00
user Fixes for dnf and user integration tests. (#34603) 2018-01-08 16:36:53 -08: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 add a vault --encrypt-vault-to specify vault id to use for encrypt (#31067) 2018-01-22 17:12:10 -05:00
vcenter_folder VMware: add new module : vcenter_folder (#35608) 2018-02-05 22:31:58 +05:30
vcenter_license Split up cloud tests to avoid 1 hour CI limit. 2017-11-23 02:33:56 -08:00
vmware_cluster Split up cloud tests to avoid 1 hour CI limit. 2017-11-23 02:33:56 -08:00
vmware_datacenter Split up cloud tests to avoid 1 hour CI limit. 2017-11-23 02:33:56 -08:00
vmware_datastore_cluster VMware: New module : vmware_datastore_cluster (#36365) 2018-03-08 23:44:15 -05:00
vmware_datastore_facts VMware: refactor vmware_datastore_facts (#36423) 2018-02-26 13:23:22 +05:30
vmware_datastore_maintenancemode VMware: new module : vmware_datastore_maintenancemode (#36436) 2018-03-02 23:35:53 +05:30
vmware_drs_rule_facts Rebalance cloud tests into 5 groups. 2018-02-10 00:37:20 -08:00
vmware_dvs_portgroup Split up cloud tests to avoid 1 hour CI limit. 2017-11-23 02:33:56 -08:00
vmware_dvswitch Split up cloud tests to avoid 1 hour CI limit. 2017-11-23 02:33:56 -08:00
vmware_guest VMware: Use environment variable for connection (#37726) 2018-03-21 13:31:24 -04:00
vmware_guest_disk_facts VMware: New module: vmware_guest_disk_facts (#36026) 2018-02-16 10:46:35 +05:30
vmware_guest_facts Revert to stable vcsim docker image. (#33952) 2017-12-15 21:32:22 +05:30
vmware_guest_find Split up cloud tests to avoid 1 hour CI limit. 2017-11-23 02:33:56 -08:00
vmware_guest_powerstate VMware: re-enable vmware_guest_powerstate tests (#36092) 2018-02-13 14:28:40 +05:30
vmware_guest_snapshot Enable tests which pass on Python 3. 2018-01-12 00:48:47 -08:00
vmware_guest_snapshot_facts VMware: New module: vmware_guest_snapshot_facts (#36002) 2018-02-16 11:52:03 +05:30
vmware_guest_tools_wait Split up cloud tests to avoid 1 hour CI limit. 2017-11-23 02:33:56 -08:00
vmware_host Fix tests as filters #4 (#33930) 2017-12-21 13:42:53 -06:00
vmware_host_acceptance VMware: add new module: vmware_host_acceptance (#35040) 2018-01-29 14:30:57 +05:30
vmware_host_capability_facts VMware: new module: vmware_host_capability_facts (#36497) 2018-02-28 09:54:52 +05:30
vmware_host_config_facts vmware: Add new module 'vmware_host_config_facts' (#34570) 2018-01-11 13:40:37 +05:30
vmware_host_config_manager VMware: Add new module: vmware_host_config_manager (#34627) 2018-01-18 10:00:22 +05:30
vmware_host_dns_facts VMware: add new module vmware_host_dns_facts (#35708) 2018-02-05 23:42:47 +05:30
vmware_host_facts Split up cloud tests to avoid 1 hour CI limit. 2017-11-23 02:33:56 -08:00
vmware_host_firewall_facts VMware: add new module vmware_host_firewall_facts (#35467) 2018-02-05 22:24:28 +05:30
vmware_host_firewall_manager VMware: Add new module : vmware_host_firewall_manager (#35596) 2018-02-06 08:29:56 +05:30
vmware_host_ntp VMware: add new module: vmware_host_ntp (#34730) 2018-01-17 18:53:13 +05:30
vmware_host_package_facts VMware: add new module: vmware_host_package_facts (#35036) 2018-01-29 09:21:34 +05:30
vmware_host_service_facts VMware: Add new module: vmware_host_service_facts (#34731) 2018-01-12 22:32:10 +05:30
vmware_host_service_manager VMware: Add new module: vmware_host_service_manager (#34862) 2018-01-16 09:51:34 +05:30
vmware_host_vmnic_facts VMware: add new module: vmware_host_vmnic_facts (#34984) 2018-01-28 21:34:45 +05:30
vmware_local_role_manager Rebalance cloud tests into 5 groups. 2018-02-10 00:37:20 -08:00
vmware_local_user_manager Revert to stable vcsim docker image. (#33952) 2017-12-15 21:32:22 +05:30
vmware_maintenancemode Update vmware integration tests (#31273) 2017-11-06 11:28:15 -05:00
vmware_resource_pool Split up cloud tests to avoid 1 hour CI limit. 2017-11-23 02:33:56 -08:00
vmware_target_canonical_facts VMware: Refactor vmware_target_canonical_facts (#36964) 2018-03-04 10:20:47 +05:30
vmware_vm_facts Update vmware integration tests (#31273) 2017-11-06 11:28:15 -05:00
vmware_vm_vm_drs_rule VMware: Add new module - vmware_vm_vm_drs_rule (#34177) 2018-01-29 09:36:57 +05:30
vmware_vmkernel_facts VMware: add new module vmware_vmkernel_facts (#35535) 2018-02-05 23:50:48 +05:30
vmware_vswitch Add esxi_hostname as argument in vmware_vswitch (#30498) 2017-12-01 20:49:37 +05:30
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 Cleanup net integration test case for network modules (#34684) 2018-01-10 21:28:49 +05:30
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 Update net_* and vyos_* integration test aliases. (#34666) 2018-01-09 16:54:50 -08: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 Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05: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 win_become: another option to support become flags for runas (#34551) 2018-01-19 13:58:10 -08: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 Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_copy Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_disk_facts Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_domain_group Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05: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: handle non string as an environment value (#37215) 2018-03-09 08:02:54 +10:00
win_feature win_feature: better error handling to make it easier to debug issues (#36491) 2018-02-22 11:33:48 +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 Divide Windows integration tests into 2 groups. (#29029) 2017-09-05 15:32:26 -07: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 Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08: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_hotfix Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
win_iis_webapppool Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08: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 azure windows: changed pagefile to dynamically get the path (#35376) 2018-01-25 16:58:49 -08:00
win_module_utils_legacy Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_msg Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05: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 Run each Windows version independently in CI. 2018-02-09 16:38:27 -08: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_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 Enable more Windows tests in CI. (#30443) 2017-09-16 00:27:18 -07:00
win_psmodule Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_rabbitmq_plugin Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05: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 Run each Windows version independently in CI. 2018-02-09 16:38:27 -08: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 Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
win_setup Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_share Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_shell azure windows: changed pagefile to dynamically get the path (#35376) 2018-01-25 16:58:49 -08: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 Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
win_timezone Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_toast fix windows tests after recent patch (#34548) 2018-01-07 14:05:15 +10:00
win_unzip Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00
win_updates win_updates: fix regression when using string cat names (#36015) 2018-02-15 06:14:06 +10:00
win_uri win_uri: return response info on non 200 responses, convert DateTime values to ISO 8601 (#37104) 2018-03-08 09:43:42 +10:00
win_user Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_user_right fix win_user_right test for Azure (#35415) 2018-01-27 19:33:22 +10:00
win_wait_for win_wait_for: fix tests after attempts change (#35026) 2018-01-18 14:15:54 +10: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 Mark destructive tests as such. 2017-08-31 12:11:43 -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