You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets
Martin Krizek d15812fabf
Fix copy module to reset filesystem acls (#51868)
The controller's fixup_perms2 uses filesystem acls to make the temporary
file for copy readable by an unprivileged become user. On Python3, the
acls are then copied to the destination filename so we have to remove
them from there.

We can't remove them prior to the copy because we may not have
permission to read the file if the acls are not present. We can't
remove them in atomic_move() because the move function shouldn't know
anything about controller features. We may want to generalize this into
a helper function, though.

Fixes #44412

Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
6 years ago
..
aci_aaa_user aci_aaa_user: Fix an issue with clear_password_history (#51459) 6 years ago
aci_aaa_user_certificate ACI: Make querying links and nodes possible (#43441) 6 years ago
aci_access_port_block_to_access_port added period in description. Changed integration test to work correctly. 6 years ago
aci_access_port_to_interface_policy_leaf_profile aci_aptiplp: Support missing policy_group (#48000) 6 years ago
aci_access_sub_port_block_to_access_port new module aci_access_sub_port_block_to_access_port (#51940) 6 years ago
aci_aep Add missing aliases file (#50357) 6 years ago
aci_aep_to_domain ACI: Make querying links and nodes possible (#43441) 6 years ago
aci_ap ACI: Implement encoded query_string (#50358) 6 years ago
aci_bd ACI: Fix integration tests using urldecode (#51610) 6 years ago
aci_bd_subnet ACI: Implement encoded query_string (#50358) 6 years ago
aci_config_rollback Fix integration tests (#43847) 6 years ago
aci_config_snapshot ACI: Fix integration tests using urldecode (#51610) 6 years ago
aci_contract ACI: Implement encoded query_string (#50358) 6 years ago
aci_contract_subject ACI: Fix integration tests using urldecode (#51610) 6 years ago
aci_contract_subject_to_filter ACI: Make querying links and nodes possible (#43441) 6 years ago
aci_domain ACI: Make querying links and nodes possible (#43441) 6 years ago
aci_domain_to_vlan_pool ACI: Make querying links and nodes possible (#43441) 6 years ago
aci_encap_pool ACI: Make querying links and nodes possible (#43441) 6 years ago
aci_encap_pool_range ACI: Various changes and doc updates (#52957) 6 years ago
aci_epg ACI: Make querying links and nodes possible (#43441) 6 years ago
aci_epg_to_contract ACI: Make querying links and nodes possible (#43441) 6 years ago
aci_epg_to_domain ACI: Make querying links and nodes possible (#43441) 6 years ago
aci_fabric_node ACI: Make querying links and nodes possible (#43441) 6 years ago
aci_filter ACI: Make querying links and nodes possible (#43441) 6 years ago
aci_filter_entry ACI: Fix integration tests using urldecode (#51610) 6 years ago
aci_firmware_source ACI: Make querying links and nodes possible (#43441) 6 years ago
aci_interface_policy_leaf_policy_group aci_iplpg: Support missing aep (#48001) 6 years ago
aci_interface_policy_leaf_profile ACI: Make querying links and nodes possible (#43441) 6 years ago
aci_interface_policy_ospf ACI: Make querying links and nodes possible (#43441) 6 years ago
aci_interface_selector_to_switch_policy_leaf_profile ACI: Make querying links and nodes possible (#43441) 6 years ago
aci_rest ACI: Make querying links and nodes possible (#43441) 6 years ago
aci_static_binding_to_epg ACI: Make querying links and nodes possible (#43441) 6 years ago
aci_switch_leaf_policy_profile ACI: Make querying links and nodes possible (#43441) 6 years ago
aci_switch_leaf_selector aci_switch_leaf_selector: Support missing policy_group (#47992) 6 years ago
aci_switch_policy_vpc_protection_group aci_switch_policy_vpc_protection_group: Fix idempotency (#45091) 6 years ago
aci_taboo_contract ACI: Make querying links and nodes possible (#43441) 6 years ago
aci_tenant ACI: Make querying links and nodes possible (#43441) 6 years ago
aci_vlan_pool ACI: Make querying links and nodes possible (#43441) 6 years ago
aci_vlan_pool_encap_block ACI: Implement encoded query_string (#50358) 6 years ago
aci_vrf ACI: Implement encoded query_string (#50358) 6 years ago
acl Update Shippable integration test groups. (#43118) 6 years ago
acme_account acme_account: improve account deactivation idempotency (#53234) 6 years ago
acme_account_info ACME: rename acme_account_facts -> acme_account_info (#54082) 6 years ago
acme_certificate ACME: using new acme-test-container (#44095) 6 years ago
acme_certificate_revoke ACME: use Cryptography (if a new enough version is available) instead of OpenSSL (#42170) 6 years ago
acme_challenge_cert_helper ACME: new helper module for ACME challenges which need TLS certs (#43756) 6 years ago
acme_inspect add acme_inspect module (#48444) 6 years ago
add_host Update Shippable integration test groups. (#43118) 6 years ago
aix_devices new module: aix_devices, manage AIX devices (#32290) 6 years ago
aix_filesystem new module: Configure LVM and NFS file systems for AIX (#30810) 6 years ago
alternatives alternatives - fix OpenSUSE dir on newer distros (#52458) 6 years ago
ansiballz_python Allow setting resource.RLIMIT_NOFILE in modules (#51989) 6 years ago
ansible Add shippable/posix/group4/ for CI. (#53816) 6 years ago
ansible-galaxy Support ansible-galaxy test on FreeBSD Python 3.x. 6 years ago
ansible-runner Pin the ansible-runner version in tests. 6 years ago
any_errors_fatal Fix integration tests with custom inventory. 6 years ago
apache2_module Rebalance shippable/posix/ CI groups. 6 years ago
apt ansible-test: apt cleanup and futher 18.04 fixes (#50906) 6 years ago
apt_key Update Shippable integration test groups. (#43118) 6 years ago
apt_repository ansible-test: apt cleanup and futher 18.04 fixes (#50906) 6 years ago
archive ansible-test: do not upgrade homebrew to speed up tests (#49914) 6 years ago
args Update Shippable integration test groups. (#43118) 6 years ago
asa_acl
asa_command
asa_config asa_config/ios_config: diff strict does not work with multiple parents (#45150) 6 years ago
assemble Update Shippable integration test groups. (#43118) 6 years ago
assert Expose loop_control.loop_var as ansible_loop_var (#54240) 6 years ago
async Allocate an explicit stdin in async_wrapper (#53410) 6 years ago
async_extra_data Switch async_extra_data test to inventory file. 6 years ago
async_fail Surround top-level function and class definitions with two blank lines. 6 years ago
at Update Shippable integration test groups. (#43118) 6 years ago
authorized_key Update Shippable integration test groups. (#43118) 6 years ago
aws_api_gateway Rebalance AWS integration tests in CI. 6 years ago
aws_caller_facts Rebalance AWS integration tests in CI. 6 years ago
aws_codecommit add module aws_codecommit to represent AWS CodeCommit (#46161) 6 years ago
aws_config Rebalance AWS integration tests in CI. 6 years ago
aws_eks parse botocore.endpoint logs into a list of AWS actions (#49312) 6 years ago
aws_elasticbeanstalk_app Rebalance AWS integration tests in CI. 6 years ago
aws_glue_connection Rebalance AWS integration tests in CI. 6 years ago
aws_inspector Rebalance AWS integration tests in CI. 6 years ago
aws_kms Use correct python for -c invocations in tests. (#54577) 6 years ago
aws_lambda Rebalance AWS integration tests in CI. 6 years ago
aws_s3 rebaalance AWS test groups (#53159) 6 years ago
aws_secret Add aws_secret module for managing secretsmanager on AWS (#48486) 6 years ago
aws_ses_identity rebaalance AWS test groups (#53159) 6 years ago
aws_ses_identity_policy rebaalance AWS test groups (#53159) 6 years ago
aws_ses_rule_set Rebalance AWS integration tests in CI. 6 years ago
aws_ssm_parameters Rebalance AWS integration tests in CI. 6 years ago
aws_waf_web_acl Update aliases on integration tests. (#38258) 7 years ago
azure_rm_acs Mark unsupported integration tests. (#38251) 7 years ago
azure_rm_aks proper name for aks version facts (#54578) 6 years ago
azure_rm_appgateway adds redirect configurations and probes to azure_rm_appgateway (#46607) 6 years ago
azure_rm_appserviceplan Mark azure_rm_{appserviceplan,webapp} unstable. 6 years ago
azure_rm_autoscale Rename inconsistent azure_rm_virtualmachine_scaleset modules (#54579) 6 years ago
azure_rm_availabilityset Rebalance Azure tests in CI. 6 years ago
azure_rm_cdnprofile renaming info -> facts (#54573) 6 years ago
azure_rm_containerinstance renaming info -> facts (#54573) 6 years ago
azure_rm_containerregistry removed state present which is default (#53434) 6 years ago
azure_rm_cosmosdbaccount renaming info -> facts (#54573) 6 years ago
azure_rm_deployment renaming info -> facts (#54573) 6 years ago
azure_rm_devtestlab renaming info -> facts (#54573) 6 years ago
azure_rm_dnszone removed state present which is default (#53434) 6 years ago
azure_rm_functionapp Fix for function app settings (#54662) 6 years ago
azure_rm_hdinsightcluster Mark azure_rm_hdinsightcluster test unstable. 6 years ago
azure_rm_image renaming info -> facts (#54573) 6 years ago
azure_rm_keyvault fixing resource facts (#53727) 6 years ago
azure_rm_loadbalancer Fixes #42407 add inbound_nat_rules for loadbalancer (#52966) 6 years ago
azure_rm_managed_disk Update azure_rm_managed_disk.py --add zones (#53788) 6 years ago
azure_rm_mariadbserver renaming info -> facts (#54573) 6 years ago
azure_rm_mysqlserver renaming info -> facts (#54573) 6 years ago
azure_rm_networkinterface renaming info -> facts (#54573) 6 years ago
azure_rm_postgresqlserver renaming info -> facts (#54573) 6 years ago
azure_rm_publicipaddress Rebalance Azure tests in CI. 6 years ago
azure_rm_rediscache renaming info -> facts (#54573) 6 years ago
azure_rm_resource special case for rest module (#54236) 6 years ago
azure_rm_roledefinition renaming info -> facts (#54573) 6 years ago
azure_rm_routetable Add route table and route module (#41175) 6 years ago
azure_rm_securitygroup support application security group in network security group (#54584) 6 years ago
azure_rm_servicebus Add azure servicebus module (#51320) 6 years ago
azure_rm_sqlserver renaming info -> facts (#54573) 6 years ago
azure_rm_storageaccount removed state present which is default (#53434) 6 years ago
azure_rm_storageblob removed state present which is default (#53434) 6 years ago
azure_rm_subnet renaming info -> facts (#54573) 6 years ago
azure_rm_trafficmanagerprofile [new module] Azure Traffic Manager profile module (#43812) 6 years ago
azure_rm_virtualmachine azure virtual machine facts -- querying all machines in subscription fix (#54075) 6 years ago
azure_rm_virtualmachineextension renaming info -> facts (#54573) 6 years ago
azure_rm_virtualmachineimage_facts Update Shippable integration test groups. (#43118) 6 years ago
azure_rm_virtualmachinescaleset renaming info -> facts (#54573) 6 years ago
azure_rm_virtualnetwork Rebalance Azure tests in CI. 6 years ago
azure_rm_virtualnetworkpeering add vnet peering facts module (#53942) 6 years ago
azure_rm_webapp add new module for webapp slot (#48862) 6 years ago
azure_rm_workspace Add workspace module for azure (#53731) 6 years ago
become Update Shippable integration test groups. (#43118) 6 years ago
binary Update Shippable integration test groups. (#43118) 6 years ago
binary_modules Cleanup integration test inventory. (#50753) 6 years ago
binary_modules_posix Fix ansible-test target dependency issues. (#50908) 6 years ago
binary_modules_winrm Fix ansible-test target dependency issues. (#50908) 6 years ago
blockinfile Use bytes rather than native string for result (#46281) 6 years ago
blocks Reduce verbosity of blocks test. 6 years ago
callback_default use ANSIBLE_ prefix on all ansible-defined env vars (#54272) 6 years ago
callback_retry_task_name Update Shippable integration test groups. (#43118) 6 years ago
certificate_complete_chain Use {{ ansible_python.executable }} instead of python in integration tests. (#47340) 6 years ago
changed_when Update Shippable integration test groups. (#43118) 6 years ago
check_mode More test fixes for split controller/remote tests. 6 years ago
cloud_init_data_facts test suse: get tests working on newer OpenSUSE distributions (#52539) 6 years ago
cloudformation_stack_set parse botocore.endpoint logs into a list of AWS actions (#49312) 6 years ago
cloudfront_distribution Handle FieldLevelEncryptionId in cloudfront_distribution (#41770) 6 years ago
cloudscale_common Cloudscale server password (#53701) 6 years ago
cloudscale_floating_ip Fix failure of cloudscale_floating_ip without server (#53702) 6 years ago
cloudscale_server Cloudscale server password (#53701) 6 years ago
cloudscale_volume Integration test cleanup for cloudscale modules (#53629) 6 years ago
cnos_backup Fixed typo from adress to address (#52143) 6 years ago
cnos_banner Fixed typo from adress to address (#52143) 6 years ago
cnos_bgp Fixed typo from adress to address (#52143) 6 years ago
cnos_command Lenovo cnos vrf (#54188) 6 years ago
cnos_conditional_command Fixed typo from adress to address (#52143) 6 years ago
cnos_conditional_template Fixed typo from adress to address (#52143) 6 years ago
cnos_config Lenovo cnos vrf (#54188) 6 years ago
cnos_facts Lenovo cnos vrf (#54188) 6 years ago
cnos_image Fixed typo from adress to address (#52143) 6 years ago
cnos_interface Fixed typo from adress to address (#52143) 6 years ago
cnos_l2_interface Fixed typo from adress to address (#52143) 6 years ago
cnos_l3_interface To fix bug on switch port issue of L3 interfaces. (#53267) 6 years ago
cnos_linkagg Lenovo cnos system module (#53764) 6 years ago
cnos_lldp Lenovo cnos vrf (#54188) 6 years ago
cnos_logging Lenovo cnos vrf (#54188) 6 years ago
cnos_rollback Fixed typo from adress to address (#52143) 6 years ago
cnos_save Lenovo finetune modules (#46623) 6 years ago
cnos_showrun Lenovo cnos vrf (#54188) 6 years ago
cnos_static_route Lenovo cnos static route (#53736) 6 years ago
cnos_system Lenovo cnos system module (#53764) 6 years ago
cnos_template Fixed typo from adress to address (#52143) 6 years ago
cnos_user Lenovo cnos vrf (#54188) 6 years ago
cnos_vlag Fixed typo from adress to address (#52143) 6 years ago
cnos_vlan Lenovo cnos vrf (#54188) 6 years ago
cnos_vrf Lenovo cnos vrf (#54188) 6 years ago
collections Collection content loading (#52194) 6 years ago
command_shell Update command/shell docs with note about modules for rebooting(#51499) 6 years ago
conditionals Conditional bare: fix typos (#53807) 6 years ago
config Fix integration tests to support remote hosts. 6 years ago
connection Move unrelated connection test to separate target. 6 years ago
connection_buildah Mark unsupported integration tests. (#38251) 7 years ago
connection_chroot Fix integration tests with custom inventory. 6 years ago
connection_docker Mark unsupported integration tests. (#38251) 7 years ago
connection_jail Mark unsupported integration tests. (#38251) 7 years ago
connection_libvirt_lxc Mark unsupported integration tests. (#38251) 7 years ago
connection_local Fix integration tests with custom inventory. 6 years ago
connection_lxc Mark unsupported integration tests. (#38251) 7 years ago
connection_lxd Mark unsupported integration tests. (#38251) 7 years ago
connection_paramiko_ssh Fix integration tests with custom inventory. 6 years ago
connection_podman Implement connection plugin for podman (#47519) 6 years ago
connection_posix Fix ansible-test target dependency issues. (#50908) 6 years ago
connection_psrp Fix ansible-test target dependency issues. (#50908) 6 years ago
connection_ssh Fix integration tests with custom inventory. 6 years ago
connection_windows_ssh Add support for Windows hosts in the SSH connection plugin (#47732) 6 years ago
connection_winrm Fix ansible-test target dependency issues. (#50908) 6 years ago
copy Fix copy module to reset filesystem acls (#51868) 6 years ago
cs_account Update Shippable integration test groups. (#43118) 6 years ago
cs_affinitygroup Update Shippable integration test groups. (#43118) 6 years ago
cs_cluster cloudstack: fix E326 (#54657) 6 years ago
cs_common cs_instance: implement host migration support (#40309) 6 years ago
cs_configuration Update Shippable integration test groups. (#43118) 6 years ago
cs_disk_offering Update Shippable integration test groups. (#43118) 6 years ago
cs_domain Update Shippable integration test groups. (#43118) 6 years ago
cs_firewall tests: cloudstack: wait longer for template to be ready (#52866) 6 years ago
cs_host Update Shippable integration test groups. (#43118) 6 years ago
cs_image_store Add an integration test for deleting image stores in check mode (#54015) 6 years ago
cs_instance Merge pull request #49678 from resmo/fix/cloudstack-tests-unstable 6 years ago
cs_instance_facts Update Shippable integration test groups. (#43118) 6 years ago
cs_instance_nic Update Shippable integration test groups. (#43118) 6 years ago
cs_instance_nic_secondaryip Update Shippable integration test groups. (#43118) 6 years ago
cs_instance_password_reset Cloudstack: Add password reset module (#47931) 6 years ago
cs_instancegroup Update Shippable integration test groups. (#43118) 6 years ago
cs_ip_address Move utility functions out of basic.py (#51715) 6 years ago
cs_iso Update Shippable integration test groups. (#43118) 6 years ago
cs_loadbalancer_rule Update Shippable integration test groups. (#43118) 6 years ago
cs_network Update Shippable integration test groups. (#43118) 6 years ago
cs_network_acl Update Shippable integration test groups. (#43118) 6 years ago
cs_network_acl_rule Update Shippable integration test groups. (#43118) 6 years ago
cs_network_offering Update Shippable integration test groups. (#43118) 6 years ago
cs_physical_network cloudstack: fix E326 (#54657) 6 years ago
cs_pod cloudstack: fix E326 (#54657) 6 years ago
cs_portforward Update Shippable integration test groups. (#43118) 6 years ago
cs_project Update Shippable integration test groups. (#43118) 6 years ago
cs_region Update Shippable integration test groups. (#43118) 6 years ago
cs_resourcelimit Update Shippable integration test groups. (#43118) 6 years ago
cs_role Update Shippable integration test groups. (#43118) 6 years ago
cs_role_permission Move utility functions out of basic.py (#51715) 6 years ago
cs_router Update Shippable integration test groups. (#43118) 6 years ago
cs_securitygroup Update Shippable integration test groups. (#43118) 6 years ago
cs_securitygroup_rule Update Shippable integration test groups. (#43118) 6 years ago
cs_service_offering cs_service_offering: Implement customizable compute offers (#54597) 6 years ago
cs_snapshot_policy Merge pull request #49678 from resmo/fix/cloudstack-tests-unstable 6 years ago
cs_sshkeypair Update Shippable integration test groups. (#43118) 6 years ago
cs_storage_pool Update Shippable integration test groups. (#43118) 6 years ago
cs_template test: cs_template: fix missing cross_zone in tests (#44794) 6 years ago
cs_traffic_type cloudstack: fix E326 (#54657) 6 years ago
cs_user Update Shippable integration test groups. (#43118) 6 years ago
cs_vlan_ip_range cloudstack: fix E326 (#54657) 6 years ago
cs_vmsnapshot Update Shippable integration test groups. (#43118) 6 years ago
cs_volume cs_volume: fix unit tests cleanup (#54397) 6 years ago
cs_vpc cs_ip_address: fix vpc and network mutually exclusive (#47846) 6 years ago
cs_vpc_offering Cloudstack: fix support for some VPC service capabilities (#45727) 6 years ago
cs_vpn_connection Update Shippable integration test groups. (#43118) 6 years ago
cs_vpn_customer_gateway Update Shippable integration test groups. (#43118) 6 years ago
cs_vpn_gateway Update Shippable integration test groups. (#43118) 6 years ago
cs_zone cloudstack: fix E326 (#54657) 6 years ago
cs_zone_facts cloudstack: fix E326 (#54657) 6 years ago
debconf Update Shippable integration test groups. (#43118) 6 years ago
debug Update Shippable integration test groups. (#43118) 6 years ago
delegate_to Move interface management into delegate_to test. 6 years ago
dellos6_command
dellos6_config Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 6 years ago
dellos6_facts Fix cosmetic problems in YAML source 8 years ago
dellos9_command
dellos9_config Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 6 years ago
dellos9_facts
dellos10_command Fix cosmetic problems in YAML source 8 years ago
dellos10_config Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 6 years ago
dellos10_facts
deploy_helper Update Shippable integration test groups. (#43118) 6 years ago
digital_ocean_floating_ip Migrate existing Digital Ocean integration tests to new framework (#51785) 6 years ago
digital_ocean_ssh_key Migrate existing Digital Ocean integration tests to new framework (#51785) 6 years ago
digital_ocean_tag Digital Ocean integration test for digital_ocean_tag (#49169) 6 years ago
dnf Add shippable/posix/group4/ for CI. (#53816) 6 years ago
docker_config Revert "Temporarily skip failing Docker tests on RHEL 7.6." 6 years ago
docker_container Revert "Temporarily skip failing Docker tests on RHEL 7.6." 6 years ago
docker_container_info Revert "Temporarily skip failing Docker tests on RHEL 7.6." 6 years ago
docker_host_info Revert "Temporarily skip failing Docker tests on RHEL 7.6." 6 years ago
docker_image Revert "Temporarily skip failing Docker tests on RHEL 7.6." 6 years ago
docker_image_info Revert "Temporarily skip failing Docker tests on RHEL 7.6." 6 years ago
docker_network Revert "Temporarily skip failing Docker tests on RHEL 7.6." 6 years ago
docker_network_info Revert "Temporarily skip failing Docker tests on RHEL 7.6." 6 years ago
docker_node Revert "Temporarily skip failing Docker tests on RHEL 7.6." 6 years ago
docker_node_info Revert "Temporarily skip failing Docker tests on RHEL 7.6." 6 years ago
docker_prune Revert "Temporarily skip failing Docker tests on RHEL 7.6." 6 years ago
docker_secret Revert "Temporarily skip failing Docker tests on RHEL 7.6." 6 years ago
docker_stack Revert "Temporarily skip failing Docker tests on RHEL 7.6." 6 years ago
docker_swarm docker_swarm: Return UnlockKey (#54490) 6 years ago
docker_swarm_info docker_swarm: Return UnlockKey (#54490) 6 years ago
docker_swarm_service Revert "Temporarily skip failing Docker tests on RHEL 7.6." 6 years ago
docker_volume Revert "Temporarily skip failing Docker tests on RHEL 7.6." 6 years ago
docker_volume_info Revert "Temporarily skip failing Docker tests on RHEL 7.6." 6 years ago
dpkg_selections ansible-test: fix dpkg_selections on Ubuntu 18.04 (#50915) 6 years ago
ec2_ami Update Shippable integration test groups. (#43118) 6 years ago
ec2_asg Make use of Jinja tests 'finished' (#43233) 6 years ago
ec2_elb_lb Update Shippable integration test groups. (#43118) 6 years ago
ec2_group Fix comparison of determining which rules to purge by ignoring descriptions (#48443) 6 years ago
ec2_instance parse botocore.endpoint logs into a list of AWS actions (#49312) 6 years ago
ec2_key Update Shippable integration test groups. (#43118) 6 years ago
ec2_launch_template parse botocore.endpoint logs into a list of AWS actions (#49312) 6 years ago
ec2_metadata_facts Update Shippable integration test groups. (#43118) 6 years ago
ec2_tag ec2_tag: Fix removing tags without specifying a value (#47228) 6 years ago
ec2_transit_gateway Enable ec2_transit_gateway test in CI. (#54619) 6 years ago
ec2_vol Update Shippable integration test groups. (#43118) 6 years ago
ec2_vol_facts ec2_vol_facts: set filters to default value (#51589) 6 years ago
ec2_vpc_egress_igw Update Shippable integration test groups. (#43118) 6 years ago
ec2_vpc_igw Add test suite for ec2_vpc_igw before boto3 upgrade (#45903) 6 years ago
ec2_vpc_nat_gateway Move module tests using TQM to integration tests. 6 years ago
ec2_vpc_net Update Shippable integration test groups. (#43118) 6 years ago
ec2_vpc_route_table Update Shippable integration test groups. (#43118) 6 years ago
ec2_vpc_subnet Update Shippable integration test groups. (#43118) 6 years ago
ec2_vpc_vgw Disable ec2_vpc_vgw tests yet again (#53184) 6 years ago
ec2_vpc_vpn_facts Disable failing ec2_vpc_vpn_facts test. 6 years ago
ecs_cluster parse botocore.endpoint logs into a list of AWS actions (#49312) 6 years ago
ecs_ecr Rebalance AWS integration tests in CI. 6 years ago
efs parse botocore.endpoint logs into a list of AWS actions (#49312) 6 years ago
elb_application_lb elb_application_lb purge rules option (#43113) 6 years ago
elb_classic_lb Rebalance AWS integration tests in CI. 6 years ago
elb_network_lb New module: AWS Network load balancer (#33808) 6 years ago
elb_target parse botocore.endpoint logs into a list of AWS actions (#49312) 6 years ago
elb_target_facts parse botocore.endpoint logs into a list of AWS actions (#49312) 6 years ago
embedded_module Update Shippable integration test groups. (#43118) 6 years ago
enos_command Lenovo integration test roles 1 (#44559) 6 years ago
enos_config Lenovo integration test roles 1 (#44559) 6 years ago
enos_facts Lenovo integration test roles 1 (#44559) 6 years ago
environment More test fixes for split controller/remote tests. 6 years ago
eos_banner Fix eapi tests to use become (#40838) 6 years ago
eos_bgp New module for BGP configuration management in Arista EOS (#52722) 6 years ago
eos_command Fix eos_command integration test failures (#43922) 6 years ago
eos_config Add backup filename and dir path option for config network modules (#50801) 6 years ago
eos_eapi Remove local from most eos tests now that provider is out (#40875) 6 years ago
eos_facts Fix eapi tests to use become (#40838) 6 years ago
eos_interface Remove local from most eos tests now that provider is out (#40875) 6 years ago
eos_l2_interface Remove local from most eos tests now that provider is out (#40875) 6 years ago
eos_l3_interface Remove local from most eos tests now that provider is out (#40875) 6 years ago
eos_linkagg Remove local from most eos tests now that provider is out (#40875) 6 years ago
eos_lldp Remove local from most eos tests now that provider is out (#40875) 6 years ago
eos_logging Fixes eos_logging idempotence issue #31862 (#40604) 6 years ago
eos_smoke Remove unnecessary features from cli_command (#43829) 6 years ago
eos_static_route Remove local from most eos tests now that provider is out (#40875) 6 years ago
eos_system Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 6 years ago
eos_user Remove local from most eos tests now that provider is out (#40875) 6 years ago
eos_vlan Remove local from most eos tests now that provider is out (#40875) 6 years ago
eos_vrf Remove local from most eos tests now that provider is out (#40875) 6 years ago
error_from_connection Become plugins (#50991) 6 years ago
etcd3 Update Shippable integration test groups. (#43118) 6 years ago
expect Update Shippable integration test groups. (#43118) 6 years ago
facts_d Update Shippable integration test groups. (#43118) 6 years ago
failed_when Update Shippable integration test groups. (#43118) 6 years ago
fetch Fetching a test file, not the motd file (#54739) 6 years ago
file Add option to ignore, warn, or error when a module parameter is converted to a string (#51404) 6 years ago
filesystem fix filesystem tests on OpenSUSE 15+ (#52716) 6 years ago
filters Fix tests which assume `virtualenv` is available. 6 years ago
find Update Shippable integration test groups. (#43118) 6 years ago
firewalld test suse: get tests working on newer OpenSUSE distributions (#52539) 6 years ago
flatpak Add integration tests for flatpak module 6 years ago
flatpak_remote Use local dummy repo for flatpak_remote integration tests (#52668) 6 years ago
fortios_address Update Shippable integration test groups. (#43118) 6 years ago
fortios_ipv4_policy Update Shippable integration test groups. (#43118) 6 years ago
gathering Configurable and parallel gather facts (#49399) 6 years ago
gathering_facts Fix integration tests with custom inventory. 6 years ago
gcp_bigquery_dataset Bug fixes for GCP modules (#53878) 6 years ago
gcp_bigquery_table Bug fixes for GCP modules (#53878) 6 years ago
gcp_cloudbuild_trigger New Module: gcp_cloudbuild_trigger (#52621) 6 years ago
gcp_compute_address Bug fixes for GCP modules (#53878) 6 years ago
gcp_compute_backend_bucket Bug fixes for GCP modules (#53878) 6 years ago
gcp_compute_backend_service Bug fixes for GCP modules (#53878) 6 years ago
gcp_compute_disk Bug fixes for GCP modules (#53878) 6 years ago
gcp_compute_firewall Bug fixes for GCP modules (#53878) 6 years ago
gcp_compute_forwarding_rule Bug fixes for GCP modules (#53878) 6 years ago
gcp_compute_global_address Bug fixes for GCP modules (#53878) 6 years ago
gcp_compute_global_forwarding_rule Bug fixes for GCP modules (#53878) 6 years ago
gcp_compute_health_check Bug fixes for GCP modules (#53878) 6 years ago
gcp_compute_http_health_check Bug fixes for GCP modules (#53879) 6 years ago
gcp_compute_https_health_check Bug fixes for GCP modules (#53879) 6 years ago
gcp_compute_image Bug fixes for GCP modules (#53879) 6 years ago
gcp_compute_instance Bug fixes for GCP modules (#53879) 6 years ago
gcp_compute_instance_group Bug fixes for GCP modules (#53879) 6 years ago
gcp_compute_instance_group_manager Bug fixes for GCP modules (#53879) 6 years ago
gcp_compute_instance_template Bug fixes for GCP modules (#53879) 6 years ago
gcp_compute_interconnect_attachment New GCP module: gcp_compute_interconnect_attachment (#50680) 6 years ago
gcp_compute_network Bug fixes for GCP modules (#53879) 6 years ago
gcp_compute_region_disk Bug fixes for GCP modules (#53879) 6 years ago
gcp_compute_route Bug fixes for GCP modules (#53879) 6 years ago
gcp_compute_router Bug fixes for GCP modules (#53880) 6 years ago
gcp_compute_ssl_certificate Bug fixes for GCP modules (#53880) 6 years ago
gcp_compute_ssl_policy Bug fixes for GCP modules (#53880) 6 years ago
gcp_compute_subnetwork Bug fixes for GCP modules (#53880) 6 years ago
gcp_compute_target_http_proxy Bug fixes for GCP modules (#53880) 6 years ago
gcp_compute_target_https_proxy Bug fixes for GCP modules (#53880) 6 years ago
gcp_compute_target_pool Bug fixes for GCP modules (#53880) 6 years ago
gcp_compute_target_ssl_proxy Bug fixes for GCP modules (#53880) 6 years ago
gcp_compute_target_tcp_proxy Bug fixes for GCP modules (#53880) 6 years ago
gcp_compute_target_vpn_gateway Bug fixes for GCP modules (#53880) 6 years ago
gcp_compute_url_map Bug fixes for GCP modules (#53880) 6 years ago
gcp_compute_vpn_tunnel Bug fixes for GCP modules (#53880) 6 years ago
gcp_container_cluster Bug fixes for GCP modules (#53881) 6 years ago
gcp_container_node_pool Bug fixes for GCP modules (#53881) 6 years ago
gcp_dns_managed_zone Bug fixes for GCP modules (#53881) 6 years ago
gcp_dns_resource_record_set Bug fixes for GCP modules (#53881) 6 years ago
gcp_iam_role GCP IAM Role (#53490) 6 years ago
gcp_iam_service_account Bug fixes for GCP modules (#53881) 6 years ago
gcp_iam_service_account_key New GCP module: gcp_iam_service_account_key (#50682) 6 years ago
gcp_pubsub_subscription Bug fixes for GCP modules (#53881) 6 years ago
gcp_pubsub_topic Bug fixes for GCP modules (#53881) 6 years ago
gcp_redis_instance Bug fixes for GCP modules (#53881) 6 years ago
gcp_resourcemanager_project Bug fixes for GCP modules (#53881) 6 years ago
gcp_sourcerepo_repository Bug fixes for GCP modules (#53881) 6 years ago
gcp_spanner_database Bug fixes for GCP modules (#53882) 6 years ago
gcp_spanner_instance Bug fixes for GCP modules (#53882) 6 years ago
gcp_sql_database Bug fixes for GCP modules (#53882) 6 years ago
gcp_sql_instance Bug fixes for GCP modules (#53882) 6 years ago
gcp_sql_user Bug fixes for GCP modules (#53882) 6 years ago
gcp_storage_bucket Bug fixes for GCP modules (#53882) 6 years ago
gcp_storage_bucket_access_control Bug fixes for GCP modules (#53882) 6 years ago
gcp_storage_object New GCP module: gcp_storage_object (#50684) 6 years ago
gem gem: fix tests to work on newer Fedora hosts (#47158) 6 years ago
get_certificate Stop using ca_certs alias. (#54507) 6 years ago
get_url get_url: return no change in check mode when checksum matches (#53070) 6 years ago
getent Update Shippable integration test groups. (#43118) 6 years ago
git Fix git test on FreeBSD with Python 3.x. 6 years ago
git_config Move utility functions out of basic.py (#51715) 6 years ago
github_issue Update Shippable integration test groups. (#43118) 6 years ago
gitlab_deploy_key Base integration test for gitlab modules (#51490) 6 years ago
gitlab_group Base integration test for gitlab modules (#51490) 6 years ago
gitlab_hooks Base integration test for gitlab modules (#51490) 6 years ago
gitlab_project Base integration test for gitlab modules (#51490) 6 years ago
gitlab_runner Base integration test for gitlab modules (#51490) 6 years ago
gitlab_user Base integration test for gitlab modules (#51490) 6 years ago
group Add BusyBox support to group module (#54689) 6 years ago
group_by Clean up group_by integration test. (#54206) 6 years ago
groupby_filter Fix tests which assume `virtualenv` is available. 6 years ago
handlers Template run_once for handlers (#54030) 6 years ago
hash More test fixes for split controller/remote tests. 6 years ago
hcloud_datacenter_facts Add hcloud_datacenter_facts module (#53851) 6 years ago
hcloud_floating_ip_facts Add hcloud_floating_ip_facts module (#54667) 6 years ago
hcloud_image_facts Add hcloud_image_facts module (#53849) 6 years ago
hcloud_location_facts Add hcloud_location_facts module (#53848) 6 years ago
hcloud_server hcloud_server: streamline label handling (#53633) 6 years ago
hcloud_server_facts Add hcloud_server_facts module (#53850) 6 years ago
hcloud_server_type_facts Add hcloud_server_type_facts module (#53852) 6 years ago
hcloud_ssh_key Add hcloud_ssh_key module (#53550) 6 years ago
hcloud_ssh_key_facts Add ssh key facts for hcloud (#54518) 6 years ago
hcloud_volume Add hcloud_volume module (#53745) 6 years ago
hcloud_volume_facts Add hcloud_volume_facts (#54666) 6 years ago
hg -Fix: The Ubuntu 14.04 image on Shippable runs an old version of python, causing issues with checking out bitbucket, adjust tests to compensate. (#49433) 6 years ago
hosts_field Fix integration tests with custom inventory. 6 years ago
hwc_network_vpc cloud: huawei: Add new module hwc_network_vpc (#54102) 6 years ago
iam_group Improve iam_group exception handling (#45599) 6 years ago
iam_password_policy [aws] New module: iam_password_policy (#36200) 6 years ago
iam_policy Add integration tests for iam_policy (#40115) 6 years ago
ignore_errors Add shippable/posix/group4/ for CI. (#53816) 6 years ago
ignore_unreachable New keyword: ignore_unreachable (#43857) 6 years ago
include_import Fix include_import test. 6 years ago
include_vars Update documentation for ignore_unknown_extensions (#50383) 6 years ago
includes Fix integration tests to support remote hosts. 6 years ago
influxdb_user Update Shippable integration test groups. (#43118) 6 years ago
ini_file More test fixes for split controller/remote tests. 6 years ago
interpreter_discovery_python Python interpreter discovery (#50163) 6 years ago
intersight_facts Cisco Intersight module_utils and intersight_facts module (#51309) 6 years ago
intersight_rest_api intersight_rest_api module and integration tests. (#52430) 6 years ago
inventory Restore behavior for detecting only localhost, and no limit match. Fixes #52152 (#52172) 6 years ago
inventory_aws_conformance Remove redundant requirements from test. 6 years ago
inventory_aws_ec2 parse botocore.endpoint logs into a list of AWS actions (#49312) 6 years ago
inventory_aws_rds parse botocore.endpoint logs into a list of AWS actions (#49312) 6 years ago
inventory_docker_swarm Revert "Temporarily skip failing Docker tests on RHEL 7.6." 6 years ago
inventory_foreman Fix inventory cache interface (#50446) 6 years ago
inventory_foreman_script Revert "foreman: Use generic python in test run (#52544)" 6 years ago
inventory_path_with_comma Update Shippable integration test groups. (#43118) 6 years ago
inventory_plugin_config Update Shippable integration test groups. (#43118) 6 years ago
inventory_vmware_vm_inventory Reduce vcenter integration test boilerplate. 6 years ago
inventory_yaml Yaml inventory more tolerant (#48883) 6 years ago
ios_banner ios test changes (#35510) 7 years ago
ios_bgp New module to support BGP configuration management in IOS (#49121) 6 years ago
ios_command Remove unnecessary features from cli_command (#43829) 6 years ago
ios_config Add backup filename and dir path option for config network modules (#50801) 6 years ago
ios_facts ios_facts: Report space of file systems (#41850) 6 years ago
ios_file ios_file: Don't leave leftover files behind (#42622) 6 years ago
ios_interface Fix ios integration test failures in CI (#39729) 7 years ago
ios_l2_interface fix ios_l2_interface (#37389) 7 years ago
ios_l3_interface Fix ios test pt. 2 (#40628) 6 years ago
ios_linkagg ios test changes (#35510) 7 years ago
ios_lldp ios test changes (#35510) 7 years ago
ios_logging Fixes to ios_logging (#41029) 6 years ago
ios_ntp ios_ntp module (#50705) 6 years ago
ios_ping ios test changes (#35510) 7 years ago
ios_smoke Update timeout test to match current returned string (#44191) 6 years ago
ios_static_route ios_static_route idempotence fix (#35912) 7 years ago
ios_system Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 6 years ago
ios_user Add support for hashed password (#49464) 6 years ago
ios_vlan This test is expected to fail (#40612) 6 years ago
iosxr_banner Fix iosxr copy and delete tasks (#44083) 6 years ago
iosxr_bgp New module for BGP configuration management in iosxr (#53121) 6 years ago
iosxr_command Fix iosxr copy and delete tasks (#44083) 6 years ago
iosxr_config Add backup filename and dir path option for config network modules (#50801) 6 years ago
iosxr_facts Fix iosxr copy and delete tasks (#44083) 6 years ago
iosxr_interface Fix iosxr copy and delete tasks (#44083) 6 years ago
iosxr_logging Fix iosxr copy and delete tasks (#44083) 6 years ago
iosxr_netconf Fix iosxr copy and delete tasks (#44083) 6 years ago
iosxr_smoke Fix iosxr copy and delete tasks (#44083) 6 years ago
iosxr_system iosxr_system always syntax error (#43977) 6 years ago
iosxr_user Fix iosxr copy and delete tasks (#44083) 6 years ago
ipify_facts Update Shippable integration test groups. (#43118) 6 years ago
iso_extract ansible-test: do not upgrade homebrew to speed up tests (#49914) 6 years ago
iterators More test fixes for split controller/remote tests. 6 years ago
java_cert Mark unsupported integration tests. (#38251) 7 years ago
jinja2_native_types Use correct python for -c invocations in tests. (#54577) 6 years ago
junos_banner Fix junos modules check_mode issue (#37311) 7 years ago
junos_command Fix junos cli_command integration test (#44558) 6 years ago
junos_config Add backup filename and dir path option for config network modules (#50801) 6 years ago
junos_facts Fix junos facts integration test failures (#42623) 6 years ago
junos_interface Cleanup net integration test case for network modules (#34684) 7 years ago
junos_l2_interface Add junos_l2_interface module (#35123) 7 years ago
junos_l3_interface Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 6 years ago
junos_linkagg Cleanup net integration test case for network modules (#34684) 7 years ago
junos_lldp Cleanup net integration test case for network modules (#34684) 7 years ago
junos_lldp_interface Cleanup net integration test case for network modules (#34684) 7 years ago
junos_logging Cleanup net integration test case for network modules (#34684) 7 years ago
junos_netconf Fix junos_netconf integration test failure (#34744) 7 years ago
junos_rpc Fix connection type in junos integration tests (#34583) 7 years ago
junos_smoke Remove unnecessary features from cli_command (#43829) 6 years ago
junos_static_route Cleanup net integration test case for network modules (#34684) 7 years ago
junos_system Cleanup net integration test case for network modules (#34684) 7 years ago
junos_user Cleanup net integration test case for network modules (#34684) 7 years ago
junos_vlan Cleanup net integration test case for network modules (#34684) 7 years ago
junos_vrf Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 6 years ago
k8s Convert k8s test to role and fix virtulenv usage. (#53883) 6 years ago
known_hosts Fixed hash_host option in known_hosts module. Fixes #44284 6 years ago
lambda_policy rebaalance AWS test groups (#53159) 6 years ago
lineinfile Lineinfile must not insert lines multiples times with insertbefore/insertafter (#49409) 6 years ago
locale_gen Update Shippable integration test groups. (#43118) 6 years ago
lookup_hashi_vault standardize TLS connection properties (#54315) 6 years ago
lookup_passwordstore Add shippable/posix/group4/ for CI. (#53816) 6 years ago
lookup_paths Update Shippable integration test groups. (#43118) 6 years ago
lookup_properties Update Shippable integration test groups. (#43118) 6 years ago
lookups Fix tests which assume `virtualenv` is available. 6 years ago
loop_control fixes for stripping (#52930) 6 years ago
loops Expose loop_control.loop_var as ansible_loop_var (#54240) 6 years ago
luks_device Add shippable/posix/group4/ for CI. (#53816) 6 years ago
lvg List correctly current PV in "lvg" module: fix lvg reduce (#49731) 6 years ago
mail mail: Fix new breakage on python 2.7 (#49197) 6 years ago
memset_dns_reload New Memset module to request DNS reloads (#40390) 6 years ago
memset_memstore_facts New facts module: Memset Memstore (#42387) 6 years ago
memset_server_facts New facts module: Memset server products (#42386) 6 years ago
memset_zone Memset: initial module, integration tests, module_utils and supporting documentation. (#40071) 6 years ago
memset_zone_domain New Memset module to manage DNS zone domains (#40391) 6 years ago
memset_zone_record New Memset module to manage DNS zone records (#40392) 6 years ago
meraki_admin/tasks meraki_admin - Add documentation for tags and network access (#51415) 6 years ago
meraki_config_template meraki_config_template - Fix actions when specifying net_id (#51586) 6 years ago
meraki_content_filtering New module - meraki/meraki_content_filtering (#51223) 6 years ago
meraki_device meraki_device - Support for creating and modifying device notes (#51100) 6 years ago
meraki_mr_l3_firewall meraki_mr_l3_firewall - Integration test fix (#45366) 6 years ago
meraki_mx_l3_firewall Create untested task to enable a syslog server (#53125) 6 years ago
meraki_network meraki_network - Parameter change for combined network type (#49160) 6 years ago
meraki_organization Meraki utility now loads() JSON (#40856) 6 years ago
meraki_snmp Improved support for parameter testing and checks for org_id (#41517) 6 years ago
meraki_ssid meraki_ssid - Modifying SSID won't work when specifying number (#51645) 6 years ago
meraki_static_route New module - meraki_static_route (#49271) 6 years ago
meraki_switchport New module - meraki_switchport (#41634) 6 years ago
meraki_syslog/tasks New module - meraki/meraki_syslog (#48814) 6 years ago
meraki_vlan meraki - Enabled support for configuration template configuration (#42392) 6 years ago
meta_tasks Move meta_tasks test inventory into test. 6 years ago
module_defaults Extend `module_defaults` by adding default groups for cloud modules (#44127) 6 years ago
module_precedence More test fixes for split controller/remote tests. 6 years ago
module_utils More test fixes for split controller/remote tests. 6 years ago
mount Last two fields in fstab are optional (fixes #43855) (#43941) 6 years ago
mso_label Rename MSC modules to MSO nomenclature (#50959) 6 years ago
mso_role Rename MSC modules to MSO nomenclature (#50959) 6 years ago
mso_site Rename MSC modules to MSO nomenclature (#50959) 6 years ago
mso_tenant Rename MSC modules to MSO nomenclature (#50959) 6 years ago
mso_user Rename MSC modules to MSO nomenclature (#50959) 6 years ago
mysql_db ansible test: re-enable mysql tests with fix (#50430) 6 years ago
mysql_user Fix integration tests to support remote hosts. 6 years ago
mysql_variables ansible test: re-enable mysql tests with fix (#50430) 6 years ago
netapp_eseries_alerts Define module for managing E-Series email alerts (#42643) 6 years ago
netapp_eseries_asup Define NetApp E-Series ASUP module (#41153) 6 years ago
netapp_eseries_global Define a module for managing E-Series settings (#41010) 6 years ago
netapp_eseries_host Resolve issues in NetApp E-Series Host module (#39748) 6 years ago
netapp_eseries_iscsi_interface New module for managing NetApp E-Series iSCSI Interfaces (#39877) 6 years ago
netapp_eseries_iscsi_target Cleanup yaml files with incorrect task attrs (#53813) 6 years ago
netconf_config Update netconf_config module (#44379) 6 years ago
netconf_get Add NETCONF support for SROS devices (#40330) 6 years ago
netconf_rpc New ansible module netconf_rpc (#40358) 6 years ago
nios_a_record Nios integration and unit tests for all remaining nios new modules (#43399) 6 years ago
nios_aaaa_record Nios integration and unit tests for all remaining nios new modules (#43399) 6 years ago
nios_cname_record Nios integration and unit tests for all remaining nios new modules (#43399) 6 years ago
nios_dns_view Update Shippable integration test groups. (#43118) 6 years ago
nios_host_record Allow DNS bypass for add/remove of host records with nios_host_record (#42934) 6 years ago
nios_mx_record Nios integration and unit tests for all remaining nios new modules (#43399) 6 years ago
nios_naptr_record Nios integration and unit tests for all remaining nios new modules (#43399) 6 years ago
nios_network Update Shippable integration test groups. (#43118) 6 years ago
nios_network_view Update Shippable integration test groups. (#43118) 6 years ago
nios_ptr_record Nios integration and unit tests for all remaining nios new modules (#43399) 6 years ago
nios_srv_record Nios integration and unit tests for all remaining nios new modules (#43399) 6 years ago
nios_txt_record Remove obsolete alias from nios_txt_record test. 6 years ago
nios_zone Update Shippable integration test groups. (#43118) 6 years ago
no_log fix tempating issues with no_log and loops (#44468) 6 years ago
npm Update Shippable integration test groups. (#43118) 6 years ago
nuage_vspk Fix nuage_vspk integration test: 6 years ago
nxos_aaa_server Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_aaa_server_host fixed nxos_aaa_server_host issue with type 7 encrypt key (#46015) 6 years ago
nxos_acl Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_acl_interface Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_banner Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_become Nxos test reorganize (#41089) 6 years ago
nxos_bgp Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_bgp_af Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_bgp_neighbor Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_bgp_neighbor_af Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_command Remove unnecessary features from cli_command (#43829) 6 years ago
nxos_config Add nxos_config sanity test (#54258) 6 years ago
nxos_evpn_global Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_evpn_vni nxos_evpn_vni: exclude legacy N3k from sanity test (#53452) 6 years ago
nxos_facts Added feature facts to nxos_facts (#45934) 6 years ago
nxos_feature Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_file_copy ignore file_pull (#44614) 6 years ago
nxos_gir fix nxos_gir issues (#41809) 6 years ago
nxos_gir_profile_management Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_hsrp nxos_hsrp: fix 'sh_preempt': <unknown enum:> (#52858) 6 years ago
nxos_igmp Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_igmp_interface Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_igmp_snooping nxos_igmp_snooping: more group-timeout fixes (#53553) 6 years ago
nxos_install_os Fix issues with nxos_os_install module (#48811) 6 years ago
nxos_interface Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_interface_ospf Add ospf net type (#45904) 6 years ago
nxos_ip_interface Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_l2_interface Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_l3_interface Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_linkagg Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_lldp Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_logging nxos_logging message fix (#49205) 6 years ago
nxos_ntp Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_ntp_auth Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_ntp_options Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_nxapi Changed when condition from checking image version to checking keys being (#45943) 6 years ago
nxos_nxapi_transports Add explicit ansible_httpapi_port setting (#49314) 6 years ago
nxos_ospf Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_ospf_vrf nxos_ospf_vrf: sanity.yaml test: fix timer_throttle_lsa_hold (#53561) 6 years ago
nxos_overlay_global Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_pim Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_pim_interface Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_pim_rp_address nxos_pim_rp_address: N7K sanity test fix when removing rp w/pfx-list (#53556) 6 years ago
nxos_portchannel nxos CI failures bugfix (#42240) 6 years ago
nxos_reboot Fix nxos_reload timeout and add integration tests (#49632) 6 years ago
nxos_rollback Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_rpm Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_smoke Remove unnecessary features from cli_command (#43829) 6 years ago
nxos_snapshot Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_snmp_community Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_snmp_contact Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_snmp_host Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_snmp_location Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_snmp_traps Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_snmp_user Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_static_route nxos_static_route: reconcile_candidate fails to remove 'track' routes (#53806) 6 years ago
nxos_switchport Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_system Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_udld Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_udld_interface Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_user nxos_user: auth.yaml test: stronger test password needed (#53533) 6 years ago
nxos_vlan Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_vpc Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_vpc_interface Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_vrf Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_vrf_af Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_vrf_interface Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_vrrp Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_vtp_domain Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_vtp_password Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_vtp_version Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_vxlan_vtep nxos_vxlan_vtep: sanity.yaml test needs cast for httpapi tcam check (#53531) 6 years ago
nxos_vxlan_vtep_vni Nxos restore provider to nxapi tests (#41818) 6 years ago
old_style_cache_plugins Disable old_style_cache_plugins integration test. 6 years ago
old_style_modules_posix More test fixes for split controller/remote tests. 6 years ago
omit More test fixes for split controller/remote tests. 6 years ago
one_host one_host environment variables, Fixes #44163 (#44568) 6 years ago
openssh_cert openssh_cert: add serial_number param (#54653) 6 years ago
openssh_keypair Add public key return to openssh_keypair (#53214) 6 years ago
openssl_certificate openssl_*: add backup option (#54294) 6 years ago
openssl_csr openssl_*: add backup option (#54294) 6 years ago
openssl_dhparam openssl_*: add backup option (#54294) 6 years ago
openssl_pkcs12 openssl_*: add backup option (#54294) 6 years ago
openssl_privatekey openssl_* modules: private key errors (#54088) 6 years ago
openssl_publickey openssl_*: add backup option (#54294) 6 years ago
openvswitch_bridge Fix ovs integration tests initial setup (#33136) 7 years ago
openvswitch_db openvswitch_db : Handle column value conversion and idempotency in no_key case (#43869) 6 years ago
order Fix aliases for order integration test. 6 years ago
osx_defaults Remove `skip/rhel8.0` from osx_defaults test. 6 years ago
package Ensure that apt is always chosen on debian/ubuntu (#44413) 6 years ago
package_facts Update Shippable integration test groups. (#43118) 6 years ago
parsing Update Shippable integration test groups. (#43118) 6 years ago
patch Update Shippable integration test groups. (#43118) 6 years ago
pause More test fixes for split controller/remote tests. 6 years ago
pids Adding custom module to get PID of the process (#50896) 6 years ago
ping Merge pull request #54367 from mattclay/fix-ping-test 6 years ago
pip Fix git test on FreeBSD with Python 3.x. (#54560) 6 years ago
plugin_filtering Add shippable/posix/group4/ for CI. (#53816) 6 years ago
plugin_loader Update Shippable integration test groups. (#43118) 6 years ago
postgresql Postgresql privs reformat (#54717) 6 years ago
prepare_eos_tests/tasks Port eos tests to network_cli (#33586) 7 years ago
prepare_http_tests Use setup_remote_tmp for windows httptester (#53255) 6 years ago
prepare_ios_tests ios_l2_interface (#35054) 7 years ago
prepare_iosxr_tests Fix iosxr integration tests (#34663) 7 years ago
prepare_junos_tests/tasks Tag prepare tasks as netconf so they can be skipped for cli-only tests (#44119) 6 years ago
prepare_nios_tests/tasks Overhaul ansible-test cloud test plugins. (#53044) 6 years ago
prepare_nuage_tests/tasks Fix nuage_vspk integration test: 6 years ago
prepare_nxos_tests/tasks nxos_pim_rp_address: update sanity test to work with legacy N3K (#53471) 6 years ago
prepare_ovs_tests/tasks run ovs tests on centos/rhel (#42556) 6 years ago
prepare_sros_tests/tasks Add NETCONF support for SROS devices (#40330) 6 years ago
prepare_tests/tasks
prepare_win_tests
psexec Update Shippable integration test groups. (#43118) 6 years ago
pull Fix pull test on FreeBSD with Python 3.x. (#54565) 6 years ago
python_requirements_facts New module: Python Requirements Facts (#43108) 6 years ago
rabbitmq_binding rabbitmq_binding: Add support for state=absent (#48599) 6 years ago
rabbitmq_lookup Pin rabbitmq tests to pika < 1.0.0 to fix tests. 6 years ago
rabbitmq_plugin rabbitmq_binding: Add support for state=absent (#48599) 6 years ago
rabbitmq_publish Pin rabbitmq tests to pika < 1.0.0 to fix tests. 6 years ago
rabbitmq_user rabbitmq_user: 'node' parameter: add default value (#38156) 6 years ago
rabbitmq_vhost Update Shippable integration test groups. (#43118) 6 years ago
rabbitmq_vhost_limits Add rabbitmq_vhost_limits module (#37821) 6 years ago
raw Update Shippable integration test groups. (#43118) 6 years ago
rds_instance rds_instance module and tests (#43789) 6 years ago
rds_param_group Rebalance AWS integration tests in CI. 6 years ago
read_csv More test fixes for split controller/remote tests. 6 years ago
reboot Reboot - add parameter for paths to search for shutdown command (#51194) 6 years ago
redshift Remove invalid test alias. 6 years ago
remote_tmp Update Shippable integration test groups. (#43118) 6 years ago
replace replace - fixed combined before and after usage (#31452) 6 years ago
roles Prevent duplicate role insertion into roles: (#50552) 6 years ago
route53 Rebalance AWS integration tests in CI. 6 years ago
route53_zone Rebalance AWS integration tests in CI. 6 years ago
rpm_key Update Shippable integration test groups. (#43118) 6 years ago
s3_bucket rebaalance AWS test groups (#53159) 6 years ago
s3_lifecycle rebaalance AWS test groups (#53159) 6 years ago
script Use correct python for -c invocations in tests. (#54577) 6 years ago
seboolean Enable seboolean integration test on RHEL 8.0. 6 years ago
sefcontext update sefcontext integration target and enable for rhel8 beta 6 years ago
selinux selogin: check_mode, ignore_selinux_state, tests 6 years ago
sensu_client More test fixes for split controller/remote tests. 6 years ago
sensu_handler More test fixes for split controller/remote tests. 6 years ago
service Fix service integration test python selection. (#54449) 6 years ago
service_facts Update Shippable integration test groups. (#43118) 6 years ago
set_fact Fix integration tests with custom inventory. 6 years ago
setup_acme/tasks Use {{ ansible_python.executable }} instead of python in integration tests. (#47340) 6 years ago
setup_azure Fix ansible-test default image. (#31966) 7 years ago
setup_deb_repo Fix integration tests to support remote hosts. 6 years ago
setup_docker test: fix get_url issues in CI for Ubuntu 14.04 6 years ago
setup_ec2 Reorganize integration tests: 7 years ago
setup_flatpak_remote Use local dummy repo for flatpak_remote integration tests (#52668) 6 years ago
setup_influxdb/tasks Integration tests for influxdb_user module (#35315) 7 years ago
setup_mysql_db Suse add py3 package vars (#52794) 6 years ago
setup_nobody test - add setup target that creates the nobody user (#52750) 6 years ago
setup_opennebula/vars opennebula: new module one_host (#40041) 6 years ago
setup_openssl Fix OpenSSL tests on FreeBSD with Python 3.x. 6 years ago
setup_passlib/tasks Add setup roles for passlib and pexpect for use with pause and vars_prompt tests (#43613) 6 years ago
setup_pexpect/tasks Add setup roles for passlib and pexpect for use with pause and vars_prompt tests (#43613) 6 years ago
setup_postgresql_db Fix postgresql test on FreeBSD with Python 3.x. 6 years ago
setup_rabbitmq setup_rabbitmq - fix erlang pinned dependencies (#51048) 6 years ago
setup_remote_constraints Fix integration tests to support remote hosts. 6 years ago
setup_remote_tmp_dir Fix integration tests to support remote hosts. 6 years ago
setup_rpm_repo test dnf - fix groups idempotency on RHEL and fix postgresql issue (#51319) 6 years ago
setup_ssh_keygen Add openssh_keypair module (#46436) 6 years ago
setup_sshkey/tasks ec2_key: add a test for the force option (#32748) 7 years ago
setup_tls Setup TLS integration test for RabbitMQ (#50363) 6 years ago
setup_win_psget test: optimize win_psmodule tests (#53431) 6 years ago
setup_zabbix Update Shippable integration test groups. (#43118) 6 years ago
shadowed_module Use relative inventory paths instead of symlinks. 6 years ago
shell Re-add support for setting shell from play context (#52139) 6 years ago
slurp Update Shippable integration test groups. (#43118) 6 years ago
sns Port the sns module to boto3 (#45634) 6 years ago
sns_topic sns_topic boto3 port (#39292) 6 years ago
special_vars Include dependency role names in `role_names`. (#46483) 6 years ago
sqs_queue Rebalance AWS integration tests in CI. 6 years ago
stat Update Shippable integration test groups. (#43118) 6 years ago
strategy_linear Move strategy_linear test inventory into test. 6 years ago
sts_assume_role Move type checking methods out of basic.py and add unit tests (#53687) 6 years ago
subversion Fix subversion integration test on Fedora 29. (#51089) 6 years ago
supervisorctl Update Shippable integration test groups. (#43118) 6 years ago
synchronize Update Shippable integration test groups. (#43118) 6 years ago
synchronize-buildah Mark unsupported integration tests. (#38251) 7 years ago
sysctl Update Shippable integration test groups. (#43118) 6 years ago
systemd Update Shippable integration test groups. (#43118) 6 years ago
tags Allow tags to be templated from a variable (#49833) 6 years ago
task_ordering More test fixes for split controller/remote tests. 6 years ago
template dataloader: check exact value of dir (#52021) 6 years ago
template_jinja2_latest Fix tests which assume `virtualenv` is available. 6 years ago
templating_settings More test fixes for split controller/remote tests. 6 years ago
test_infra Remove unnecessary absolute paths from tests. 6 years ago
timezone Update Shippable integration test groups. (#43118) 6 years ago
tower_common Overhaul ansible-test cloud test plugins. (#53044) 6 years ago
tower_credential Fixing exception import for tower modules (#50447) 6 years ago
tower_credential_type New module : tower_credential_type (#37243) 6 years ago
tower_group Fixing exception import for tower modules (#50447) 6 years ago
tower_host Fixing exception import for tower modules (#50447) 6 years ago
tower_inventory Fixing exception import for tower modules (#50447) 6 years ago
tower_inventory_source Update Shippable integration test groups. (#43118) 6 years ago
tower_job_cancel Fixing exception import for tower modules (#50447) 6 years ago
tower_job_launch Fixing exception import for tower modules (#50447) 6 years ago
tower_job_list Update Shippable integration test groups. (#43118) 6 years ago
tower_job_template Overhaul ansible-test cloud test plugins. (#53044) 6 years ago
tower_job_wait Fixing exception import for tower modules (#50447) 6 years ago
tower_label Fixing exception import for tower modules (#50447) 6 years ago
tower_notification New module: tower_notification (#50512) 6 years ago
tower_organization Overhaul ansible-test cloud test plugins. (#53044) 6 years ago
tower_project Overhaul ansible-test cloud test plugins. (#53044) 6 years ago
tower_receive Adding TowerCLI receive module (#51023) 6 years ago
tower_role Update Shippable integration test groups. (#43118) 6 years ago
tower_send Adding TowerCLI send module (#37843) 6 years ago
tower_settings Add 'tower_settings' module for managing Ansible Tower Settings (#43933) 6 years ago
tower_team Fixing exception import for tower modules (#50447) 6 years ago
tower_user standardize TLS connection properties (#54315) 6 years ago
tower_workflow_launch standardize TLS connection properties (#54315) 6 years ago
tower_workflow_template Overhaul ansible-test cloud test plugins. (#53044) 6 years ago
ucs_disk_group_policy Ucs disk group policy (#43578) 6 years ago
ucs_dns_server Add UCS DNS Server management module (#46789) 6 years ago
ucs_ip_pool Mark unsupported integration tests. (#38251) 7 years ago
ucs_lan_connectivity support for iscsi vnics based on customer feature request (#48377) 6 years ago
ucs_mac_pool Mark unsupported integration tests. (#38251) 7 years ago
ucs_managed_objects UCS managed objects module for direct control of any object (#44470) 6 years ago
ucs_ntp_server UCS NTP Server module (#42375) 6 years ago
ucs_org Add module for UCS Org (#46785) 6 years ago
ucs_san_connectivity Mark unsupported integration tests. (#38251) 7 years ago
ucs_service_profile_template ucs_service_profile_template and integration tests (#48277) 6 years ago
ucs_storage_profile ucs_storage_profile module and integration tests (#42205) 6 years ago
ucs_timezone Module for UCSM Manager Timezone Management (#36974) 6 years ago
ucs_uuid_pool UCS Server UUID pool modules and integration tests (#41743) 6 years ago
ucs_vhba_template Mark unsupported integration tests. (#38251) 7 years ago
ucs_vlans Mark unsupported integration tests. (#38251) 7 years ago
ucs_vnic_template Fix issue with vNIC redundancy templates (#36608) 6 years ago
ucs_vsans Mark unsupported integration tests. (#38251) 7 years ago
ucs_wwn_pool Mark unsupported integration tests. (#38251) 7 years ago
ufw ufw: allow to insert rules relative to first/last IPv4/IPv6 rules (#49796) 6 years ago
unarchive Fix integration tests to support remote hosts. 6 years ago
unicode Fix unicode integration test. 6 years ago
until Update Shippable integration test groups. (#43118) 6 years ago
uri uri: do not write the file after failure (#53515) 6 years ago
user Use correct python for -c invocations in tests. (#54577) 6 years ago
var_blending Fix integration tests with custom inventory. 6 years ago
var_precedence Add shippable/posix/group4/ for CI. (#53816) 6 years ago
vars_prompt Add shippable/posix/group4/ for CI. (#53816) 6 years ago
vault Fix vault integration test inventory references. 6 years ago
vcenter_folder Reduce vcenter integration test boilerplate. 6 years ago
vcenter_license Reduce vcenter integration test boilerplate. 6 years ago
virt_net virt_net: idempotency of create/stop actions (#53276) 6 years ago
vmware_about_facts Reduce vcenter integration test boilerplate. 6 years ago
vmware_cluster Reduce vcenter integration test boilerplate. 6 years ago
vmware_cluster_facts Reduce vcenter integration test boilerplate. 6 years ago
vmware_datacenter Reduce vcenter integration test boilerplate. 6 years ago
vmware_datastore_cluster Reduce vcenter integration test boilerplate. 6 years ago
vmware_datastore_facts Reduce vcenter integration test boilerplate. 6 years ago
vmware_datastore_maintenancemode Reduce vcenter integration test boilerplate. 6 years ago
vmware_drs_group Reduce vcenter integration test boilerplate. 6 years ago
vmware_drs_group_facts Reduce vcenter integration test boilerplate. 6 years ago
vmware_drs_rule_facts Reduce vcenter integration test boilerplate. 6 years ago
vmware_dvs_portgroup Reduce vcenter integration test boilerplate. 6 years ago
vmware_dvs_portgroup_facts Reduce vcenter integration test boilerplate. 6 years ago
vmware_dvswitch Reduce vcenter integration test boilerplate. 6 years ago
vmware_dvswitch_pvlans Reduce vcenter integration test boilerplate. 6 years ago
vmware_dvswitch_uplink_pg Reduce vcenter integration test boilerplate. 6 years ago
vmware_guest Reduce vcenter integration test boilerplate. 6 years ago
vmware_guest_boot_facts VMware: new module : vmware_guest_boot_facts (#43240) 6 years ago
vmware_guest_custom_attribute_defs Reduce vcenter integration test boilerplate. 6 years ago
vmware_guest_custom_attributes Reduce vcenter integration test boilerplate. 6 years ago
vmware_guest_customization_facts VMware: new module: vmware_guest_customization_facts (#38588) 6 years ago
vmware_guest_disk_facts VMware: Return Disk UUID information (#45157) 6 years ago
vmware_guest_facts Reduce vcenter integration test boilerplate. 6 years ago
vmware_guest_find Reduce vcenter integration test boilerplate. 6 years ago
vmware_guest_move Reduce vcenter integration test boilerplate. 6 years ago
vmware_guest_powerstate Reduce vcenter integration test boilerplate. 6 years ago
vmware_guest_snapshot Reduce vcenter integration test boilerplate. 6 years ago
vmware_guest_snapshot_facts Reduce vcenter integration test boilerplate. 6 years ago
vmware_guest_tools_wait Reduce vcenter integration test boilerplate. 6 years ago
vmware_host Reduce vcenter integration test boilerplate. 6 years ago
vmware_host_acceptance Reduce vcenter integration test boilerplate. 6 years ago
vmware_host_active_directory Reduce vcenter integration test boilerplate. 6 years ago
vmware_host_capability_facts Reduce vcenter integration test boilerplate. 6 years ago
vmware_host_config_facts Reduce vcenter integration test boilerplate. 6 years ago
vmware_host_config_manager Reduce vcenter integration test boilerplate. 6 years ago
vmware_host_dns_facts Reduce vcenter integration test boilerplate. 6 years ago
vmware_host_facts Reduce vcenter integration test boilerplate. 6 years ago
vmware_host_feature_facts Reduce vcenter integration test boilerplate. 6 years ago
vmware_host_firewall_facts Reduce vcenter integration test boilerplate. 6 years ago
vmware_host_firewall_manager Reduce vcenter integration test boilerplate. 6 years ago
vmware_host_hyperthreading Reduce vcenter integration test boilerplate. 6 years ago
vmware_host_ipv6 Reduce vcenter integration test boilerplate. 6 years ago
vmware_host_kernel_manager Cleanup yaml files with incorrect task attrs (#53813) 6 years ago
vmware_host_ntp Reduce vcenter integration test boilerplate. 6 years ago
vmware_host_ntp_facts Reduce vcenter integration test boilerplate. 6 years ago
vmware_host_package_facts Reduce vcenter integration test boilerplate. 6 years ago
vmware_host_powermgmt_policy Reduce vcenter integration test boilerplate. 6 years ago
vmware_host_powerstate Reduce vcenter integration test boilerplate. 6 years ago
vmware_host_scanhba Reduce vcenter integration test boilerplate. 6 years ago
vmware_host_service_facts Reduce vcenter integration test boilerplate. 6 years ago
vmware_host_service_manager Reduce vcenter integration test boilerplate. 6 years ago
vmware_host_snmp Reduce vcenter integration test boilerplate. 6 years ago
vmware_host_ssl_facts Reduce vcenter integration test boilerplate. 6 years ago
vmware_host_vmhba_facts Reduce vcenter integration test boilerplate. 6 years ago
vmware_host_vmnic_facts Reduce vcenter integration test boilerplate. 6 years ago
vmware_inventory Reduce vcenter integration test boilerplate. 6 years ago
vmware_local_role_facts Reduce vcenter integration test boilerplate. 6 years ago
vmware_local_role_manager Reduce vcenter integration test boilerplate. 6 years ago
vmware_local_user_facts Reduce vcenter integration test boilerplate. 6 years ago
vmware_local_user_manager Reduce vcenter integration test boilerplate. 6 years ago
vmware_maintenancemode Reduce vcenter integration test boilerplate. 6 years ago
vmware_portgroup_facts Reduce vcenter integration test boilerplate. 6 years ago
vmware_resource_pool Reduce vcenter integration test boilerplate. 6 years ago
vmware_resource_pool_facts Reduce vcenter integration test boilerplate. 6 years ago
vmware_target_canonical_facts Reduce vcenter integration test boilerplate. 6 years ago
vmware_vcenter_settings Reduce vcenter integration test boilerplate. 6 years ago
vmware_vcenter_statistics Reduce vcenter integration test boilerplate. 6 years ago
vmware_vm_facts vmware_vm_facts: custom attributes support (#45773) 6 years ago
vmware_vm_host_drs_rule Reduce vcenter integration test boilerplate. 6 years ago
vmware_vm_vm_drs_rule Reduce vcenter integration test boilerplate. 6 years ago
vmware_vmkernel Reduce vcenter integration test boilerplate. 6 years ago
vmware_vmkernel_facts Reduce vcenter integration test boilerplate. 6 years ago
vmware_vspan_session Reduce vcenter integration test boilerplate. 6 years ago
vmware_vswitch Reduce vcenter integration test boilerplate. 6 years ago
vmware_vswitch_facts Reduce vcenter integration test boilerplate. 6 years ago
vsphere_file vsphere_file: New module to manage files on datastores (#48180) 6 years ago
vultr_account_facts tests: vultr: convert legacy tests to targets (#50156) 6 years ago
vultr_block_storage tests: vultr: convert legacy tests to targets (#50156) 6 years ago
vultr_block_storage_facts tests: vultr: convert legacy tests to targets (#50156) 6 years ago
vultr_dns_domain tests: vultr: convert legacy tests to targets (#50156) 6 years ago
vultr_dns_domain_facts tests: vultr: convert legacy tests to targets (#50156) 6 years ago
vultr_dns_record tests: vultr: convert legacy tests to targets (#50156) 6 years ago
vultr_firewall_group tests: vultr: convert legacy tests to targets (#50156) 6 years ago
vultr_firewall_group_facts tests: vultr: convert legacy tests to targets (#50156) 6 years ago
vultr_firewall_rule tests: vultr: convert legacy tests to targets (#50156) 6 years ago
vultr_network tests: vultr: convert legacy tests to targets (#50156) 6 years ago
vultr_network_facts tests: vultr: convert legacy tests to targets (#50156) 6 years ago
vultr_os_facts tests: vultr: convert legacy tests to targets (#50156) 6 years ago
vultr_plan_facts tests: vultr: convert legacy tests to targets (#50156) 6 years ago
vultr_region_facts tests: vultr: convert legacy tests to targets (#50156) 6 years ago
vultr_server tests: vultr_server: adjust plan names, fixes integration test (#53914) 6 years ago
vultr_server_facts tests: vultr: convert legacy tests to targets (#50156) 6 years ago
vultr_ssh_key tests: vultr: convert legacy tests to targets (#50156) 6 years ago
vultr_ssh_key_facts tests: vultr: convert legacy tests to targets (#50156) 6 years ago
vultr_startup_script tests: vultr: convert legacy tests to targets (#50156) 6 years ago
vultr_startup_script_facts tests: vultr: convert legacy tests to targets (#50156) 6 years ago
vultr_user tests: vultr: convert legacy tests to targets (#50156) 6 years ago
vultr_user_facts tests: vultr: convert legacy tests to targets (#50156) 6 years ago
vyos_banner Update Shippable integration test groups. (#43118) 6 years ago
vyos_command Update timeout test to match current returned string (#44191) 6 years ago
vyos_config Add backup filename and dir path option for config network modules (#50801) 6 years ago
vyos_facts Update Shippable integration test groups. (#43118) 6 years ago
vyos_interface vyos_interface require multiple network nodes to run (#39670) 7 years ago
vyos_l3_interface fix vyos_l3_interface adding multiple addresses to interface (#36377) 7 years ago
vyos_linkagg Cleanup net integration test case for network modules (#34684) 7 years ago
vyos_lldp Update Shippable integration test groups. (#43118) 6 years ago
vyos_lldp_interface Cleanup net integration test case for network modules (#34684) 7 years ago
vyos_logging Cleanup net integration test case for network modules (#34684) 7 years ago
vyos_smoke Remove unnecessary features from cli_command (#43829) 6 years ago
vyos_static_route Update Shippable integration test groups. (#43118) 6 years ago
vyos_system Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 6 years ago
vyos_user Default ssh port (#39678) 7 years ago
vyos_vlan Fix vyos_vlan aggregate issue & added tests (#41638) 6 years ago
wait_for Make wait_for return matched groups defined in search_regex. Closes #… (#47690) 6 years ago
wait_for_connection Ensure action plugins accept only valid args (#44779) 6 years ago
wakeonlan Update Shippable integration test groups. (#43118) 6 years ago
want_json_modules_posix More test fixes for split controller/remote tests. 6 years ago
win_acl win_acl - fix support for registry paths (#54427) 6 years ago
win_acl_inheritance win_acl_inheritance - fix glob like paths (#53829) 6 years ago
win_async_wrapper win_exec: refactor PS exec runner (#45334) 6 years ago
win_audit_policy_system Update Shippable integration test groups. (#43118) 6 years ago
win_audit_rule Update Shippable integration test groups. (#43118) 6 years ago
win_become win become: refactor and add support for passwordless become (#48082) 6 years ago
win_certificate_store win_certificate_store - fix glob like paths (#54007) 6 years ago
win_chocolatey win_chocolatey - Fix incompatibilities with latest Chocolatey release (#53841) 6 years ago
win_chocolatey_config Update Shippable integration test groups. (#43118) 6 years ago
win_chocolatey_facts Add 6th Windows CI group. 6 years ago
win_chocolatey_feature Update Shippable integration test groups. (#43118) 6 years ago
win_chocolatey_source win_chocolatey_source - don't rely on cmd to get source info (#53837) 6 years ago
win_command win become: refactor and add support for passwordless become (#48082) 6 years ago
win_copy Add 6th Windows CI group. 6 years ago
win_credential Add 6th Windows CI group. 6 years ago
win_csharp_utils Ansible.Basic - event log perm fix and no_log improv (#54699) 6 years ago
win_disk_facts Correct integration tests for the win_disk_facts module (#51044) 6 years ago
win_dns_record win_dns_record (#51925) 6 years ago
win_domain_group Mark unsupported integration tests. (#38251) 7 years ago
win_domain_membership Add 6th Windows CI group. 6 years ago
win_dotnet_ngen Add 6th Windows CI group. 6 years ago
win_dsc win_dsc - Add argument validation and other fixes (#53093) 6 years ago
win_environment Added basic equivalent to PowerShell modules (#44705) 6 years ago
win_eventlog Update Shippable integration test groups. (#43118) 6 years ago
win_eventlog_entry reordered windows test groups for better efficiency (#45445) 6 years ago
win_exec_wrapper split PS wrapper and payload (CVE-2018-16859) (#49142) 6 years ago
win_feature Update Shippable integration test groups. (#43118) 6 years ago
win_fetch Update Shippable integration test groups. (#43118) 6 years ago
win_file Fixed win_file crash with hidden files (#52584) 6 years ago
win_find win_find - fix glob like paths (#54005) 6 years ago
win_firewall Don't run integration tests for OS'es older than Windows 2016 (#53057) 6 years ago
win_firewall_rule reordered windows test groups for better efficiency (#45445) 6 years ago
win_get_url win_get_url - fix glob like paths (#54008) 6 years ago
win_group Update Shippable integration test groups. (#43118) 6 years ago
win_group_membership Add 6th Windows CI group. 6 years ago
win_hostname Update Shippable integration test groups. (#43118) 6 years ago
win_hosts Add new windows module: win_hosts (#46450) 6 years ago
win_hotfix win_hotfix: use S3 bucket for update files in test (#49696) 6 years ago
win_iis_webapppool Update Shippable integration test groups. (#43118) 6 years ago
win_iis_webbinding Split Windows tests into 5 groups. 6 years ago
win_lineinfile Windows: Add backup parameter to modules (#50033) 6 years ago
win_mapped_drive Split Windows tests into 5 groups. 6 years ago
win_module_utils PS AddType - Add the ability to supply custom compile symbols for C# code (#54582) 6 years ago
win_module_utils_legacy Update Shippable integration test groups. (#43118) 6 years ago
win_msg Update Shippable integration test groups. (#43118) 6 years ago
win_nssm win_nssm: refactor to fix issues, support check mode and add more features (#45693) 6 years ago
win_optional_feature win_optional_feature - support multiple feature in name (#54368) 6 years ago
win_owner win_owner - fix glob like paths (#53830) 6 years ago
win_package Added support for user-specified log file in win_package (#51104) 6 years ago
win_pagefile Update Shippable integration test groups. (#43118) 6 years ago
win_partition Add 6th Windows CI group. 6 years ago
win_path Update Shippable integration test groups. (#43118) 6 years ago
win_pester Update Shippable integration test groups. (#43118) 6 years ago
win_ping Collection content loading (#52194) 6 years ago
win_power_plan win_power_plan: fix for Windows 10 and Server 2008 compatibility (#51471) 6 years ago
win_product_facts Update Shippable integration test groups. (#43118) 6 years ago
win_psexec win_psexec - support paths with a space (#54009) 6 years ago
win_psmodule Add 6th Windows CI group. 6 years ago
win_psrepository test: optimize win_psmodule tests (#53431) 6 years ago
win_rabbitmq_plugin Update Shippable integration test groups. (#43118) 6 years ago
win_raw Update Shippable integration test groups. (#43118) 6 years ago
win_rds win_rds: wait for reboot to be complete (#51849) 6 years ago
win_reboot win_reboot - fix broken tests after recent commit (#53722) 6 years ago
win_reg_stat win reg - Support special chars in path (#53305) 6 years ago
win_regedit win reg - Support special chars in path (#53305) 6 years ago
win_region Update Shippable integration test groups. (#43118) 6 years ago
win_regmerge Update Shippable integration test groups. (#43118) 6 years ago
win_route Fixed win_route module (#46395) 6 years ago
win_say win_say: Port to use CSharpUtil AnsibleBasic (#48361) 6 years ago
win_scheduled_task Split Windows tests into 5 groups. 6 years ago
win_scheduled_task_stat win_scheduled_task: add deprecation warning for repetition format (#45468) 6 years ago
win_script re-enable batch tests for win_script (#48822) 6 years ago
win_security_policy Update Shippable integration test groups. (#43118) 6 years ago
win_service win_service - use custom binary for tests (#51689) 6 years ago
win_setup test win_setup - make py3 compatible (#51693) 6 years ago
win_share Update Shippable integration test groups. (#43118) 6 years ago
win_shell win_shell: Implement option 'profile', allowing the user to control p… (#54299) 6 years ago
win_shortcut win_shortcut: add run as admin and fix shell folder idempotency (#48584) 6 years ago
win_slurp win_slurp - fix glob like paths (#53831) 6 years ago
win_snmp win_snmp: Initial commit (#45710) 6 years ago
win_stat win_stat - add follow option and fix broken tests (#51522) 6 years ago
win_tempfile win_tempfile - return absolute path on created temp file (#53827) 6 years ago
win_template Windows: Add backup parameter to modules (#50033) 6 years ago
win_timezone Update Shippable integration test groups. (#43118) 6 years ago
win_toast Update Shippable integration test groups. (#43118) 6 years ago
win_unzip fix failing tests 6 years ago
win_updates win_updates - mark as unstable again (#51713) 6 years ago
win_uri Add 6th Windows CI group. 6 years ago
win_user Add 6th Windows CI group. 6 years ago
win_user_profile win_user_profile - new module (#50637) 6 years ago
win_user_right Update Shippable integration test groups. (#43118) 6 years ago
win_wait_for Update Shippable integration test groups. (#43118) 6 years ago
win_wait_for_process win_wait_for_process: Fixes and integration tests (#44801) 6 years ago
win_wakeonlan Update Shippable integration test groups. (#43118) 6 years ago
win_whoami Update Shippable integration test groups. (#43118) 6 years ago
win_xml Windows: Add backup parameter to modules (#50033) 6 years ago
windows-paths Update Shippable integration test groups. (#43118) 6 years ago
xattr add skip/docker alias to skip tests when running on Docker (#45955) 6 years ago
xml Warn on incorrect use of parameter, and remove fix for now (#54336) 6 years ago
yarn Update Shippable integration test groups. (#43118) 6 years ago
yum Use correct python for -c invocations in tests. (#54577) 6 years ago
yum_repository Ensure action plugins accept only valid args (#44779) 6 years ago
zabbix_host ansible test: re-enable mysql tests with fix (#50430) 6 years ago
zypper zypper: fix tests to use new URL for OpenSUSE 15.0 (#52453) 6 years ago
zypper_repository zypper_repository: fix return check on newer OpenSUSE versions (#52457) 6 years ago