ansible/test/integration/targets
Adrián López dac3bf5b71 zabbix_host: interface.port parameter is a string (#64986)
interface.port should be a string to be able to use macros in that
value.
This fixes the case when interface.port is a macro (eg.: "{$MACRO}" and
force=false.

Because, until now, setting the interface.port to an integer was the correct way to work with force=false, a type validation has been added
to that parameter.
Previously, if a string was used for interface.port, it was converted
to an integer, the comparison didn't work (if interface not in interfaces)
and the module tried to register the same interface twice, returning an
error.

Zabbix API manual specifies that only 'main, 'type', 'useip' and 'bulk'
are integers.
https://www.zabbix.com/documentation/current/manual/api/reference/hostinterface/object

Tests are changed to use always str in the interface.port.

Two new tests are added.
The first one is to show that now registering a host with force=false and
a macro in interface.port works.
The other one tests that interfaces defined using string for port are
compared correctly when force=false is used. Previously it was
a comparison between int and str, interfaces were seen as different
and an error was thrown because we were trying to create twice a main
interface.

* Try to kindly convert interface port to the string

As suggested, the previous behaviour could break current configurations. This solution accepts integers and strings.

Co-Authored-By: Dusan Matejka <D3DeFi@users.noreply.github.com>
2019-12-16 10:55:05 +05:30
..
aci_aaa_user
aci_aaa_user_certificate
aci_access_port_block_to_access_port
aci_access_port_to_interface_policy_leaf_profile
aci_access_sub_port_block_to_access_port
aci_aep
aci_aep_to_domain
aci_ap
aci_bd
aci_bd_subnet
aci_config_rollback
aci_config_snapshot
aci_contract
aci_contract_subject
aci_contract_subject_to_filter
aci_domain
aci_domain_to_vlan_pool
aci_encap_pool
aci_encap_pool_range
aci_epg
aci_epg_to_contract
aci_epg_to_domain
aci_fabric_node
aci_filter
aci_filter_entry
aci_firmware_source
aci_interface_policy_cdp
aci_interface_policy_leaf_policy_group
aci_interface_policy_leaf_profile
aci_interface_policy_ospf
aci_interface_selector_to_switch_policy_leaf_profile
aci_rest
aci_static_binding_to_epg
aci_switch_leaf_policy_profile
aci_switch_leaf_selector
aci_switch_policy_vpc_protection_group
aci_taboo_contract
aci_tenant
aci_vlan_pool
aci_vlan_pool_encap_block
aci_vmm_credential Add aci_vmm_credential.py (#60910) 2019-08-27 14:08:24 +02:00
aci_vrf
acl acl: fix module failure if there're spaces in a path (#63280) 2019-10-11 10:40:19 -07:00
acme_account
acme_account_info
acme_certificate acme_certificate: add select_chain option (#60710) 2019-10-29 08:09:15 +01:00
acme_certificate_revoke
acme_challenge_cert_helper
acme_inspect ACME modules: bump test container version (#61192) 2019-08-23 15:30:28 -07:00
add_host
aix_devices
aix_filesystem
alternatives
ansiballz_python Set alter_sys=True instead of False to address backwards incompat (#64670) 2019-11-11 16:47:35 -06:00
ansible fix default collection resolution in adhoc (#63298) 2019-10-10 12:42:03 -07:00
ansible-doc WIP - Fix ansible-doc bugs and add integration tests. (#62461) 2019-09-17 15:45:30 -07:00
ansible-galaxy Fixes --version in ansible-galaxy cli 2019-10-17 08:12:49 -07:00
ansible-runner Clean up various integration tests. (#60613) 2019-08-14 16:33:45 -07:00
any_errors_fatal Clean up unused config usage in integration tests. 2019-08-14 09:44:36 -07:00
apache2_module
apt apt target: use 'until' when the cache is updated (#65456) 2019-12-12 12:45:54 -07:00
apt_key
apt_repository Replaces #16690 (#58369) 2019-06-25 20:23:38 -07:00
archive Fix/archive empty file (#64895) 2019-11-25 11:23:14 -05:00
args
asa_acl
asa_command
asa_config
asa_og
assemble
assert
async
async_extra_data default collection support (#61415) 2019-08-28 16:31:40 -07:00
async_fail
at
authorized_key
aws_acm Disable failing aws_acm integration test. 2019-11-07 14:34:14 -08:00
aws_api_gateway
aws_caller_info AWS modules: _facts -> _info (#57613) 2019-06-10 15:52:49 +02:00
aws_codebuild codebuild/codepipeline - fix regex for shippable resource_prefix (#61783) 2019-09-04 12:48:37 -04:00
aws_codecommit aws_codecommit: Fix integration tests and Add support for updating the description (#61263) 2019-08-30 11:25:37 -07:00
aws_codepipeline codebuild/codepipeline - fix regex for shippable resource_prefix (#61783) 2019-09-04 12:48:37 -04:00
aws_config
aws_eks Adding waiter to cluster remove process (#57324) 2019-08-13 23:11:21 +10:00
aws_elasticbeanstalk_app
aws_glue_connection
aws_inspector
aws_kms Fix issues with aws_kms when working cross-account and with IDs (#60805) 2019-08-23 16:56:45 -07:00
aws_lambda Added missing param to lambda module to pass it through to boto3 (#58822) 2019-10-22 17:17:01 +02:00
aws_s3 aws_s3: Improve ETag handling (#46332) 2019-07-10 14:05:12 -07:00
aws_secret Fixup aws_secret integration tests (#61241) 2019-09-09 15:23:19 -07:00
aws_ses_identity Make aws_ses_identity module work when region is provided via environment or config. (#51627) 2019-06-05 09:51:58 -04:00
aws_ses_identity_policy
aws_ses_rule_set AWS: _facts -> _info (part 2) (#57626) 2019-06-10 17:48:07 +02:00
aws_ssm_parameters
aws_step_functions_state_machine add module aws_step_functions_state_machine_execution (#64431) 2019-12-10 14:08:49 -05:00
aws_waf_web_acl AWS modules: _facts -> _info (#57613) 2019-06-10 15:52:49 +02:00
azure_rm_acs
azure_rm_aks Rename Azure modules: facts -> info (#60987) 2019-08-28 04:44:57 +08:00
azure_rm_appgateway
azure_rm_appserviceplan Rename Azure modules: facts -> info (#60987) 2019-08-28 04:44:57 +08:00
azure_rm_automationaccount Support automation account managment (#56429) 2019-08-27 07:38:47 +08:00
azure_rm_autoscale Move azure_rm_autoscale test from group 2 to 5. 2019-06-07 14:35:51 -07:00
azure_rm_availabilityset Rename Azure modules: facts -> info (#61505) 2019-08-29 17:00:45 +08:00
azure_rm_azurefirewall test: temp disable azure_rm_azurefirewall 2019-09-16 21:24:30 -04:00
azure_rm_batchaccount Implement a new module to support Batch Account (#55074) 2019-06-06 09:10:01 -07:00
azure_rm_cdnprofile Rename Azure modules: "facts"->"info" (#61417) 2019-08-28 19:01:10 +08:00
azure_rm_containerinstance Rename Azure modules: "facts"->"info" (#61417) 2019-08-28 19:01:10 +08:00
azure_rm_containerregistry Rename Azure modules: "facts"->"info" (#61417) 2019-08-28 19:01:10 +08:00
azure_rm_cosmosdbaccount Rename Azure modules: "facts"->"info" (#61417) 2019-08-28 19:01:10 +08:00
azure_rm_deployment Rename Azure modules: "facts"->"info" (#61417) 2019-08-28 19:01:10 +08:00
azure_rm_devtestlab fix ci (#57216) 2019-09-10 13:23:04 +08:00
azure_rm_dnszone Rename Azure modules: facts -> info (#61505) 2019-08-29 17:00:45 +08:00
azure_rm_functionapp Rename Azure modules: facts -> info (#61505) 2019-08-29 17:00:45 +08:00
azure_rm_gallery azure_rm_galleryimageversion: support data disk snapshot as source input (#65405) 2019-12-05 08:31:47 +08:00
azure_rm_hdinsightcluster Rename Azure modules: facts -> info (#61505) 2019-08-29 17:00:45 +08:00
azure_rm_image Rename Azure modules: facts -> info (#61505) 2019-08-29 17:00:45 +08:00
azure_rm_iothub azure_rm_iothub: disable the functional test (#61854) 2019-09-05 11:03:12 -04:00
azure_rm_keyvault add azure_rm_keyvaultkey_info module (#55754) 2019-07-18 06:55:51 +08:00
azure_rm_loadbalancer Changing LBName used by same task inside azure_rm_loadbalancer (#58936) 2019-07-10 14:20:35 -04:00
azure_rm_lock Rename Azure modules: facts -> info (#61505) 2019-08-29 17:00:45 +08:00
azure_rm_manageddisk azure: re-balance tests to avoid timeout 2019-09-13 18:19:01 -04:00
azure_rm_mariadbserver Add two new Azure groups to prevent timeouts 2019-07-01 10:38:24 -07:00
azure_rm_monitorlogprofile add azure monitor log profile module (#54702) 2019-08-27 05:00:28 +08:00
azure_rm_mysqlserver
azure_rm_networkinterface Rename Azure modules: facts -> info (#61505) 2019-08-29 17:00:45 +08:00
azure_rm_postgresqlserver
azure_rm_publicipaddress
azure_rm_rediscache
azure_rm_resource
azure_rm_resourcegroup Additional rename fixes (#57527) 2019-06-07 18:22:17 -07:00
azure_rm_roledefinition
azure_rm_routetable
azure_rm_securitygroup Azure fix _info/_facts return values for some modules (#61584) 2019-08-30 16:00:47 +10:00
azure_rm_servicebus
azure_rm_sqlserver Add two new Azure groups to prevent timeouts 2019-07-01 10:38:24 -07:00
azure_rm_storageaccount
azure_rm_storageblob
azure_rm_subnet
azure_rm_trafficmanagerprofile
azure_rm_virtualmachine Azure fix _info/_facts return values for some modules (#61584) 2019-08-30 16:00:47 +10:00
azure_rm_virtualmachineextension
azure_rm_virtualmachineimage_facts
azure_rm_virtualmachinescaleset Add the singlePlacementGroup in the virtual machine scale set module (#58320) 2019-07-06 06:14:14 +08:00
azure_rm_virtualnetwork Fix azure_rm_virtualnetwork integration test. 2019-06-07 10:35:19 -07:00
azure_rm_virtualnetworkgateway
azure_rm_virtualnetworkpeering
azure_rm_webapp
azure_rm_workspace
become
binary
binary_modules Simplify ansible-test target processing. (#61506) 2019-08-28 22:18:20 -07:00
binary_modules_posix
binary_modules_winrm
blockinfile
blocks Fix ansible_failed_{task,result} undefined in rescue (#64831) 2019-11-14 15:50:54 +01:00
callback_default clean "changed" only after it has been processed (#59958) 2019-10-10 18:24:31 -04:00
callback_log_plays
callback_retry_task_name
ce_is_is_instance add a new module to create isis instance. (#63716) 2019-11-26 11:23:05 +00:00
ce_is_is_interface add a new module to configure isis on interface. (#63717) 2019-11-26 11:12:31 +00:00
ce_is_is_view add a new module to configure isis on isis-view. (#63720) 2019-11-20 14:37:13 +00:00
ce_lacp add a new module ce lacp to manage Eth-Trunk interfaces mode (#58077) 2019-10-14 15:14:43 +01:00
ce_lldp Add a new module ce_lldp to manage Link Layer Discovery Protocol(LLDP) (#63395) 2019-10-18 13:15:42 +01:00
ce_lldp_interface Fix tests which have unparsable yaml 2019-12-09 16:54:29 -08:00
ce_mdn_interface add a new module to configure mdn on interface. (#63755) 2019-11-26 11:21:40 +00:00
ce_multicast_global add a new module to configure multicast global. (#63745) 2019-11-26 11:22:39 +00:00
ce_multicast_igmp_enable add a new module to configure multicast igmp and enable it. (#63746) 2019-11-26 11:38:30 +00:00
ce_static_route_bfd Fix tests which have unparsable yaml 2019-12-09 16:54:29 -08:00
certificate_complete_chain Fix incorrect assumptions in integration tests. (#58372) 2019-06-25 22:56:59 -07:00
changed_when
check_mode
cli Wrap CLI Passwords with AnsibleUnsafeText, ensure unsafe context is not lost during encode/decode (#63351) 2019-10-11 09:17:10 -05:00
cloud_init_data_facts
cloudformation_stack_set Clean up unused config usage in integration tests. 2019-08-14 09:44:36 -07:00
cloudfront_distribution
cloudscale_common
cloudscale_floating_ip
cloudscale_server cloudscale_server: add tags support (#60396) 2019-08-14 22:55:31 +02:00
cloudscale_server_group cloudscale_server_group: add tags support (#60397) 2019-08-14 22:54:25 +02:00
cloudscale_volume cloudscale_volume: refactor to implement tags support (#61531) 2019-08-29 16:08:54 +02:00
cloudtrail cloudtrail: Initial integration tests (#61919) 2019-09-20 18:46:37 -07:00
cnos_backup Fix obvious typos (#62821) 2019-10-18 12:56:55 +01:00
cnos_banner
cnos_bgp Fix obvious typos (#62821) 2019-10-18 12:56:55 +01:00
cnos_command Fix obvious typos (#62821) 2019-10-18 12:56:55 +01:00
cnos_conditional_command Fix obvious typos (#62821) 2019-10-18 12:56:55 +01:00
cnos_conditional_template Fix obvious typos (#62821) 2019-10-18 12:56:55 +01:00
cnos_config Fix obvious typos (#62821) 2019-10-18 12:56:55 +01:00
cnos_facts Fix obvious typos (#62821) 2019-10-18 12:56:55 +01:00
cnos_image Fix obvious typos (#62821) 2019-10-18 12:56:55 +01:00
cnos_interface
cnos_l2_interface
cnos_l3_interface
cnos_linkagg
cnos_lldp
cnos_logging
cnos_rollback Fix obvious typos (#62821) 2019-10-18 12:56:55 +01:00
cnos_save Fix obvious typos (#62821) 2019-10-18 12:56:55 +01:00
cnos_showrun Fix obvious typos (#62821) 2019-10-18 12:56:55 +01:00
cnos_static_route
cnos_system
cnos_template Fix obvious typos (#62821) 2019-10-18 12:56:55 +01:00
cnos_user
cnos_vlag Fix obvious typos (#62821) 2019-10-18 12:56:55 +01:00
cnos_vlan
cnos_vrf
collections Inventory CLI - Ignore settings for when vars plugins should run (#65073) 2019-11-25 13:16:03 -05:00
collections_plugin_namespace Fix plugin names for collection plugins. (#60317) 2019-09-18 17:47:56 -07:00
collections_relative_imports Support relative imports in AnsiballZ. (#61196) 2019-08-27 18:11:21 -07:00
command_shell
conditionals
config
connection Simplify ansible-test target processing. (#61506) 2019-08-28 22:18:20 -07:00
connection_buildah
connection_chroot
connection_docker
connection_jail
connection_libvirt_lxc
connection_local
connection_lxc
connection_lxd
connection_paramiko_ssh
connection_podman Add extra args and executable name to podman connection plugin (#63166) 2019-10-17 13:48:29 +05:30
connection_posix Simplify ansible-test target processing. (#61506) 2019-08-28 22:18:20 -07:00
connection_psrp Update ansible-test --windows inventory creation. (#60911) 2019-08-20 07:17:32 -07:00
connection_ssh
connection_windows_ssh Update ansible-test --windows inventory creation. (#60911) 2019-08-20 07:17:32 -07:00
connection_winrm Update ansible-test --windows inventory creation. (#60911) 2019-08-20 07:17:32 -07:00
consul Clean up ansible-test references in tests. (#60108) 2019-08-05 14:55:30 -07:00
copy copy - check for changes beyond first level of subdirectories (#58323) 2019-10-30 12:17:11 -04:00
cron cronvar - use correct binary name (#63279) 2019-10-09 18:33:25 -04:00
cronvar cronvar - use correct binary name (#63279) 2019-10-09 18:33:25 -04:00
cs_account
cs_affinitygroup
cs_cluster
cs_common
cs_configuration
cs_disk_offering
cs_domain
cs_firewall
cs_host
cs_image_store
cs_instance CloudStack modules: rename _facts -> _info (#61090) 2019-08-29 16:14:51 +02:00
cs_instance_info CloudStack modules: rename _facts -> _info (#61090) 2019-08-29 16:14:51 +02:00
cs_instance_nic
cs_instance_nic_secondaryip
cs_instance_password_reset
cs_instancegroup
cs_ip_address
cs_iso
cs_loadbalancer_rule
cs_network
cs_network_acl
cs_network_acl_rule
cs_network_offering
cs_physical_network
cs_pod
cs_portforward
cs_project
cs_region
cs_resourcelimit
cs_role
cs_role_permission
cs_router
cs_securitygroup
cs_securitygroup_rule
cs_service_offering
cs_snapshot_policy
cs_sshkeypair
cs_storage_pool
cs_template
cs_traffic_type
cs_user
cs_vlan_ip_range
cs_vmsnapshot
cs_volume CloudStack modules: rename _facts -> _info (#61090) 2019-08-29 16:14:51 +02:00
cs_vpc
cs_vpc_offering
cs_vpn_connection
cs_vpn_customer_gateway
cs_vpn_gateway
cs_zone
cs_zone_info CloudStack modules: rename _facts -> _info (#61090) 2019-08-29 16:14:51 +02:00
debconf
debug
delegate_to
dellos6_command
dellos6_config
dellos6_facts
dellos9_command
dellos9_config
dellos9_facts
dellos10_command
dellos10_config
dellos10_facts
deploy_helper
digital_ocean_floating_ip
digital_ocean_ssh_key
digital_ocean_tag
dms_endpoint
dms_replication_subnet_group dms_replication_subnet_group (#56980 2019-06-26 10:04:27 -07:00
dnf DNF Handle Empty AppStream stream definition (#63819) 2019-10-24 00:57:31 -04:00
docker_config
docker_container docker_container: add support for --cpus (#64683) 2019-11-24 05:04:42 +01:00
docker_container_info
docker_host_info Adjust tests to new error messages for older docker-py versions. (#58253) 2019-06-23 21:52:24 +02:00
docker_image docker_* modules: fix various errors in argument specs (#65632) 2019-12-09 13:39:02 +01:00
docker_image_info
docker_login Split up docker-registry test target. (#65211) 2019-12-04 14:14:43 -08:00
docker_network Adjust tests to new error messages for older docker-py versions. (#58253) 2019-06-23 21:52:24 +02:00
docker_network_info
docker_node
docker_node_info
docker_prune
docker_secret
docker_stack
docker_swarm test: disable the docker swarm tests (#61816) 2019-09-05 10:47:31 -04:00
docker_swarm_info Re-enable some docker_swarm tests. (#61875) 2019-09-13 12:08:45 -04:00
docker_swarm_service docker_swarm_service: Sort lists when checking for changes (#63887) 2019-11-23 20:31:35 +01:00
docker_swarm_service_info Re-enable some docker_swarm tests. (#61875) 2019-09-13 12:08:45 -04:00
docker_volume
docker_volume_info
dpkg_selections
ec2_ami AWS: _facts -> _info (part 3) (#57635) 2019-06-10 19:33:38 +02:00
ec2_asg aws_asg: Fix idempotency when using tags and metrics (#61284) 2019-09-06 12:48:40 -07:00
ec2_eip ec2_eip Don't throw an exception when re-releasing an EIP (idempotency) (#62332) 2019-11-13 13:27:35 -07:00
ec2_elb_lb
ec2_group Allow updating of ec2_group rules with EC2 classic ELB targets (#62374) 2019-11-26 11:29:03 -05:00
ec2_instance ec2_instance test cleanup (#63708) 2019-10-21 14:55:44 +02:00
ec2_key
ec2_launch_template remove undefined YAML anchor (#62273) 2019-09-13 08:50:42 -04:00
ec2_metadata_facts
ec2_metric_alarm Ec2 metric alarm boto3 and treat missing data (#62669) 2019-12-12 14:09:09 -07:00
ec2_tag
ec2_transit_gateway
ec2_vol
ec2_vol_info Run ec2_vol_facts integration tests in CI (#48755) 2019-08-30 08:47:32 -07:00
ec2_vpc_egress_igw
ec2_vpc_igw
ec2_vpc_nacl ec2_vpc_nacl and ec2_vpc_nacl_info migrate to AnsibleAWSModule and add tests (#63163) 2019-10-08 13:27:24 -07:00
ec2_vpc_nat_gateway
ec2_vpc_net ec2_vpc_net_info: integration tests (#62649) 2019-11-14 13:36:42 -07:00
ec2_vpc_route_table ec2_vpc_route_table_info integration tests (#63413) 2019-10-22 14:46:40 -04:00
ec2_vpc_subnet AWS ec2_vpc_net: Enable ipv6 CIDR assignment (#60983) 2019-09-10 19:25:36 -04:00
ec2_vpc_vgw Fix ec2_vpc_vgw broken tests (#60981) 2019-09-09 15:57:09 -04:00
ec2_vpc_vpn_facts Re-enable ec2_vpc_vpn_facts test (#58893) 2019-07-18 09:17:15 -07:00
ecs_certificate Fixes to ecs_certificate cert chain for #61738 (#61858) 2019-09-07 07:58:25 +02:00
ecs_cluster Add tags to aws ecs task (#53717) 2019-12-13 16:54:44 -07:00
ecs_domain Add ecs_domain module (#62007) 2019-09-14 19:33:48 +02:00
ecs_ecr Improve ecs_ecr module to handle image_tag_mutability feature (#62871) 2019-10-11 09:13:13 -07:00
efs Clean up unused config usage in integration tests. 2019-08-14 09:44:36 -07:00
elb_application_lb Add aws elb multiple host header support (#65021) 2019-11-21 09:42:37 -07:00
elb_classic_lb
elb_network_lb Support the new TLS termination on NLBs (#51327) (#58031) 2019-06-20 17:03:04 -07:00
elb_target Clean up unused config usage in integration tests. 2019-08-14 09:44:36 -07:00
elb_target_info Clean up unused config usage in integration tests. 2019-08-14 09:44:36 -07:00
embedded_module
enos_command Fix obvious typos (#62821) 2019-10-18 12:56:55 +01:00
enos_config Fix obvious typos (#62821) 2019-10-18 12:56:55 +01:00
enos_facts Fix obvious typos (#62821) 2019-10-18 12:56:55 +01:00
environment
eos_banner
eos_bgp
eos_command
eos_config
eos_eapi
eos_facts Fix eos_facts over local eapi (#64570) 2019-11-12 09:29:44 -05:00
eos_interface Removed in 29 (#63680) 2019-10-24 15:01:05 -04:00
eos_interfaces Add new module eos_interfaces (#59729) 2019-08-13 10:09:52 -04:00
eos_l2_interface
eos_l2_interfaces Add new module eos_l2_interfaces (#59794) 2019-08-19 11:24:36 -04:00
eos_l3_interface
eos_l3_interfaces Add new module eos_l3_interfaces (#59820) 2019-08-22 09:06:38 -04:00
eos_lacp New module eos_lacp (#60698) 2019-08-20 16:11:31 -04:00
eos_lacp_interfaces eos_lacp_interfaces : Fix to - lacp port-priority not set when… (#64530) 2019-11-13 09:31:21 -05:00
eos_lag_interfaces Standardize eos resource modules (#61736) 2019-09-13 09:35:50 -04:00
eos_linkagg Removed in 29 (#63680) 2019-10-24 15:01:05 -04:00
eos_lldp
eos_lldp_global New module eos_lldp_global (#60975) 2019-08-26 11:34:41 -04:00
eos_lldp_interfaces New module eos_lldp_interfaces (#61341) 2019-08-28 11:56:43 -04:00
eos_logging Added fix for bug 63290 (#63308) 2019-10-16 19:17:46 +05:30
eos_smoke Removed in 29 (#63680) 2019-10-24 15:01:05 -04:00
eos_static_route Removed in 29 (#63680) 2019-10-24 15:01:05 -04:00
eos_system
eos_user Removed in 29 (#63680) 2019-10-24 15:01:05 -04:00
eos_vlan Removed in 29 (#63680) 2019-10-24 15:01:05 -04:00
eos_vlans Eos vlan override (#63639) 2019-10-18 10:36:30 -04:00
eos_vrf Removed in 29 (#63680) 2019-10-24 15:01:05 -04:00
error_from_connection
etcd3
exos_command Fix tests which have unparsable yaml 2019-12-09 16:54:29 -08:00
exos_config Fix tests which have unparsable yaml 2019-12-09 16:54:29 -08:00
exos_facts Fix tests which have unparsable yaml 2019-12-09 16:54:29 -08:00
exos_l2_interfaces exos_l2_interfaces Resource module (#63113) 2019-10-18 13:10:19 -04:00
exos_lldp_global Resource Module for exos_lldp_global (#60988) 2019-08-28 13:58:45 -04:00
exos_lldp_interfaces exos_lldp_interfaces resource module (#62108) 2019-10-17 13:40:17 -04:00
exos_vlans Added Exos vlan resource module (#61865) 2019-10-10 06:50:04 -04:00
expect Fix incorrect assumptions in integration tests. (#58365) 2019-06-25 18:39:41 -07:00
facts_d
failed_when
fetch
file Update file.py's help doc, and narrow down diff logic, for recent pull 56353 (#59069) 2019-08-13 12:59:13 -04:00
filesystem Fix filesystem integration test for CentOS 8 (#64866) 2019-11-15 17:03:27 -05:00
filters Fix extract filter when key does not exist in container (#64959) 2019-12-04 13:24:52 +01:00
find
firewalld Fix firewalld integration tests for CentOS 8 (#64873) 2019-11-15 16:59:39 -05:00
flatpak
flatpak_remote
fortios_address
fortios_ipv4_policy
gathering
gathering_facts
gcp_appengine_firewall_rule Bug fixes for GCP modules (#61829) 2019-10-01 18:27:42 -04:00
gcp_bigquery_dataset Bug fixes for GCP modules (#61829) 2019-10-01 18:27:42 -04:00
gcp_bigquery_table Bug fixes for GCP modules (#61829) 2019-10-01 18:27:42 -04:00
gcp_cloudbuild_trigger
gcp_cloudfunctions_cloud_function Bug fixes for GCP modules (#61829) 2019-10-01 18:27:42 -04:00
gcp_cloudscheduler_job Bug fixes for GCP modules (#61829) 2019-10-01 18:27:42 -04:00
gcp_cloudtasks_queue Bug fixes for GCP modules (#61829) 2019-10-01 18:27:42 -04:00
gcp_compute_address Bug fixes for GCP modules (#61829) 2019-10-01 18:27:42 -04:00
gcp_compute_autoscaler Bug fixes for GCP modules (#61829) 2019-10-01 18:27:42 -04:00
gcp_compute_backend_bucket Bug fixes for GCP modules (#61829) 2019-10-01 18:27:42 -04:00
gcp_compute_backend_service Bug fixes for GCP modules (#61829) 2019-10-01 18:27:42 -04:00
gcp_compute_disk Bug fixes for GCP modules (#61829) 2019-10-01 18:27:42 -04:00
gcp_compute_firewall Bug fixes for GCP modules (#64193) 2019-11-01 13:46:13 -04:00
gcp_compute_forwarding_rule Bug fixes for GCP modules (#61915) 2019-10-02 14:31:45 -04:00
gcp_compute_global_address Bug fixes for GCP modules (#61915) 2019-10-02 14:31:45 -04:00
gcp_compute_global_forwarding_rule Bug fixes for GCP modules (#61915) 2019-10-02 14:31:45 -04:00
gcp_compute_health_check Bug fixes for GCP modules (#61915) 2019-10-02 14:31:45 -04:00
gcp_compute_http_health_check Bug fixes for GCP modules (#61915) 2019-10-02 14:31:45 -04:00
gcp_compute_https_health_check Bug fixes for GCP modules (#61915) 2019-10-02 14:31:45 -04:00
gcp_compute_image Bug fixes for GCP modules (#61915) 2019-10-02 14:31:45 -04:00
gcp_compute_instance Bug fixes for GCP modules (#64823) 2019-11-25 19:20:07 -05:00
gcp_compute_instance_group Bug fixes for GCP modules (#61915) 2019-10-02 14:31:45 -04:00
gcp_compute_instance_group_manager Bug fixes for GCP modules (#61915) 2019-10-02 14:31:45 -04:00
gcp_compute_instance_template Bug fixes for GCP modules (#61916) 2019-10-01 18:27:19 -04:00
gcp_compute_interconnect_attachment
gcp_compute_network Bug fixes for GCP modules (#61916) 2019-10-01 18:27:19 -04:00
gcp_compute_network_endpoint_group New Module: gcp_compute_network_endpoint_group (#63121) 2019-10-04 13:09:34 -04:00
gcp_compute_node_group New Module: gcp_compute_node_group (#63080) 2019-10-04 13:10:53 -04:00
gcp_compute_node_template New Module: gcp_compute_node_template (#63064) 2019-10-02 14:30:10 -04:00
gcp_compute_region_backend_service New Module: gcp_compute_region_backend_service (#63154) 2019-10-07 13:22:26 -04:00
gcp_compute_region_disk Bug fixes for GCP modules (#61916) 2019-10-01 18:27:19 -04:00
gcp_compute_reservation New Module: gcp_compute_reservation (#64133) 2019-11-01 13:46:42 -04:00
gcp_compute_route Bug fixes for GCP modules (#61916) 2019-10-01 18:27:19 -04:00
gcp_compute_router Bug fixes for GCP modules (#61916) 2019-10-01 18:27:19 -04:00
gcp_compute_snapshot Bug fixes for GCP modules (#61916) 2019-10-01 18:27:19 -04:00
gcp_compute_ssl_certificate Bug fixes for GCP modules (#61916) 2019-10-01 18:27:19 -04:00
gcp_compute_ssl_policy Bug fixes for GCP modules (#61916) 2019-10-01 18:27:19 -04:00
gcp_compute_subnetwork Bug fixes for GCP modules (#61916) 2019-10-01 18:27:19 -04:00
gcp_compute_target_http_proxy Bug fixes for GCP modules (#61916) 2019-10-01 18:27:19 -04:00
gcp_compute_target_https_proxy Bug fixes for GCP modules (#61916) 2019-10-01 18:27:19 -04:00
gcp_compute_target_instance New Module: gcp_compute_target_instance (#64135) 2019-11-04 14:52:28 -05:00
gcp_compute_target_pool Bug fixes for GCP modules (#61590) 2019-10-01 18:27:51 -04:00
gcp_compute_target_ssl_proxy Bug fixes for GCP modules (#61590) 2019-10-01 18:27:51 -04:00
gcp_compute_target_tcp_proxy Bug fixes for GCP modules (#61590) 2019-10-01 18:27:51 -04:00
gcp_compute_target_vpn_gateway Bug fixes for GCP modules (#61590) 2019-10-01 18:27:51 -04:00
gcp_compute_url_map Bug fixes for GCP modules (#61590) 2019-10-01 18:27:51 -04:00
gcp_compute_vpn_tunnel Bug fixes for GCP modules (#61590) 2019-10-01 18:27:51 -04:00
gcp_container_cluster Bug fixes for GCP modules (#61590) 2019-10-01 18:27:51 -04:00
gcp_container_node_pool Bug fixes for GCP modules (#61590) 2019-10-01 18:27:51 -04:00
gcp_dns_managed_zone Bug fixes for GCP modules (#61590) 2019-10-01 18:27:51 -04:00
gcp_dns_resource_record_set Bug fixes for GCP modules (#61590) 2019-10-01 18:27:51 -04:00
gcp_filestore_instance Bug fixes for GCP modules (#61590) 2019-10-01 18:27:51 -04:00
gcp_iam_role Bug fixes for GCP modules (#61917) 2019-10-01 18:27:03 -04:00
gcp_iam_service_account Bug fixes for GCP modules (#61917) 2019-10-01 18:27:03 -04:00
gcp_iam_service_account_key
gcp_kms_crypto_key Bug fixes for GCP modules (#61917) 2019-10-01 18:27:03 -04:00
gcp_kms_key_ring Bug fixes for GCP modules (#61917) 2019-10-01 18:27:03 -04:00
gcp_logging_metric New Module: gcp_logging_metric (#64339) 2019-11-04 14:51:52 -05:00
gcp_mlengine_model Bug fixes for GCP modules (#61917) 2019-10-01 18:27:03 -04:00
gcp_mlengine_version Bug fixes for GCP modules (#61917) 2019-10-01 18:27:03 -04:00
gcp_pubsub_subscription Bug fixes for GCP modules (#61917) 2019-10-01 18:27:03 -04:00
gcp_pubsub_topic Bug fixes for GCP modules (#61917) 2019-10-01 18:27:03 -04:00
gcp_redis_instance Bug fixes for GCP modules (#61917) 2019-10-01 18:27:03 -04:00
gcp_resourcemanager_project Bug fixes for GCP modules (#61917) 2019-10-01 18:27:03 -04:00
gcp_runtimeconfig_config New Module: gcp_runtimeconfig_config (#63883) 2019-10-24 17:16:24 -04:00
gcp_runtimeconfig_variable New Module: gcp_runtimeconfig_variable (#63885) 2019-10-24 17:15:57 -04:00
gcp_serviceusage_service New Module: gcp_serviceusage_service (#64588) 2019-11-11 14:08:09 -05:00
gcp_sourcerepo_repository Bug fixes for GCP modules (#61917) 2019-10-01 18:27:03 -04:00
gcp_spanner_database Bug fixes for GCP modules (#61918) 2019-10-01 18:26:56 -04:00
gcp_spanner_instance Bug fixes for GCP modules (#61918) 2019-10-01 18:26:56 -04:00
gcp_sql_database Bug fixes for GCP modules (#61918) 2019-10-01 18:26:56 -04:00
gcp_sql_instance Bug fixes for GCP modules (#61918) 2019-10-01 18:26:56 -04:00
gcp_sql_user Bug fixes for GCP modules (#61918) 2019-10-01 18:26:56 -04:00
gcp_storage_bucket Bug fixes for GCP modules (#61918) 2019-10-01 18:26:56 -04:00
gcp_storage_bucket_access_control Bug fixes for GCP modules (#61918) 2019-10-01 18:26:56 -04:00
gcp_storage_object
gcp_tpu_node Bug fixes for GCP modules (#61918) 2019-10-01 18:26:56 -04:00
gem
get_certificate crypto modules: fix sanity errors (#60046) 2019-08-18 05:37:57 +02:00
get_url get_url integration test: Fix missing conditional (#64100) 2019-10-31 15:17:38 -04:00
getent getent - add service support(#60295) 2019-08-27 11:58:37 -04:00
git Change integration tests in order to pass on Fedora 30 (#58081) 2019-06-19 12:38:05 -04:00
git_config
github_issue
gitlab_deploy_key
gitlab_group Fix typesetting of "GitLab" (#61702) 2019-09-03 09:22:26 -05:00
gitlab_hook Fix typesetting of "GitLab" (#61702) 2019-09-03 09:22:26 -05:00
gitlab_project
gitlab_project_variable add new module with integration tests to manage gitlab project variables (#56574) 2019-08-02 09:08:37 +02:00
gitlab_runner Fix typesetting of "GitLab" (#61702) 2019-09-03 09:22:26 -05:00
gitlab_user
grafana_datasource Add integration tests for grafana_datasource module (#63986) 2019-10-29 22:39:38 +01:00
group Fix group integration test for CentOS 8 (#64858) 2019-11-15 17:07:02 -05:00
group_by
groupby_filter
handlers Fix sanity tests based on newer version of shellcheck (#60423) 2019-08-12 16:24:28 -04:00
hash
hcloud_datacenter_info Revert "Disable Hetzner Cloud integration tests due to authentication issues (#61375)" (#61383) 2019-08-27 15:30:28 -04:00
hcloud_floating_ip hcloud: Add Delete Protection to hcloud_floating_ip and hcloud_floating_ip_info (#63663) 2019-10-18 23:27:23 +02:00
hcloud_floating_ip_info hcloud_floating_ip_info: create temporary ip in integration tests 2019-10-02 20:17:20 +02:00
hcloud_image_info Fix and reenable hcloud tests 2019-12-06 08:30:01 -08:00
hcloud_location_info Revert "Disable Hetzner Cloud integration tests due to authentication issues (#61375)" (#61383) 2019-08-27 15:30:28 -04:00
hcloud_network hcloud: Add delete_protection to hcloud_network and hcloud_network_info (#63656) 2019-10-18 10:54:01 +02:00
hcloud_network_info hcloud: Add delete_protection to hcloud_network and hcloud_network_info (#63656) 2019-10-18 10:54:01 +02:00
hcloud_rdns Fix and reenable hcloud tests 2019-12-06 08:30:01 -08:00
hcloud_route Revert "Disable Hetzner Cloud integration tests due to authentication issues (#61375)" (#61383) 2019-08-27 15:30:28 -04:00
hcloud_server Fix and reenable hcloud tests 2019-12-06 08:30:01 -08:00
hcloud_server_info Revert "Disable Hetzner Cloud integration tests due to authentication issues (#61375)" (#61383) 2019-08-27 15:30:28 -04:00
hcloud_server_network Revert "Disable Hetzner Cloud integration tests due to authentication issues (#61375)" (#61383) 2019-08-27 15:30:28 -04:00
hcloud_server_type_info Revert "Disable Hetzner Cloud integration tests due to authentication issues (#61375)" (#61383) 2019-08-27 15:30:28 -04:00
hcloud_ssh_key Revert "Disable Hetzner Cloud integration tests due to authentication issues (#61375)" (#61383) 2019-08-27 15:30:28 -04:00
hcloud_ssh_key_info Revert "Disable Hetzner Cloud integration tests due to authentication issues (#61375)" (#61383) 2019-08-27 15:30:28 -04:00
hcloud_subnetwork Revert "Disable Hetzner Cloud integration tests due to authentication issues (#61375)" (#61383) 2019-08-27 15:30:28 -04:00
hcloud_volume hcloud: Add Delete Protection to hcloud_volume and hcloud_volume_info (#63665) 2019-10-18 23:28:12 +02:00
hcloud_volume_info hcloud_volume: add linux_device to return values (#62865) 2019-10-02 20:19:10 +02:00
hg
hosts_field
hwc_ecs_instance hwc: Add instance module (#60180) 2019-10-19 09:50:03 +02:00
hwc_evs_disk hwc: Add disk module (#59919) 2019-10-19 10:09:40 +02:00
hwc_network_vpc
hwc_smn_topic
hwc_vpc_eip hwc: Add eip module (#60182) 2019-10-19 12:58:29 +02:00
hwc_vpc_peering_connect hwc: Add new module to peering (#60190) 2019-10-19 11:27:53 +02:00
hwc_vpc_port hwc: Add port module (#60188) 2019-10-19 11:32:10 +02:00
hwc_vpc_private_ip Add private ip module (#60191) 2019-10-18 10:15:13 +01:00
hwc_vpc_route Add route module (#60189) 2019-10-12 18:15:02 +02:00
hwc_vpc_security_group hwc: Add security group module (#60187) 2019-10-19 09:43:50 +02:00
hwc_vpc_security_group_rule hwc: Add security group rule module (#60186) 2019-10-19 12:53:02 +02:00
hwc_vpc_subnet Add subnet module (#60183) 2019-10-18 11:00:32 +01:00
iam_group Fixup iam_group integration tests and return value documentation (#61243) 2019-09-05 19:25:36 -04:00
iam_password_policy Fix iam_password_policy integration tests (#60930) 2019-08-22 23:25:25 +10:00
iam_policy Rewrite iam_policy using boto3 (#63924) 2019-11-20 16:59:02 -07:00
iam_role Feature: iam_role tags (#63944) 2019-11-18 13:41:52 -07:00
iam_saml_federation Added AWS SAML Federation Module (#55821) 2019-09-11 10:00:05 -07:00
iam_user iam_user Additional integration tests (#63768) 2019-10-30 09:37:33 -04:00
ignore_errors
ignore_unreachable
include_import Ensure allow_duplicates: true enables to run single role multiple times (#64902) (#65063) 2019-12-03 10:21:54 -05:00
include_parent_role_vars
include_vars include_vars: Check NoneType for raw_params (#64979) 2019-11-26 13:11:02 -05:00
includes
influxdb_user
ini_file
interpreter_discovery_python Default to python3 on Debian 10 (#63097) 2019-11-14 13:52:13 -06:00
intersight_info Second batch for _facts -> _info rename (#57020) 2019-06-10 13:04:07 +02:00
intersight_rest_api
inventory inventory: Fail on non-existing limit file (#59758) 2019-12-12 09:09:40 +05:30
inventory_aws_conformance Sanity test fixups - AWS related tests (#64093) 2019-10-30 09:48:59 -07:00
inventory_aws_ec2 Clean up unused config usage in integration tests. 2019-08-14 09:44:36 -07:00
inventory_aws_rds AWS dynamic inventory: fixup RDS integration tests (#61259) 2019-08-25 10:32:18 -04:00
inventory_cloudscale cloudscale: fix boilerplate (#63533) 2019-10-16 11:02:32 +02:00
inventory_docker_machine Disable failing inventory_docker_machine test. 2019-08-08 20:39:04 -07:00
inventory_docker_swarm Make Docker and Podman play nice (#65009) 2019-11-18 15:08:58 -05:00
inventory_foreman Update integration tests. (#60447) 2019-08-12 16:23:47 -07:00
inventory_foreman_script Update foreman inventory to use foreman's inventory report (#62438) 2019-12-03 15:11:40 -07:00
inventory_kubevirt_conformance
inventory_limit Account for empty strings when splitting the host pattern (#62442) 2019-09-20 16:03:51 -04:00
inventory_path_with_comma
inventory_plugin_config
inventory_vmware_vm_inventory vcenter provider: Only rely on VMWARE_TEST_PLATFORM 2019-09-20 10:33:44 -04:00
inventory_yaml
ios_banner Make banner detection non-greedy in ios_banner (#63092) 2019-10-25 14:20:00 -04:00
ios_bgp add prefix-list to ios_bgp af-mode (#62705) 2019-12-15 12:35:51 +05:30
ios_command Add support to configure network_cli terminal related options (#60086) 2019-08-19 18:56:20 +05:30
ios_config
ios_facts Resource module for ios_interfaces and Facts Update (#59716) 2019-08-02 14:34:05 +05:30
ios_file
ios_interface
ios_interfaces Fix traceback empty config error to meaningful msg for IOS (#62538) 2019-09-19 10:13:36 +05:30
ios_l2_interface
ios_l2_interfaces Fix traceback empty config error to meaningful msg for IOS (#62538) 2019-09-19 10:13:36 +05:30
ios_l3_interface
ios_l3_interfaces Fix traceback empty config error to meaningful msg for IOS (#62538) 2019-09-19 10:13:36 +05:30
ios_lacp Fix traceback empty config error to meaningful msg for IOS (#62538) 2019-09-19 10:13:36 +05:30
ios_lacp_interfaces Fix traceback empty config error to meaningful msg for IOS (#62538) 2019-09-19 10:13:36 +05:30
ios_lag_interfaces Fix traceback empty config error to meaningful msg for IOS (#62538) 2019-09-19 10:13:36 +05:30
ios_linkagg
ios_lldp
ios_lldp_global Fix traceback empty config error to meaningful msg for IOS (#62538) 2019-09-19 10:13:36 +05:30
ios_lldp_interfaces Fix traceback empty config error to meaningful msg for IOS (#62538) 2019-09-19 10:13:36 +05:30
ios_logging
ios_ntp Fix yamllint failure. 2019-06-07 09:58:48 -07:00
ios_ping Removed in 29 (#63680) 2019-10-24 15:01:05 -04:00
ios_smoke Fix ios_smoke failure (#57665) 2019-06-11 10:52:54 -04:00
ios_static_route
ios_system
ios_user
ios_vlan
ios_vlans Fix IOS_VLANS override operation for new VLANs (#63624) 2019-10-18 13:56:23 +05:30
iosxr_banner
iosxr_bgp More iosxr integration zuul CI test fixes (#57909) 2019-06-17 17:22:46 +02:00
iosxr_command
iosxr_config Add exclusive configuration mode support (#59289) 2019-07-19 19:03:35 +05:30
iosxr_facts Add iosxr_lacp resource module (#59281) 2019-07-24 22:55:42 +05:30
iosxr_interface Add iosxr_lacp_resource module (#59724) 2019-08-08 00:13:06 +05:30
iosxr_interfaces Fix traceback for empty config (#62515) 2019-10-03 19:45:52 +05:30
iosxr_l2_interfaces Fix traceback for empty config (#62515) 2019-10-03 19:45:52 +05:30
iosxr_l3_interfaces Fix traceback for empty config (#62515) 2019-10-03 19:45:52 +05:30
iosxr_lacp Fix traceback for empty config (#62515) 2019-10-03 19:45:52 +05:30
iosxr_lacp_interfaces Fix traceback for empty config (#62515) 2019-10-03 19:45:52 +05:30
iosxr_lag_interfaces Fix traceback for empty config (#62515) 2019-10-03 19:45:52 +05:30
iosxr_lldp_global Fix traceback for empty config (#62515) 2019-10-03 19:45:52 +05:30
iosxr_lldp_interfaces Fix traceback for empty config (#62515) 2019-10-03 19:45:52 +05:30
iosxr_logging
iosxr_netconf
iosxr_smoke
iosxr_system
iosxr_user
ipify_facts
iso_extract Fix iso_extract tests for CentOS 8 (#64861) 2019-11-15 17:37:13 -05:00
iterators
java_cert
jboss jboss module: add check mode support and integration tests (#58959) 2019-07-15 12:17:08 -04:00
jinja2_native_types
junos_banner
junos_command Fix cli context check for network_cli connection (#64697) 2019-11-26 08:40:49 +05:30
junos_config Fix for junos cli_config replace option (#62131) 2019-09-13 18:52:33 +05:30
junos_facts Fix junos integration zuul CI failures (#57309) 2019-06-10 16:10:57 +02:00
junos_interface
junos_interfaces Change enable to enabled for junos_interfaces module (#62321) 2019-09-16 12:17:27 +05:30
junos_l2_interface
junos_l2_interfaces Add [junos_l2_interfaces] resource module (#59693) 2019-08-09 13:09:19 +05:30
junos_l3_interface
junos_l3_interfaces Return commands key instead of xml in result for junos rm (#62041) 2019-09-11 11:06:08 +05:30
junos_lacp Add [junos_lacp] model (#59705) 2019-08-12 13:54:44 +05:30
junos_lacp_interfaces Add [junos_lacp_interfaces] resource module (#59708) 2019-08-12 11:24:34 +05:30
junos_lag_interfaces Add [junos_lacp] model (#59705) 2019-08-12 13:54:44 +05:30
junos_linkagg
junos_lldp Fix junos integration zuul CI failures (#57309) 2019-06-10 16:10:57 +02:00
junos_lldp_global Rename junos_lldp_global enable option to enabled (#61551) 2019-08-29 22:32:48 +05:30
junos_lldp_interface Fix junos integration zuul CI failures (#57309) 2019-06-10 16:10:57 +02:00
junos_lldp_interfaces Change enable to enabled for junos_interfaces module (#62321) 2019-09-16 12:17:27 +05:30
junos_logging
junos_netconf Remove more usage of pause with junos tests (#58153) 2019-06-21 14:07:25 -04:00
junos_rpc Fix junos integration zuul CI failures (#57309) 2019-06-10 16:10:57 +02:00
junos_smoke
junos_static_route
junos_static_routes Add junos_static_routes module (#65239) 2019-12-04 12:59:56 +01:00
junos_system
junos_user
junos_vlan
junos_vlans Add junos vlans resource module (#59041) 2019-08-06 16:00:01 +02:00
junos_vrf
k8s Add more kubernetes Service tests (#62581) 2019-10-25 11:21:13 +01:00
known_hosts
lambda_policy AWS modules: _facts -> _info (#57613) 2019-06-10 15:52:49 +02:00
lightsail lightsail - Use AnsibleAWSModule (#65275) 2019-12-02 13:12:44 -07:00
lineinfile lineinfile - don't run os.makedirs on empty dir path (#63921) 2019-10-29 13:06:17 -04:00
listen_ports_facts Add method to automatically clean up after an action plugin (#65509) 2019-12-06 17:29:26 -05:00
locale_gen
lookup_hashi_vault Support non-KV and KV v1/v2 secret engines (#64288) 2019-11-25 06:18:49 +01:00
lookup_inventory_hostnames
lookup_lmdb_kv lookup: lmdb_kv: add tests 2019-09-30 11:00:00 +02:00
lookup_passwordstore Fix lookup_passwordstore integration test for CentOS 8 (#64869) 2019-11-15 17:37:43 -05:00
lookup_paths
lookup_properties
lookups template lookup: fix regression when templating hostvars (#64070) 2019-11-06 15:25:43 +01:00
loop_control Fix extended loop_control with includes (#61231) 2019-08-27 12:09:56 -05:00
loops unsafe wrapping should only happen for with_ loops (#64401) 2019-11-06 10:31:55 -06:00
luks_device Add passphrase support for luks_device (#65050) 2019-11-30 20:50:30 +01:00
lvg Fix integration test temp dir usage. (#60555) 2019-08-14 00:12:05 -07:00
mail
mariadb_replication Fix MariaDB integration tests for CentOS 8 (#64859) 2019-11-15 17:06:27 -05:00
memset_dns_reload
memset_memstore_info
memset_server_info
memset_zone
memset_zone_domain
memset_zone_record
meraki_admin/tasks meraki_admin - Enable check mode (#54499) 2019-06-05 10:23:54 -04:00
meraki_config_template Meraki - Remove integration tests which work with HTTP respons… (#64975) 2019-11-20 09:24:12 -05:00
meraki_content_filtering meraki_content_filtering - Add support for querying (#57273) 2019-06-18 14:52:46 +05:30
meraki_device
meraki_firewalled_services New module - meraki_firewalled_services (#57289) 2019-07-26 11:39:20 -04:00
meraki_malware New module - meraki_malware (#56929) 2019-06-05 10:36:39 -04:00
meraki_mr_l3_firewall meraki_mr_l3_firewall - Fix integration test cleanup (#57562) 2019-06-12 10:28:09 -04:00
meraki_mx_l3_firewall Meraki - Remove integration tests which work with HTTP respons… (#64975) 2019-11-20 09:24:12 -05:00
meraki_mx_l7_firewall New module - meraki_mx_l7_firewall (#55485) 2019-07-26 11:43:28 -04:00
meraki_nat/tasks New module - meraki_nat (#52889) 2019-07-26 11:42:36 -04:00
meraki_network Meraki - Convert response keys to snake_case from camelCase (#53891) 2019-06-13 15:07:30 -04:00
meraki_organization meraki_organization - Add deletion support (#59415) 2019-07-31 11:29:42 -04:00
meraki_snmp meraki_snmp - Add support for network SNMP settings (#57708) 2019-07-31 11:29:57 -04:00
meraki_ssid Meraki - Remove integration tests which work with HTTP respons… (#64975) 2019-11-20 09:24:12 -05:00
meraki_static_route safe_eval fix (#57188) 2019-06-06 15:36:22 -04:00
meraki_switchport Meraki - Remove integration tests which work with HTTP respons… (#64975) 2019-11-20 09:24:12 -05:00
meraki_syslog/tasks Meraki - Remove integration tests which work with HTTP respons… (#64975) 2019-11-20 09:24:12 -05:00
meraki_vlan Meraki - Remove integration tests which work with HTTP respons… (#64975) 2019-11-20 09:24:12 -05:00
meraki_webhooks New module - meraki_webhook (#57855) 2019-07-31 11:31:16 -04:00
meta_tasks Add test for meta: end_play (#59118) 2019-07-16 12:41:48 -04:00
module_defaults Amazon modules: rename _facts with ansible_facts result to _info (#60178) 2019-08-13 08:01:37 -04:00
module_precedence
module_tracebacks Recognize module tracebacks on stdout and stderr. 2019-06-26 15:45:46 -07:00
module_utils Add tests for new alias deprecation functionality (#61476) 2019-09-05 15:47:42 -07:00
mongodb_replicaset mongodb_replicaset/test: properly kill the nodes 2019-09-19 17:19:48 -04:00
mongodb_shard Do not install requests[security] for MongoDB tests (#60083) 2019-08-05 15:01:58 -04:00
mount Added state "remount" which will remount the device (#52649) 2019-07-19 08:59:27 +02:00
mqtt Adds tls_version argument to mqtt module (#58264) 2019-06-25 15:27:32 +02:00
mso_label
mso_role
mso_site
mso_tenant
mso_user
mysql_db mysql_db: add force parameter (#65547) 2019-12-05 10:44:22 +00:00
mysql_info mysql_info: add return_empty_dbs parameter (#65755) 2019-12-12 14:10:52 +01:00
mysql_replication Fix mysql_replication integration test for CentOS 8 (#64870) 2019-11-15 17:01:23 -05:00
mysql_user Don't return module error when mysql_connect fails (#64560) (#64585) 2019-12-06 11:22:34 +05:30
mysql_variables mysql_variables: add mode parameter (#63547) 2019-11-02 10:16:28 +01:00
netapp_eseries_alerts
netapp_eseries_asup
netapp_eseries_drive_firmware Add netapp_e_drive_firmware (#59528) 2019-08-28 17:15:19 -04:00
netapp_eseries_firmware Add netapp_e_firmware module (#59529) 2019-08-28 17:17:35 -04:00
netapp_eseries_global
netapp_eseries_host Host dev upstream (#57086) 2019-08-06 15:01:22 -04:00
netapp_eseries_iscsi_interface
netapp_eseries_iscsi_target
netapp_eseries_lun_mapping Lun mapping upstream dev (#57096) 2019-08-09 08:25:38 -04:00
netapp_eseries_storagepool Add tray/drawer loss protection preference and integration tests to netapp_e_storagepool module. (#60151) 2019-08-28 12:02:46 -04:00
netapp_eseries_volume Fix netapp_e_volume wait-for-initialization to complete issue. (#58304) 2019-08-07 11:28:39 -04:00
netconf_config Fix iosxr netconf integration test (#57882) 2019-06-15 16:58:09 +05:30
netconf_get Fix iosxr netconf integration test (#57882) 2019-06-15 16:58:09 +05:30
netconf_rpc
nios_a_record
nios_aaaa_record
nios_cname_record
nios_dns_view
nios_host_record
nios_mx_record
nios_naptr_record
nios_network
nios_network_view
nios_ptr_record Bug fixes to the Infoblox NIOS modules (#58521) 2019-09-17 09:45:50 +05:30
nios_srv_record
nios_txt_record
nios_zone
no_log Properly mask no_log values is sub parameters during failure (#63405) 2019-10-14 09:20:07 -07:00
npm
nuage_vspk Make nuage_vspk test more reliable 2019-06-26 14:32:23 -07:00
nxos_aaa_server
nxos_aaa_server_host
nxos_acl
nxos_acl_interface
nxos_banner
nxos_become
nxos_bfd_global Fix bfd cmd order and test issues (#61943) 2019-09-12 21:45:37 +05:30
nxos_bfd_interfaces nxos_bfd_interfaces: new module (#61407) 2019-08-29 09:36:10 +05:30
nxos_bgp
nxos_bgp_af
nxos_bgp_neighbor nxos_bgp_neighbor: Add bfd support (#56932) 2019-06-19 21:23:00 +05:30
nxos_bgp_neighbor_af Test fix (#65132) 2019-11-25 12:16:19 +05:30
nxos_command
nxos_config Remove timeout from nxos tests (#65470) 2019-12-05 10:39:35 -05:00
nxos_evpn_global
nxos_evpn_vni
nxos_facts Fix eos_facts over local eapi (#64570) 2019-11-12 09:29:44 -05:00
nxos_feature
nxos_file_copy Fix nxos_file_copy option value path validation (#65423) 2019-12-15 10:41:33 +05:30
nxos_gir
nxos_gir_profile_management
nxos_hsrp
nxos_hsrp_interfaces nxos_hsrp_interfaces: new module (#61498) 2019-11-06 15:40:39 +05:30
nxos_igmp
nxos_igmp_interface nxos_igmp_interface: fix regression test failure (#64286) 2019-11-10 09:56:10 +05:30
nxos_igmp_snooping
nxos_install_os Fix missing variable with nxos_install_os tests (#60351) 2019-08-17 10:04:50 -04:00
nxos_interface Always cleanup vlan interfaces (#65756) 2019-12-12 13:02:52 -05:00
nxos_interface_ospf nxos_interface_ospf: Add bfd support (#56807) 2019-06-07 09:58:29 +05:30
nxos_interfaces nxos_interfaces: RMB state fixes (#63960) 2019-12-13 18:06:21 +05:30
nxos_l2_interface
nxos_l2_interfaces nxos_l2_interfaces: fix for integration tests failing to setup layer2 (#61887) 2019-09-12 21:46:52 +05:30
nxos_l3_interface
nxos_l3_interfaces [stable-2.9] Fix nxos_l3_interfaces module and tests (#62545) 2019-10-02 13:43:17 -04:00
nxos_lacp nxos_lacp: updated tests to handle platforms not supporting lacp system mac command (#64074) 2019-11-10 10:32:07 +05:30
nxos_lacp_interfaces nxos_lacp_interfaces: Updating the tests to handle platforms that don't support - lacp mode delay (#64123) 2019-11-10 10:00:13 +05:30
nxos_lag_interfaces nxos_lag_interfaces: fix regression tests (#64119) 2019-11-06 15:45:19 +05:30
nxos_linkagg Remove timeout from nxos tests (#65470) 2019-12-05 10:39:35 -05:00
nxos_lldp
nxos_lldp_global nxos_lldp_global: fix regression tests (#64161) 2019-11-06 15:41:40 +05:30
nxos_logging
nxos_netconf Add filter option to netconf_config module (#63593) 2019-10-30 19:09:13 +05:30
nxos_ntp
nxos_ntp_auth
nxos_ntp_options
nxos_nxapi
nxos_nxapi_transports
nxos_ospf
nxos_ospf_vrf nxos_ospf_vrf: Add 'bfd' support (#57425) 2019-06-19 21:22:32 +05:30
nxos_overlay_global nxos_overlay_global: Removing provider and correcting relative references (#64454) 2019-11-10 09:47:34 +05:30
nxos_pim nxos_pim: Add bfd support (#56908) 2019-06-19 21:22:03 +05:30
nxos_pim_interface nxos_pim_interface: Add 'bfd' support (#57133) 2019-06-12 09:47:41 +05:30
nxos_pim_rp_address
nxos_reboot
nxos_rollback Remove timeout from nxos tests (#65470) 2019-12-05 10:39:35 -05:00
nxos_rpm
nxos_smoke Add proper hostname cleanup for nxos tests (#61810) 2019-09-11 19:40:14 +05:30
nxos_snapshot
nxos_snmp_community
nxos_snmp_contact
nxos_snmp_host
nxos_snmp_location
nxos_snmp_traps
nxos_snmp_user Fix version_compare with nxos_snmp_user tests (#65527) 2019-12-10 21:54:02 -05:00
nxos_static_route
nxos_system
nxos_telemetry nxos_telemetry replaced state (#62368) 2019-09-17 16:49:30 +05:30
nxos_udld
nxos_udld_interface
nxos_user Remove unused code in nxos_user (#65529) 2019-12-10 19:01:59 +05:30
nxos_vlan nxos_vlan: fix broken purge behavior (issue #57101) (#57229) 2019-06-04 09:14:09 +05:30
nxos_vlans nxos_vlans: fix rmb behaviors and tests (#63650) 2019-11-19 14:24:52 +05:30
nxos_vpc
nxos_vpc_interface
nxos_vrf nxos_vrf: N6K regression test failures (#63277) 2019-10-31 18:17:39 +05:30
nxos_vrf_af
nxos_vrf_interface
nxos_vrrp
nxos_vtp_domain
nxos_vtp_password
nxos_vtp_version Fix nxos_vtp_version test (#57358) 2019-06-06 09:35:29 +05:30
nxos_vxlan_vtep
nxos_vxlan_vtep_vni
old_style_cache_plugins Correct virtualenv usage in integration tests. 2019-06-03 15:23:04 -07:00
old_style_modules_posix
omit
one_host
openssh_cert
openssh_keypair openssh_keypair - Add logic to handle password protected or broken key (#64436) 2019-12-02 08:12:38 +01:00
openssl_certificate openssl_csr and openssl_certificate: fix support for Ed25519 and Ed448 private keys (#63984) 2019-10-30 21:36:36 +01:00
openssl_certificate_info openssl_*: deprecate PyOpenSSL backends (#59907) 2019-08-26 18:26:10 +02:00
openssl_csr openssl_csr and openssl_certificate: fix support for Ed25519 and Ed448 private keys (#63984) 2019-10-30 21:36:36 +01:00
openssl_csr_info openssl_*: deprecate PyOpenSSL backends (#59907) 2019-08-26 18:26:10 +02:00
openssl_dhparam openssl_dhparam: add cryptography backend (#62991) 2019-10-04 21:53:04 +02:00
openssl_pkcs12
openssl_privatekey Fix bug in format handling. (#65642) 2019-12-09 18:56:15 +05:30
openssl_privatekey_info openssl_*: deprecate PyOpenSSL backends (#59907) 2019-08-26 18:26:10 +02:00
openssl_publickey openssl_publickey: add cryptography backend (#60387) 2019-08-17 18:52:14 +02:00
openvswitch_bridge Add support for vlan update on ovs bridges (#57168) 2019-06-05 10:32:14 -04:00
openvswitch_db Fix ovsdb module not being idempotent (#57735) 2019-06-26 10:48:46 -04:00
order
osx_defaults
package
package_facts package_facts: check 'vital' and 'automated' values ('pkg' manager) (#62766) 2019-09-24 10:03:56 +02:00
parsing
patch
pause
pids
ping
pip Integration tests: prevent loop squashing (#63847) 2019-10-23 21:02:25 +02:00
plugin_filtering
plugin_loader
plugin_namespace Fix plugin names when loading all plugins. (#59950) 2019-08-09 07:23:12 +01:00
podman_container_info Add podman_container_info module (#64361) 2019-12-06 09:50:30 -05:00
podman_image Fix podman_image integration tests (#59805) 2019-07-30 15:11:35 -04:00
podman_image_info podman_image_info - Do not fail when nonexistant image name is provided (#57962) 2019-06-26 17:04:26 -04:00
podman_volume_info Add podman_volume_info module (#63380) 2019-10-31 16:17:33 -04:00
postgresql_copy Remove postgresql_shared integration test (#65133) 2019-11-22 09:30:10 -05:00
postgresql_db postgresql_db: add executed_commands returned value (#65542) 2019-12-05 10:53:08 +01:00
postgresql_ext postgresql_ext: use query_params (#64994) 2019-12-02 13:32:25 +00:00
postgresql_idx Remove postgresql_shared integration test (#65133) 2019-11-22 09:30:10 -05:00
postgresql_info Remove postgresql_shared integration test (#65133) 2019-11-22 09:30:10 -05:00
postgresql_lang Remove postgresql_shared integration test (#65133) 2019-11-22 09:30:10 -05:00
postgresql_membership Remove postgresql_shared integration test (#65133) 2019-11-22 09:30:10 -05:00
postgresql_owner postgresql_owner: use query_params with cursor (#65310) 2019-11-27 10:42:26 +00:00
postgresql_pg_hba Remove postgresql_shared integration test (#65133) 2019-11-22 09:30:10 -05:00
postgresql_ping Remove postgresql_shared integration test (#65133) 2019-11-22 09:30:10 -05:00
postgresql_privs Remove postgresql_shared integration test (#65133) 2019-11-22 09:30:10 -05:00
postgresql_publication postgresql_publication: use query params with cursor object (#65404) 2019-12-05 10:44:45 +00:00
postgresql_query Remove postgresql_shared integration test (#65133) 2019-11-22 09:30:10 -05:00
postgresql_schema Remove postgresql_shared integration test (#65133) 2019-11-22 09:30:10 -05:00
postgresql_sequence postgresql_sequence: use query parameters with cursor object (#65787) 2019-12-14 09:46:27 +05:30
postgresql_set Remove postgresql_shared integration test (#65133) 2019-11-22 09:30:10 -05:00
postgresql_slot postgresql modules: use query parameters with cursor objects (#65791) 2019-12-14 13:43:59 +05:30
postgresql_subscription Remove postgresql_shared integration test (#65133) 2019-11-22 09:30:10 -05:00
postgresql_table Remove postgresql_shared integration test (#65133) 2019-11-22 09:30:10 -05:00
postgresql_tablespace Remove postgresql_shared integration test (#65133) 2019-11-22 09:30:10 -05:00
postgresql_user Remove postgresql_shared integration test (#65133) 2019-11-22 09:30:10 -05:00
prepare_eos_tests/tasks
prepare_http_tests
prepare_ios_tests
prepare_iosxr_tests
prepare_junos_tests/tasks Use wait_for in prepare_junos_tests.yaml (#57073) 2019-06-16 16:03:55 -04:00
prepare_nios_tests/tasks
prepare_nuage_tests/tasks Make nuage_vspk test more reliable 2019-06-26 14:32:23 -07:00
prepare_nxos_tests/tasks Use fact cache to make nxos tests faster (#65479) 2019-12-10 21:53:48 -05:00
prepare_ovs_tests/tasks
prepare_sros_tests/tasks
prepare_tests/tasks
prepare_vmware_tests prepare_vmware_tests: ensure 'VM Network' exists (#65616) 2019-12-10 09:08:42 -05:00
prepare_vyos_tests/tasks vyos: Make vyos related yaml file passing yamllint (#65449) 2019-12-03 09:34:35 -05:00
prepare_win_tests
psexec
pull Update integration tests. (#60447) 2019-08-12 16:23:47 -07:00
python_requirements_info Fix incorrect assumptions in integration tests. (#58365) 2019-06-25 18:39:41 -07:00
rabbitmq_binding Revert "Disable the rabbitmq tests for now" 2019-06-06 17:05:13 -07:00
rabbitmq_lookup Revert "Disable the rabbitmq tests for now" 2019-06-06 17:05:13 -07:00
rabbitmq_plugin Revert "Disable the rabbitmq tests for now" 2019-06-06 17:05:13 -07:00
rabbitmq_publish Revert "Disable the rabbitmq tests for now" 2019-06-06 17:05:13 -07:00
rabbitmq_user Revert "Disable the rabbitmq tests for now" 2019-06-06 17:05:13 -07:00
rabbitmq_vhost Revert "Disable the rabbitmq tests for now" 2019-06-06 17:05:13 -07:00
rabbitmq_vhost_limits Revert "Disable the rabbitmq tests for now" 2019-06-06 17:05:13 -07:00
raw
rds_instance add max_allocated_storage parameter to rds_instance (#61008) 2019-08-22 22:20:50 +10:00
rds_param_group
rds_subnet_group rds_subnet_group : Sanity Check fixes (docs) and Integration tests (#63214) 2019-10-23 08:27:07 -04:00
read_csv
reboot
redshift fix typos in cloud modules (#62194) 2019-09-13 00:01:14 +10:00
rel_plugin_loading
remote_tmp Add method to automatically clean up after an action plugin (#65509) 2019-12-06 17:29:26 -05:00
replace
roles
route53 Update Route53 IAM policy so the Route53 tests run (#64886) 2019-11-18 08:48:58 -05:00
route53_zone
rpm_key rpm_key - add fingerprint parameter (#58373) 2019-07-01 09:57:45 -04:00
run_modules
s3_bucket s3_bucket: Allow empty encryption_key_id with aws:kms (#62031) 2019-10-21 19:45:41 -04:00
s3_bucket_notification Add lambda_bucket_event module (#58059) 2019-07-18 10:54:01 -07:00
s3_lifecycle disable s3_lifecycle tests (#59311) 2019-07-19 13:20:15 -04:00
s3_logging Integration tests for s3_logging (#63257) 2019-10-17 11:33:55 -07:00
scaleway_compute Scaleway: rename _facts -> _info (#61095) 2019-08-27 16:39:24 -04:00
scaleway_image_info Scaleway: rename _facts -> _info (#61095) 2019-08-27 16:39:24 -04:00
scaleway_ip
scaleway_ip_info Scaleway: rename _facts -> _info (#61095) 2019-08-27 16:39:24 -04:00
scaleway_lb
scaleway_organization_info Scaleway: rename _facts -> _info (#61095) 2019-08-27 16:39:24 -04:00
scaleway_s3
scaleway_security_group
scaleway_security_group_info Scaleway: rename _facts -> _info (#61095) 2019-08-27 16:39:24 -04:00
scaleway_security_group_rule
scaleway_server_info Scaleway: rename _facts -> _info (#61095) 2019-08-27 16:39:24 -04:00
scaleway_snapshot_info Scaleway: rename _facts -> _info (#61095) 2019-08-27 16:39:24 -04:00
scaleway_ssh
scaleway_user_data
scaleway_volume
scaleway_volume_info Scaleway: rename _facts -> _info (#61095) 2019-08-27 16:39:24 -04:00
script
seboolean
sefcontext
selinux
sensu_client
sensu_handler
service Fix incorrect assumptions in integration tests. (#58372) 2019-06-25 22:56:59 -07:00
service_facts
set_fact
setup_acme/tasks acme_certificate: add select_chain option (#60710) 2019-10-29 08:09:15 +01:00
setup_azure
setup_cron cronvar - use correct binary name (#63279) 2019-10-09 18:33:25 -04:00
setup_deb_repo
setup_docker Split up docker-registry test target. (#65211) 2019-12-04 14:14:43 -08:00
setup_docker_registry Split up docker-registry test target. (#65211) 2019-12-04 14:14:43 -08:00
setup_ec2
setup_epel/tasks Fix iso_extract tests for CentOS 8 (#64861) 2019-11-15 17:37:13 -05:00
setup_flatpak_remote
setup_grafana Add integration tests for grafana_datasource module (#63986) 2019-10-29 22:39:38 +01:00
setup_influxdb/tasks
setup_mariadb Fix MariaDB integration tests for CentOS 8 (#64859) 2019-11-15 17:06:27 -05:00
setup_mongodb unify mongodb installation for both xenial and bionic in integration tests 2019-10-30 13:21:37 -07:00
setup_mosquitto Adds tls_version argument to mqtt module (#58264) 2019-06-25 15:27:32 +02:00
setup_mysql8 Fix setup_mysql8 tests for CentOS 8 (#64868) 2019-11-15 17:02:20 -05:00
setup_mysql_db Fix setup_mysql_db for CentOS 8 (#64864) 2019-11-15 17:04:35 -05:00
setup_mysql_replication Fix mysql_replication integration test for CentOS 8 (#64870) 2019-11-15 17:01:23 -05:00
setup_nobody
setup_opennebula/vars
setup_openssl crypto modules: fix various errors in argument specs (#65633) 2019-12-09 13:40:11 +01:00
setup_paramiko Fix paramiko_ssh test (#64857) 2019-11-15 17:08:26 -05:00
setup_passlib/tasks
setup_pexpect/tasks
setup_podman Make Docker and Podman play nice (#65009) 2019-11-18 15:08:58 -05:00
setup_postgresql_db Fix postgresql_lang integration test for CentOS 8 (#64872) 2019-11-18 10:45:22 -05:00
setup_postgresql_replication postgresql_subscription: new module (#63661) 2019-11-06 14:19:30 +00:00
setup_rabbitmq Use bintray to install erlang for rabbitmq tests. 2019-06-06 17:05:13 -07:00
setup_remote_constraints Relocate ansible-test code. (#60147) 2019-08-06 14:43:29 -07:00
setup_remote_tmp_dir Add logic to handle multiple actions in an ALB listener rule, Fixes #41861 (#41975) 2019-08-02 10:40:53 +10:00
setup_rpm_repo Fix setup_rpm integration tests for CentOS 8 (#64862) 2019-11-15 17:07:48 -05:00
setup_ssh_keygen
setup_sshkey/tasks
setup_tls
setup_wildfly_server jboss module: add check mode support and integration tests (#58959) 2019-07-15 12:17:08 -04:00
setup_win_device Windows testing - share code for creating a network device (#59847) 2019-08-01 07:43:31 +10:00
setup_win_psget
setup_zabbix re-enable zabbix_host integration tests and add cleanup handlers 2019-11-12 09:54:51 -08:00
shell
slurp
sns
sns_topic
special_vars
sqs_queue
stat
strategy_linear
sts_assume_role Fix STS assume role error message when role does not exist (#63249) 2019-10-09 14:08:29 -07:00
subversion
supervisorctl Clean up ansible-test references in tests. (#60108) 2019-08-05 14:55:30 -07:00
synchronize
synchronize-buildah
sysctl sysctl - Reload also when current system values differ (#56153) 2019-07-24 10:04:15 -04:00
systemd
tags
task_ordering
template Clean up various integration tests. (#60613) 2019-08-14 16:33:45 -07:00
template_jinja2_latest Clean up various integration tests. (#60613) 2019-08-14 16:33:45 -07:00
templating_settings
test_infra Rename python files in hacking/ directory to have .py suffix 2019-07-10 22:17:35 -07:00
tests Add new truthy and falsy jinja2 tests (#62602) 2019-10-02 13:58:28 -04:00
throttle Move the ansible-test output_dir. 2019-08-29 02:32:31 -07:00
timezone Fix timezone integration test for Fedora 31 (#65013) 2019-11-18 15:06:38 -05:00
tower_common Fix incorrect assumptions in integration tests. (#58365) 2019-06-25 18:39:41 -07:00
tower_credential VMware: rename VMWare to VMware (#58535) 2019-06-30 19:30:42 +05:30
tower_credential_type
tower_group
tower_host
tower_inventory
tower_inventory_source
tower_job_cancel
tower_job_launch
tower_job_list
tower_job_template
tower_job_wait
tower_label
tower_notification
tower_organization
tower_project
tower_receive
tower_role tower_role: ensure alias of "validate_certs" parameter is handled (#57518) 2019-06-26 10:04:49 +02:00
tower_send
tower_settings
tower_team
tower_user Fix incorrect assumptions in integration tests. (#58365) 2019-06-25 18:39:41 -07:00
tower_workflow_launch
tower_workflow_template
ucs_disk_group_policy
ucs_dns_server
ucs_ip_pool
ucs_lan_connectivity
ucs_mac_pool
ucs_managed_objects
ucs_ntp_server
ucs_org
ucs_query Add ucs_query (#60607) 2019-09-03 21:34:46 -04:00
ucs_san_connectivity
ucs_service_profile_template
ucs_storage_profile
ucs_timezone
ucs_uuid_pool
ucs_vhba_template
ucs_vlans
ucs_vnic_template
ucs_vsans
ucs_wwn_pool
ufw ufw: add support for interface_in and interface_out (#65382) 2019-12-02 08:01:44 +01:00
unarchive Install zip for unarchive test when using dnf. 2019-10-07 10:41:46 -07:00
unicode
until
uri
user user - compare macOS user properties using same type (#62973) 2019-11-22 17:05:17 -05:00
var_blending Clean up various integration tests. (#60613) 2019-08-14 16:33:45 -07:00
var_precedence
var_templating Use templating in HostVarsVars __repr__ (#64282) 2019-11-01 15:51:34 -04:00
vars_prompt Throw an error on unsupported vars_prompt keys (#65487) 2019-12-05 10:54:32 -05:00
vault
vcenter_folder vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
vcenter_license vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
virt_net virt_net: add way to get facts for only one specified network 2019-07-22 16:34:07 +02:00
vmware_about_facts vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
vmware_about_info vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
vmware_category VMware: Add associable_object_types in vmware_category (#62347) 2019-12-11 13:45:07 +05:30
vmware_cluster vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
vmware_cluster_drs vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
vmware_cluster_facts vmware_cluster_facts: fix the functional test 2019-07-26 14:10:44 +02:00
vmware_cluster_ha vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
vmware_cluster_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_cluster_vsan vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
vmware_content_deploy_template vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
vmware_content_library_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_content_library_manager vmware/test: use better name for datastores 2019-11-14 16:55:05 -05:00
vmware_datacenter vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
vmware_datastore_cluster vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
vmware_datastore_facts vmware/test: use better name for datastores 2019-11-14 16:55:05 -05:00
vmware_datastore_info vmware/test: use better name for datastores 2019-11-14 16:55:05 -05:00
vmware_datastore_maintenancemode vmware/test: use better name for datastores 2019-11-14 16:55:05 -05:00
vmware_drs_group vmware_drs_group: creates test vm properly 2019-08-15 16:57:39 +02:00
vmware_drs_group_facts vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
vmware_drs_group_info vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
vmware_drs_rule_facts remove some tests from zuul/vmware/vcenter_only 2019-12-06 12:20:21 -05:00
vmware_drs_rule_info remove some tests from zuul/vmware/vcenter_only 2019-12-06 12:20:21 -05:00
vmware_dvs_portgroup vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
vmware_dvs_portgroup_facts vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
vmware_dvs_portgroup_find vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
vmware_dvs_portgroup_info vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
vmware_dvswitch vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
vmware_dvswitch_nioc vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
vmware_dvswitch_pvlans vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
vmware_dvswitch_uplink_pg vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
vmware_evc_mode vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
vmware_export_ovf vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
vmware_folder_info vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
vmware_guest VMware: Autoselect datastore only from the given cluster/ESXi (#43435) 2019-12-02 21:53:08 +05:30
vmware_guest_boot_facts
vmware_guest_boot_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_guest_controller VMware: add new module vmware_guest_controller (#59615) 2019-11-22 09:05:10 -05:00
vmware_guest_custom_attribute_defs
vmware_guest_custom_attributes VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_guest_customization_facts
vmware_guest_customization_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_guest_disk vmware/test: use better name for datastores 2019-11-14 16:55:05 -05:00
vmware_guest_disk_facts vmware_guest_disk_info/test: ensure the test VM is running 2019-08-27 11:31:14 -04:00
vmware_guest_disk_info vmware_guest_disk_info/test: ensure the test VM is running 2019-08-27 11:31:14 -04:00
vmware_guest_facts VMware: Use managed object id to find VM (#59143) 2019-07-18 07:38:12 +05:30
vmware_guest_find VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_guest_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_guest_move VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_guest_network vmware/test: use better name for datastores 2019-11-14 16:55:05 -05:00
vmware_guest_powerstate vmware/test: use better name for datastores 2019-11-14 16:55:05 -05:00
vmware_guest_register_operation VMware: new module vmware_guest_register_operation (#54647) 2019-10-02 16:57:03 -04:00
vmware_guest_screenshot VMware: vmware_guest_screenshot module fix get_parent_datacenter issue (#60626) 2019-08-28 13:04:30 -04:00
vmware_guest_sendkey vmware_guest_sendkey/test: ensure the test VM is running (#63359) 2019-10-11 07:52:36 +05:30
vmware_guest_serial_port vmware/test: use better name for datastores 2019-11-14 16:55:05 -05:00
vmware_guest_snapshot
vmware_guest_snapshot_facts
vmware_guest_snapshot_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_guest_tools_info VMware: add new module vmware_guest_tools_info (#62860) 2019-11-11 12:39:25 +05:30
vmware_guest_tools_wait VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_host
vmware_host_acceptance remove some tests from zuul/vmware/vcenter_only 2019-12-06 12:20:21 -05:00
vmware_host_active_directory remove some tests from zuul/vmware/vcenter_only 2019-12-06 12:20:21 -05:00
vmware_host_auto_start vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
vmware_host_capability_facts
vmware_host_capability_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_host_config_facts
vmware_host_config_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_host_config_manager VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_host_datastore vmware/test: use better name for datastores 2019-11-14 16:55:05 -05:00
vmware_host_dns VMware: New module vmware_host_dns (#64458) 2019-11-16 11:25:06 +05:30
vmware_host_dns_facts
vmware_host_dns_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_host_facts vmware host system fact add uuid (#65415) 2019-12-05 12:00:41 -05:00
vmware_host_feature_facts
vmware_host_feature_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_host_firewall_facts
vmware_host_firewall_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_host_firewall_manager vmware_host_firewall_manager: fix #61332 2019-10-28 13:01:02 -04:00
vmware_host_hyperthreading VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_host_ipv6 VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_host_kernel_manager vmware_host_kernel_manager: fix the test (#63358) 2019-10-11 07:52:05 +05:30
vmware_host_ntp
vmware_host_ntp_facts
vmware_host_ntp_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_host_package_facts
vmware_host_package_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_host_powermgmt_policy
vmware_host_powerstate remove some tests from zuul/vmware/vcenter_only 2019-12-06 12:20:21 -05:00
vmware_host_scanhba
vmware_host_service_facts
vmware_host_service_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_host_service_manager VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_host_snmp
vmware_host_ssl_facts
vmware_host_ssl_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_host_vmhba_facts
vmware_host_vmhba_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_host_vmnic_facts
vmware_host_vmnic_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_inventory vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
vmware_local_role_facts
vmware_local_role_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_local_role_manager vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
vmware_local_user_facts
vmware_local_user_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_local_user_manager vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
vmware_maintenancemode
vmware_portgroup vmware: test-suite fixes 2019-06-13 20:23:33 -04:00
vmware_portgroup_facts
vmware_portgroup_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_resource_pool
vmware_resource_pool_facts vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
vmware_resource_pool_info vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
vmware_tag vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
vmware_target_canonical_facts
vmware_target_canonical_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_vcenter_settings vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
vmware_vcenter_statistics vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
vmware_vm_facts
vmware_vm_host_drs_rule
vmware_vm_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_vm_storage_policy_info VMware: Add module vmware_vm_storage_policy_info (#56263) 2019-07-03 16:01:08 +05:30
vmware_vm_vm_drs_rule VMware: Updates the DRS rule without deletion (#57119) 2019-07-05 17:00:05 +05:30
vmware_vmkernel
vmware_vmkernel_facts
vmware_vmkernel_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_vmotion Fix issue 64503. Added pool to relocate spec (#64544) 2019-11-22 16:42:41 -05:00
vmware_vsan_health_info vmware/test: set vmware/scenario/vcenter_only alias (#65515) 2019-12-04 17:12:29 -05:00
vmware_vspan_session
vmware_vswitch vmware: test-suite fixes 2019-06-13 20:23:33 -04:00
vmware_vswitch_facts
vmware_vswitch_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vsphere_file
vultr_account_info vultr: vultr_account_facts -> info (#57563) 2019-06-19 14:10:55 +02:00
vultr_block_storage
vultr_block_storage_info vultr: vultr_block_storage_facts to info (#60230) 2019-08-12 10:36:21 +02:00
vultr_dns_domain
vultr_dns_domain_info Vultr: rename _facts -> _info (#61239) 2019-08-24 17:54:17 +02:00
vultr_dns_record
vultr_firewall_group
vultr_firewall_group_info Vultr: rename _facts -> _info (#61239) 2019-08-24 17:54:17 +02:00
vultr_firewall_rule
vultr_network
vultr_network_info Vultr: rename _facts -> _info (#61239) 2019-08-24 17:54:17 +02:00
vultr_os_info vultr: vultr_os_facts -> info (#57565) 2019-06-11 07:51:24 +02:00
vultr_plan_info Vultr: rename _facts -> _info (#61239) 2019-08-24 17:54:17 +02:00
vultr_region_info Vultr: rename _facts -> _info (#61239) 2019-08-24 17:54:17 +02:00
vultr_server vultr_server: implement support for IDs to match resources (#55762) 2019-06-09 13:34:25 +02:00
vultr_server_info Vultr: rename _facts -> _info (#61239) 2019-08-24 17:54:17 +02:00
vultr_ssh_key
vultr_ssh_key_info vultr: vultr_ssh_key_facts -> info (#57571) 2019-06-13 07:05:00 +02:00
vultr_startup_script
vultr_startup_script_info Vultr: rename _facts -> _info (#61239) 2019-08-24 17:54:17 +02:00
vultr_user
vultr_user_info vultr: vultr_user_facts -> info (#57564) 2019-06-11 07:49:24 +02:00
vyos_banner vyos: Make vyos related yaml file passing yamllint (#65449) 2019-12-03 09:34:35 -05:00
vyos_command vyos: Make vyos related yaml file passing yamllint (#65449) 2019-12-03 09:34:35 -05:00
vyos_config vyos: Make vyos related yaml file passing yamllint (#65449) 2019-12-03 09:34:35 -05:00
vyos_facts vyos: Make vyos related yaml file passing yamllint (#65449) 2019-12-03 09:34:35 -05:00
vyos_interface vyos: Make vyos related yaml file passing yamllint (#65449) 2019-12-03 09:34:35 -05:00
vyos_interfaces vyos: Make vyos related yaml file passing yamllint (#65449) 2019-12-03 09:34:35 -05:00
vyos_l3_interface vyos: Make vyos related yaml file passing yamllint (#65449) 2019-12-03 09:34:35 -05:00
vyos_l3_interfaces vyos: Make vyos related yaml file passing yamllint (#65449) 2019-12-03 09:34:35 -05:00
vyos_lag_interfaces vyos: Make vyos related yaml file passing yamllint (#65449) 2019-12-03 09:34:35 -05:00
vyos_linkagg vyos: Make vyos related yaml file passing yamllint (#65449) 2019-12-03 09:34:35 -05:00
vyos_lldp vyos: Make vyos related yaml file passing yamllint (#65449) 2019-12-03 09:34:35 -05:00
vyos_lldp_global vyos: Make vyos related yaml file passing yamllint (#65449) 2019-12-03 09:34:35 -05:00
vyos_lldp_interface vyos: Make vyos related yaml file passing yamllint (#65449) 2019-12-03 09:34:35 -05:00
vyos_lldp_interfaces vyos: Make vyos related yaml file passing yamllint (#65449) 2019-12-03 09:34:35 -05:00
vyos_logging vyos: Make vyos related yaml file passing yamllint (#65449) 2019-12-03 09:34:35 -05:00
vyos_smoke vyos: Make vyos related yaml file passing yamllint (#65449) 2019-12-03 09:34:35 -05:00
vyos_static_route vyos: Make vyos related yaml file passing yamllint (#65449) 2019-12-03 09:34:35 -05:00
vyos_system vyos: Make vyos related yaml file passing yamllint (#65449) 2019-12-03 09:34:35 -05:00
vyos_user vyos: Make vyos related yaml file passing yamllint (#65449) 2019-12-03 09:34:35 -05:00
vyos_vlan vyos: Make vyos related yaml file passing yamllint (#65449) 2019-12-03 09:34:35 -05:00
wait_for
wait_for_connection
wakeonlan
want_json_modules_posix
win_acl
win_acl_inheritance
win_async_wrapper
win_audit_policy_system
win_audit_rule many pslint fixes (#55862) 2019-07-09 05:41:58 +10:00
win_auto_logon win_auto_logon - check, diff and store pass in LSA (#65528) 2019-12-05 11:24:30 +10:00
win_become become - stop using play context in more places (#62373) 2019-11-18 05:32:56 +10:00
win_certificate_store fix typos in modules (#62135) 2019-09-11 13:40:22 -05:00
win_chocolatey Add --override-arguments option to win_chocolatey module (#65101) 2019-11-25 09:51:13 +10:00
win_chocolatey_config
win_chocolatey_facts
win_chocolatey_feature
win_chocolatey_source
win_command Add encoding and codepage params to win_command/win_shell (#54896) (#54966) 2019-11-12 15:58:57 +10:00
win_computer_description win_description Module (#61629) 2019-12-04 14:25:16 +10:00
win_copy Skip certain tests on 2016 (#61585) 2019-08-30 14:59:00 +10:00
win_credential Added group 7 to Windows groups - ci_complete (#60240) 2019-08-08 10:13:28 +10:00
win_csharp_utils Fix up broken Windows test when run with coverage (#65085) 2019-11-20 08:53:38 +10:00
win_data_deduplication Win data deduplication module (#59723) 2019-12-04 14:21:21 +10:00
win_disk_facts win_disk_facts: Adds Win32_DiskDrive object to facts (#51595) 2019-11-15 15:45:18 +10:00
win_dns_client Correct win_dns_client test option name (#64967) 2019-11-18 07:39:25 +10:00
win_dns_record Move win target back a group (#60257) 2019-08-08 12:03:32 +10:00
win_domain_computer win_domain_computer module: Fix idempotence when name != sam_account_name (#56967) 2019-11-14 12:59:05 +10:00
win_domain_group win_domain_user and win_domain_group: add created result boolean (#57901) 2019-07-05 08:44:07 +10:00
win_domain_membership
win_dotnet_ngen
win_dsc
win_environment
win_eventlog
win_eventlog_entry
win_exec_wrapper PowerShell - Added coverage collector (#59009) 2019-08-28 07:03:23 +10:00
win_feature
win_fetch
win_file
win_file_compression New Windows Module: win_file_compression (#56475) 2019-11-26 09:26:13 +10:00
win_find win_find - Refactor for better performance and alignment to find (#65536) 2019-12-06 10:01:11 +10:00
win_firewall
win_firewall_rule win_firewall_rule - support ICMP types and codes (#60361) 2019-11-14 11:32:01 +10:00
win_format win_format - Add allocation_unit_size (#56966) 2019-09-25 08:58:30 -04:00
win_get_url win_uri win_get_url - Fix up redirection defaults (#65584) 2019-12-06 11:47:35 +10:00
win_group
win_group_membership
win_hostname
win_hosts
win_hotfix
win_http_proxy
win_iis_webapplication win_iis_webapplication: add authentication parameters (#56033) 2019-11-15 16:04:19 +10:00
win_iis_webapppool
win_iis_webbinding
win_inet_proxy
win_initialize_disk add win_initialize_disk module (#58617) 2019-12-04 12:37:15 +10:00
win_lineinfile Skip certain tests on 2016 (#61585) 2019-08-30 14:59:00 +10:00
win_mapped_drive
win_module_utils Change collection PS util import pattern (#61307) 2019-08-27 16:02:27 -07:00
win_module_utils_legacy
win_msg
win_netbios Windows testing - share code for creating a network device (#59847) 2019-08-01 07:43:31 +10:00
win_nssm Skip certain tests on 2016 (#61585) 2019-08-30 14:59:00 +10:00
win_optional_feature
win_owner Rebalance Windows CI groups based on recent delays to 2016 (#59838) 2019-08-01 07:44:49 +10:00
win_package win_package - Use newer module wrapper as refactor baseline (#65586) 2019-12-06 13:37:52 +10:00
win_pagefile Set win_pagefile as unstable as thats what it is (#61732) 2019-09-04 12:29:29 +10:00
win_partition Added group 7 to Windows groups - ci_complete (#60240) 2019-08-08 10:13:28 +10:00
win_path
win_pester win_pester - Align dir scanning with Pester's defaults (#64880) 2019-11-15 13:53:30 +10:00
win_ping many pslint fixes (#55862) 2019-07-09 05:41:58 +10:00
win_power_plan
win_product_facts
win_psexec
win_psmodule
win_psrepository
win_rabbitmq_plugin
win_raw
win_rds Skip certain tests on 2016 (#61585) 2019-08-30 14:59:00 +10:00
win_reboot
win_reg_stat Fix win_reg_stat for HKU hives (#59359) 2019-07-22 09:12:14 +10:00
win_regedit
win_region
win_regmerge
win_route
win_say
win_scheduled_task Allow password to be null in Scheduled Task for gMSA (#60990) 2019-08-28 08:44:45 +10:00
win_scheduled_task_stat
win_script
win_security_policy
win_service Added group 7 to Windows groups - ci_complete (#60240) 2019-08-08 10:13:28 +10:00
win_setup
win_share win_share - Implement append paramtere for access rules (#59469) 2019-12-04 14:16:10 +10:00
win_shell Add encoding and codepage params to win_command/win_shell (#54896) (#54966) 2019-11-12 15:58:57 +10:00
win_shortcut
win_slurp
win_snmp Skip certain tests on 2016 (#61585) 2019-08-30 14:59:00 +10:00
win_stat
win_tempfile
win_template win_template - use shared doc fragment for shared options (#59701) 2019-07-31 08:05:24 +10:00
win_timezone
win_toast
win_unzip
win_updates win_updates: Add flag to only download updates without installing them (#58631) 2019-08-28 09:46:59 +10:00
win_uri win_uri win_get_url - Fix up redirection defaults (#65584) 2019-12-06 11:47:35 +10:00
win_user Added group 7 to Windows groups - ci_complete (#60240) 2019-08-08 10:13:28 +10:00
win_user_profile Move windows test to another group (#60391) 2019-08-12 10:00:09 +10:00
win_user_right
win_wait_for win modules - standarize regex and regxp as alias (#59037) 2019-08-28 09:38:23 +10:00
win_wait_for_process
win_wakeonlan
win_whoami
win_xml
windows-paths
xattr
xfs_quota Fix integration test temp dir usage. (#60555) 2019-08-14 00:12:05 -07:00
xml Order data in xml integration test (#59742) 2019-07-29 16:18:46 -04:00
yarn
yum Mark yum tests as unstable (#65671) 2019-12-09 16:24:11 -05:00
yum_repository Fix yum_repository tests for CentOS 8 (#64863) 2019-11-15 17:05:23 -05:00
zabbix_host zabbix_host: interface.port parameter is a string (#64986) 2019-12-16 10:55:05 +05:30
zabbix_template Zabbix: zabbix_template: fix #63907 and add test case (#65236) 2019-11-26 11:18:55 +00:00
zypper zypper: add additional flag --force-resolution (#61705) 2019-10-19 09:40:47 +02:00
zypper_repository