ansible/test/integration/targets
Adrian Likins 6e585bdf24
Fact collector ordering deps (#31362)
Add deps/requires for fact collectors

Fact collectors can now set a required_facts
class attribute that will be a set of the names
of fact collectors they require to be run first.

ie, if a collector needs to know the ansible_distribution,
it should set it's required_facts to include 'distribution'

        required_facts = set(['distribution'])

If a collector requires another collector, it gets added
to the selected collector names.

We then topological sort the ordering of the collectors
so that deps work out (ie, 'distribution' will run before
'service_mgr')

required_facts were added to the collectors for:

        - network (requires 'distribution', 'platform')
        - hardware (requires 'platform')
        - service_mgr (requires 'distribution', 'platform')

Fix name references for facts (need 'ansible_' prefix)
is service_mgr

Fixes #30753
2018-01-22 18:23:40 -05:00
..
aci_aaa_user_certificate ACI: Move to 'host' parameter instead of 'hostname' (#35161) 2018-01-22 22:06:56 +01:00
aci_access_port_to_interface_policy_leaf_profile ACI: Support validate_certs, use_ssl and use_proxy (#35146) 2018-01-21 00:38:20 +01:00
aci_ap ACI: Support validate_certs, use_ssl and use_proxy (#35146) 2018-01-21 00:38:20 +01:00
aci_bd ACI: Support validate_certs, use_ssl and use_proxy (#35146) 2018-01-21 00:38:20 +01:00
aci_bd_subnet ACI: Support validate_certs, use_ssl and use_proxy (#35146) 2018-01-21 00:38:20 +01:00
aci_config_rollback ACI: Move to 'host' parameter instead of 'hostname' (#35161) 2018-01-22 22:06:56 +01:00
aci_config_snapshot ACI: Move to 'host' parameter instead of 'hostname' (#35161) 2018-01-22 22:06:56 +01:00
aci_contract ACI: Support validate_certs, use_ssl and use_proxy (#35146) 2018-01-21 00:38:20 +01:00
aci_contract_subject ACI: Support validate_certs, use_ssl and use_proxy (#35146) 2018-01-21 00:38:20 +01:00
aci_contract_subject_to_filter ACI: Support validate_certs, use_ssl and use_proxy (#35146) 2018-01-21 00:38:20 +01:00
aci_encap_pool ACI: Support validate_certs, use_ssl and use_proxy (#35146) 2018-01-21 00:38:20 +01:00
aci_encap_pool_range ACI: Support validate_certs, use_ssl and use_proxy (#35146) 2018-01-21 00:38:20 +01:00
aci_epg ACI: Support validate_certs, use_ssl and use_proxy (#35146) 2018-01-21 00:38:20 +01:00
aci_epg_to_contract ACI: Support validate_certs, use_ssl and use_proxy (#35146) 2018-01-21 00:38:20 +01:00
aci_epg_to_domain ACI: Move to 'host' parameter instead of 'hostname' (#35161) 2018-01-22 22:06:56 +01:00
aci_filter ACI: Move to 'host' parameter instead of 'hostname' (#35161) 2018-01-22 22:06:56 +01:00
aci_filter_entry ACI: Support validate_certs, use_ssl and use_proxy (#35146) 2018-01-21 00:38:20 +01:00
aci_interface_policy_leaf_profile ACI: Move to 'host' parameter instead of 'hostname' (#35161) 2018-01-22 22:06:56 +01:00
aci_interface_selector_to_switch_policy_leaf_profile ACI: Support validate_certs, use_ssl and use_proxy (#35146) 2018-01-21 00:38:20 +01:00
aci_rest ACI: Move to 'host' parameter instead of 'hostname' (#35161) 2018-01-22 22:06:56 +01:00
aci_switch_leaf_policy_profile ACI: Move to 'host' parameter instead of 'hostname' (#35161) 2018-01-22 22:06:56 +01:00
aci_switch_leaf_selector ACI: Support validate_certs, use_ssl and use_proxy (#35146) 2018-01-21 00:38:20 +01:00
aci_tenant ACI: Move to 'host' parameter instead of 'hostname' (#35161) 2018-01-22 22:06:56 +01:00
aci_vlan_pool ACI: Support validate_certs, use_ssl and use_proxy (#35146) 2018-01-21 00:38:20 +01:00
aci_vlan_pool_encap_block ACI: Support validate_certs, use_ssl and use_proxy (#35146) 2018-01-21 00:38:20 +01:00
aci_vrf ACI: Support validate_certs, use_ssl and use_proxy (#35146) 2018-01-21 00:38:20 +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
apache2_module Validate apache2 mpm module switching for bug #5328 2018-01-11 16:59:54 -08:00
apt Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
apt_key Disable skipped tests for remote platforms. (#26624) 2017-07-10 15:59:25 -04:00
apt_repository Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
archive Uninstall backports.lzma in archive test. 2018-01-22 12:36:03 -08:00
args
asa_acl
asa_command
asa_config
assemble Changed assemble_from_fragments to use os.path.join (#24909) 2017-05-22 15:38:11 -07:00
async Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
async_extra_data
at Mark destructive tests as such. 2017-08-31 12:11:43 -07:00
authorized_key Add comment option to authorized_key (#27781) 2017-08-15 10:50:50 -04:00
aws_api_gateway Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
aws_lambda Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
aws_s3 Add aws_s3 action plugin to find source files as expected (#35028) 2018-01-19 17:11:42 -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 Split cloud tests into two CI groups. 2017-09-01 17:33:54 -07:00
azure_rm_containerinstance [new module] Add Azure Container Instance support - cloud/azure/azure_rm_containerinstance (#32025) 2018-01-17 10:05:45 +10: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 fix azure test case failure for function apps module (#33658) 2017-12-07 12:41:19 -05:00
azure_rm_image Add azure image module support create and delete (#32589) 2017-12-21 07:05:36 +10:00
azure_rm_loadbalancer Disable flakey azure_rm_loadbalancer test in CI. 2017-08-29 15:32:11 -07:00
azure_rm_managed_disk Rebalance Azure tests more. 2017-12-21 15:46:32 -08:00
azure_rm_mysqldatabase adding azure_rm_mysqldatabase (#33567) 2018-01-17 13:17:13 +10:00
azure_rm_mysqlserver [new module] adding azure_rm_mysqlserver (#33566) 2018-01-10 14:39:43 +10:00
azure_rm_postgresqldatabase adding azure_rm_postgresqldatabase (#33568) 2018-01-17 13:16:27 +10:00
azure_rm_postgresqlserver [new module] adding azure_rm_postgresqlserver (#33569) 2018-01-10 14:39:26 +10:00
azure_rm_publicipaddress Split cloud tests into two CI groups. 2017-09-01 17:33:54 -07:00
azure_rm_securitygroup Fixes #30863: support update source_address_prefix in azure_rm_securitygroup (#32614) 2017-11-21 22:20:00 -05:00
azure_rm_sqlserver [new module] Added Azure SQL Servers support - cloud/azure/azure_rm_sql_servers (#33077) 2017-12-13 14:31:00 +10:00
azure_rm_sqlserver_facts [new module] azure_rm_sqlserver_facts (#34608) 2018-01-15 14:45:49 +10:00
azure_rm_storageaccount Split cloud tests into two CI groups. 2017-09-01 17:33:54 -07:00
azure_rm_storageblob Clean up and migrate Azure tests. (#28103) 2017-08-12 01:03:42 -07:00
azure_rm_subnet Split cloud tests into two CI groups. 2017-09-01 17:33:54 -07:00
azure_rm_virtualmachine disable host_key_checking in virtualmachine test 2018-01-17 11:12:16 -08:00
azure_rm_virtualmachine_extension Split up cloud tests to avoid 1 hour CI limit. 2017-11-23 02:33:56 -08:00
azure_rm_virtualmachine_scaleset Rebalance Azure tests. 2017-12-21 14:50:23 -08:00
azure_rm_virtualmachineimage_facts Split up cloud tests to avoid 1 hour CI limit. 2017-11-23 02:33:56 -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 Add integration test targets for core supported modules (#24217) 2017-05-10 09:19:11 -04:00
blocks
boto3_conn [cloud][testing] New integration tests for ec2_asg (#30554) 2018-01-08 11:21:49 -05: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 [cloud] New module cloudfront_distribution (#31284) 2018-01-17 11:03:23 -05:00
command_shell Have command nanny tell you how to disable the warning (#34061) 2017-12-19 17:30:10 -08:00
conditionals Reorganize integration tests: 2017-09-14 07:14:30 -07:00
connection Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
connection_buildah Add support for non_local alias in ansible-test. 2017-07-28 12:24:55 -07:00
connection_chroot
connection_docker Add support for non_local alias in ansible-test. 2017-07-28 12:24:55 -07:00
connection_jail
connection_libvirt_lxc
connection_local
connection_lxc
connection_lxd Add support for non_local alias in ansible-test. 2017-07-28 12:24:55 -07:00
connection_paramiko_ssh
connection_posix Transition inventory into plugins (#23001) 2017-05-23 17:16:49 -04:00
connection_ssh
connection_winrm Divide Windows integration tests into 2 groups. (#29029) 2017-09-05 15:32:26 -07:00
copy copy tests: only create recursive symlink in tests (#35073) 2018-01-19 11:42:20 +10: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 automated integration tests for cloudstack (#20552) 2017-05-09 11:32:11 +08:00
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 Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05: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_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 Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05: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 Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05: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 Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
debconf Add integration test targets for core supported modules (#24217) 2017-05-10 09:19:11 -04:00
delegate_to Add check for known_hosts changing during tests. (#26470) 2017-07-06 00:47:28 -07:00
dellos6_command
dellos6_config
dellos6_facts
dellos9_command
dellos9_config
dellos9_facts
dellos10_command
dellos10_config
dellos10_facts
deploy_helper Fix deploy_helper integration tests. 2017-04-03 16:59:40 -07:00
dnf Fixes for dnf and user integration tests. (#34603) 2018-01-08 16:36:53 -08:00
docker Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
docker_secret lookup templated value of a var (#32772) 2017-12-19 22:41:50 -06:00
dpkg_selections Disable failing dpkg_selections test. 2017-07-20 14:56:16 -07:00
ec2_ami Split up cloud tests to avoid 1 hour CI limit. 2017-11-23 02:33:56 -08:00
ec2_asg Remove double-specified EC2 ASG test parameters (#34714) 2018-01-11 08:44:40 +10:00
ec2_elb_lb Split up cloud tests to avoid 1 hour CI limit. 2017-11-23 02:33:56 -08:00
ec2_group Respect egress rule definitions when creating security groups in default VPC (#34626) 2018-01-09 13:44:13 -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 Split up cloud tests to avoid 1 hour CI limit. 2017-11-23 02:33:56 -08:00
ec2_vpc_net Fix ec2_vpc_net tags (#34725) 2018-01-16 17:47:58 -05:00
ec2_vpc_route_table Route table boto3 (#32059) 2018-01-09 20:09:25 -05: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] Don't log AWS credentials when creating YAML anchor for ECS integration tests (#34625) 2018-01-09 10:47:29 -05:00
ecs_ecr Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
elb_classic_lb Split up cloud tests to avoid 1 hour CI limit. 2017-11-23 02:33:56 -08:00
embedded_module
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 Port eos tests to network_cli (#33586) 2017-12-19 15:49:49 -05:00
eos_eapi Fix enable_https alias docstring (#34633) 2018-01-09 15:24:45 +01:00
eos_facts Port eos tests to network_cli (#33586) 2017-12-19 15:49:49 -05:00
eos_interface fix connection gets overridden by network_cli for transport nxapi,eapi net_* modules (#34778) 2018-01-15 13:16:41 +05:30
eos_l2_interface Add eos_l2_interface module and integration tests (#35162) 2018-01-22 20:00:39 +01:00
eos_l3_interface fix connection gets overridden by network_cli for transport nxapi,eapi net_* modules (#34778) 2018-01-15 13:16:41 +05:30
eos_linkagg eos_linkagg DI module (#33007) 2017-12-20 19:43:30 +05:30
eos_lldp Fix various EOS integration tests due to missing become (#34504) 2018-01-05 16:16:04 +01:00
eos_logging fix connection gets overridden by network_cli for transport nxapi,eapi net_* modules (#34778) 2018-01-15 13:16:41 +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 Cleanup net integration test case for network modules (#34684) 2018-01-10 21:28:49 +05:30
eos_vlan Fix eos_vrf and eos_vlan interfaces param idempotent issue (#34921) 2018-01-16 17:46:14 +05:30
eos_vrf Fix eos_vrf and eos_vlan interfaces param idempotent issue (#34921) 2018-01-16 17:46:14 +05:30
expect Improve coverage of expect integration tests. (#30608) 2017-09-20 01:15:56 -07:00
facts_d Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
failed_when Ensure exit_json returns failed = False 2017-05-30 14:56:31 -07:00
fetch Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
file file tests: control & managed host can be distinct 2018-01-11 10:54:16 -08:00
filesystem Filesystem: refactor, improvements, add tests (#25519) 2018-01-11 11:10:14 -05: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
gem
get_url get_url tests: controller & managed node can be distinct 2018-01-11 10:40:59 -08:00
getent Add integration test targets for core supported modules (#24217) 2017-05-10 09:19:11 -04:00
git Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
github_issue Fix github_issue test and enable in CI. 2017-09-01 14:13:34 -07:00
group Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
group_by add support of nested groups in group_by 2017-07-27 11:37:34 -04:00
groupby_filter
handlers include_role handlers bug fix (#26335) 2017-07-19 15:02:32 -05:00
hash Reorganize integration tests: 2017-09-14 07:14:30 -07:00
hg Correct usage of fail_json in hg module (#25847) 2017-06-18 22:28:33 +02:00
hosts_field
ignore_errors
include_import Integration tests for import/include (#33418) 2018-01-19 08:23:48 -08:00
include_vars Provide the list of files that were included by include_vars 2017-06-28 15:25:45 -04:00
includes Integration tests for import/include (#33418) 2018-01-19 08:23:48 -08:00
ini_file ini_file: add integration test (#24434) 2017-09-13 07:51:40 -04:00
ios_banner Remove vars from include for ios netowrk_cli tests (#34703) 2018-01-10 12:59:53 -05:00
ios_command Remove vars from include for ios netowrk_cli tests (#34703) 2018-01-10 12:59:53 -05:00
ios_config Remove vars from include for ios netowrk_cli tests (#34703) 2018-01-10 12:59:53 -05:00
ios_facts Remove vars from include for ios netowrk_cli tests (#34703) 2018-01-10 12:59:53 -05:00
ios_interface ios_l2_interface (#35054) 2018-01-19 17:14:32 -05:00
ios_l2_interface ios_l2_interface (#35054) 2018-01-19 17:14:32 -05:00
ios_l3_interface ios_l2_interface (#35054) 2018-01-19 17:14:32 -05:00
ios_linkagg Add ios_linkagg DI module (#33215) 2018-01-11 12:33:15 +05:30
ios_lldp Remove vars from include for ios netowrk_cli tests (#34703) 2018-01-10 12:59:53 -05:00
ios_logging Remove vars from include for ios netowrk_cli tests (#34703) 2018-01-10 12:59:53 -05:00
ios_ping Remove vars from include for ios netowrk_cli tests (#34703) 2018-01-10 12:59:53 -05:00
ios_static_route Remove vars from include for ios netowrk_cli tests (#34703) 2018-01-10 12:59:53 -05:00
ios_system Remove vars from include for ios netowrk_cli tests (#34703) 2018-01-10 12:59:53 -05:00
ios_user Remove vars from include for ios netowrk_cli tests (#34703) 2018-01-10 12:59:53 -05:00
ios_vlan Add ios_linkagg DI module (#33215) 2018-01-11 12:33:15 +05:30
iosxr_banner Fix iosxr integration tests (#34663) 2018-01-10 11:40:54 -05:00
iosxr_command IOS XR cli tests move to network_cli (#34007) 2017-12-20 11:26:09 -05:00
iosxr_config IOS XR cli tests move to network_cli (#34007) 2017-12-20 11:26:09 -05:00
iosxr_facts IOS XR cli tests move to network_cli (#34007) 2017-12-20 11:26:09 -05:00
iosxr_interface * Fix DCI issues and changes to action plugin & utils (#35083) 2018-01-19 16:22:31 +05:30
iosxr_logging * Fix DCI failure in net_* integration test of iosxr_logging (#34926) 2018-01-16 17:57:11 +05:30
iosxr_netconf IOS XR cli tests move to network_cli (#34007) 2017-12-20 11:26:09 -05:00
iosxr_system refactor iosxr_system for cliconf and netconf (#34749) 2018-01-17 07:29:28 -07:00
iosxr_user iosxr_user refactor for cliconf and netconf (#34892) 2018-01-17 07:28:58 -07:00
ipify_facts Add testcase for ipify_facts (#26421) 2017-07-26 12:16:10 +02:00
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 connection type in junos integration tests (#34583) 2018-01-08 23:22:53 +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
known_hosts
lambda_policy Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
lineinfile
locale_gen
lookup_passwordstore Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
lookup_paths
lookup_properties Revert "Revert "Allow ini plugin to load file using other encoding than utf8." (#27407)" 2017-07-27 18:15:56 -07:00
lookups Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
loops
module_precedence metadata 1.1 2017-08-15 23:12:08 -07:00
module_utils Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
mount
mysql_db Use stronger password for MySQL (#25821) 2017-06-17 12:53:30 +01:00
mysql_user Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
mysql_variables MySQL Password updates (#25825) 2017-06-17 21:46:19 +05:30
no_log
npm npm module compatible with npm5 (#26582) 2018-01-19 15:47:43 +01:00
nuage_vspk Fix integration test aliases. 2017-07-28 10:57:16 -07:00
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 tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
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 Fixes for nxos_bgp (#34590) 2018-01-10 10:52:26 +05:30
nxos_bgp_af nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_bgp_neighbor nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_bgp_neighbor_af nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_command Fixes nxos_l2_interface tests (#34514) 2018-01-05 17:01:45 -05:00
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 nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
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 nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05: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 nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
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 nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_ip_interface nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_l2_interface Fixes nxos_l2_interface tests (#34514) 2018-01-05 17:01:45 -05:00
nxos_l3_interface nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_linkagg nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_lldp nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
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_mtu Fixes nxos_l2_interface tests (#34514) 2018-01-05 17:01:45 -05:00
nxos_ntp nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
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 fix nxos_nxapi test (#34972) 2018-01-17 10:14:20 +05:30
nxos_ospf nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_ospf_vrf nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_overlay_global nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_pim Fix for nxos_pim issues (#35103) 2018-01-22 11:30:52 +05:30
nxos_pim_interface nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_pim_rp_address Fixes nxos_l2_interface tests (#34514) 2018-01-05 17:01:45 -05:00
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_snapshot nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_snmp_community nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_snmp_host nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_snmp_location nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_snmp_user nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_static_route nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_switchport nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_system Remove deprecated params from module argspec nxos modules (#34911) 2018-01-16 18:23:58 +05:30
nxos_udld nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_udld_interface Idempotency test for enabled mode nxos_udld_interface (#35031) 2018-01-18 10:40:01 +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 nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_vpc nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_vpc_interface nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_vrf Convert nxos_vrf to DI module (#34274) 2018-01-08 10:10:34 +05:30
nxos_vrf_af nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_vrf_interface nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
nxos_vrrp nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
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 fix for nxos_vxlan_vtep_vni issues (#34946) 2018-01-17 11:07:29 +05:30
openssl_certificate openssl_certificate: Ensure issuer field is set (#34982) 2018-01-18 13:35:05 +00:00
openssl_csr Allow multiple values per key in name fields in openssl_certificate/csr (#30338) 2017-12-12 12:35:22 +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 pip: Use chdir directive in the venv path (fixes #25122) (#26865) 2017-10-13 12:39:47 +02: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 Urls client cert auth (#18141) 2017-04-07 09:54:37 -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 New module: management of the Nuage Networks VSP SDN solution (network/nuage/nuage_vspk) (#24895) 2017-07-25 12:35:03 +01:00
prepare_nxos_tests/tasks nxos tests to use network_cli (#34474) 2018-01-05 12:39:04 -05:00
prepare_ovs_tests/tasks Revert "Use needs/root, rather than become: yes" (#27483) 2017-07-31 11:36:57 +01:00
prepare_tests/tasks
prepare_win_tests
pull Enable the pull target to work in vvvv mode (#33755) 2017-12-11 10:09:21 -05:00
raw Add integration test targets for core supported modules (#24217) 2017-05-10 09:19:11 -04:00
rds_param_group Split up cloud tests to avoid 1 hour CI limit. 2017-11-23 02:33:56 -08:00
rpm_key Fix patching to epel package 2017-10-30 14:39:45 -07: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_ec2 Reorganize integration tests: 2017-09-14 07:14:30 -07:00
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_rpm_repo Fixes for dnf and user integration tests. (#34603) 2018-01-08 16:36:53 -08: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 Port sts_assume_role to boto3 (#32569) 2018-01-22 17:46:08 -05:00
subversion
synchronize Add link dest to synchronize module (#32746) 2017-11-13 11:13:25 -05: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 Add integration test targets for core supported modules (#24217) 2017-05-10 09:19:11 -04:00
tags
task_ordering
template Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05: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
ucs_ip_pool UCS IP address pool module and integration tests (#34748) 2018-01-16 16:57:52 +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_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 some TODOs to use generic_urlparse which allows proper netrc selection. Fixes #34360 (#34372) 2018-01-03 09:52:56 -06: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 Reorganize integration tests: 2017-09-14 07:14:30 -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_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_facts Add a vmware_datastore_facts module (#30815) 2017-12-10 10:55:55 -05: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 Add check mode support in vmware_guest (#32858) 2018-01-22 21:16:19 +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 Enable tests which pass on Python 3. 2018-01-12 00:48:47 -08:00
vmware_guest_snapshot Enable tests which pass on Python 3. 2018-01-12 00:48:47 -08:00
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_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_facts Split up cloud tests to avoid 1 hour CI limit. 2017-11-23 02:33:56 -08:00
vmware_host_ntp VMware: add new module: vmware_host_ntp (#34730) 2018-01-17 18:53:13 +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_local_role_manager VMware: new module - vmware_local_role_manager (#33372) 2018-01-04 15:53:58 +05:30
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_vm_facts Update vmware integration tests (#31273) 2017-11-06 11:28:15 -05:00
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 Update net_* and vyos_* integration test aliases. (#34666) 2018-01-09 16:54:50 -08:00
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 Update net_* and vyos_* integration test aliases. (#34666) 2018-01-09 16:54:50 -08:00
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_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 Update net_* and vyos_* integration test aliases. (#34666) 2018-01-09 16:54:50 -08:00
wait_for Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
wait_for_connection Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
wakeonlan Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
win_acl_inheritance Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_async_wrapper Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
win_audit_policy_system Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_audit_rule Split Windows tests into 4 groups. 2018-01-12 00:48:32 -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 win_certificate_store: added new module (#33980) 2018-01-09 05:44:24 +10:00
win_chocolatey Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_command Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_copy fixed: win_copy: typo "file file" (double "file") (#33620) 2017-12-07 00:42:39 +01:00
win_disk_facts Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_domain_group Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
win_domain_membership Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_dotnet_ngen Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_dsc Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_environment Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_eventlog Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_eventlog_entry fix windows tests after recent patch (#34548) 2018-01-07 14:05:15 +10:00
win_exec_wrapper Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
win_feature Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_fetch Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_file Divide Windows integration tests into 2 groups. (#29029) 2017-09-05 15:32:26 -07:00
win_find Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_firewall Split Windows tests into 4 groups. 2018-01-12 00:48:32 -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 Split Windows tests into 4 groups. 2018-01-12 00:48:32 -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 win_iis_webbinding: Fix bug with ipaddress * returning multiple bindings (#34721) 2018-01-19 10:00:35 +10:00
win_lineinfile Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_mapped_drive Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_module_utils standardise the powershell FileUtils (#34969) 2018-01-17 14:16:34 +10: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 Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_owner Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
win_package Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_pagefile Split Windows tests into 4 groups. 2018-01-12 00:48:32 -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_psexec Enable more Windows tests in CI. (#30443) 2017-09-16 00:27:18 -07:00
win_psmodule Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05: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 Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_regedit Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_region Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_regmerge Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_route Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_say Update Windows CI groups from 2 to 3. 2017-09-14 23:54:28 -07:00
win_scheduled_task Implemented Trigger Repetition (#32938) 2018-01-12 08:08:50 +10:00
win_scheduled_task_stat Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_script win_script: work when argument exceeds stdin buffer size (#33855) 2018-01-18 11:28:33 +10: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 Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_share Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_shell Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
win_shortcut Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_slurp Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
win_stat standardise the powershell FileUtils (#34969) 2018-01-17 14:16:34 +10:00
win_tempfile Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_template Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
win_timezone Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_toast fix windows tests after recent patch (#34548) 2018-01-07 14:05:15 +10:00
win_unzip fix windows tests after recent patch (#34548) 2018-01-07 14:05:15 +10:00
win_updates Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_user Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_user_right Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
win_wait_for win_wait_for: fix tests after attempts change (#35026) 2018-01-18 14:15:54 +10:00
win_wakeonlan Split Windows tests into 4 groups. 2018-01-12 00:48:32 -08:00
win_whoami Split Windows tests into 4 groups. 2018-01-12 00:48:32 -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: handle exception in local_envra (#34400) 2018-01-09 12:28:55 +01:00
yum_repository Making options of type list (fixing #32704) (#32706) 2017-11-09 10:57:27 -05:00
zabbix_host zabbix_host ipmi_*-tests (#33717) 2017-12-11 14:00:58 +00:00
zypper Readd zypper tests (#33203) 2018-01-03 12:20:43 -08:00
zypper_repository Fix and re-enable zypper* integration tests in CI. 2017-11-17 14:37:40 -08:00