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
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>
5 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 Revert "ACI: Implement encoded query_string" (#56783) 5 years ago
aci_bd Revert "ACI: Implement encoded query_string" (#56783) 5 years ago
aci_bd_subnet Revert "ACI: Implement encoded query_string" (#56783) 5 years ago
aci_config_rollback Fix integration tests (#43847) 6 years ago
aci_config_snapshot Revert "ACI: Implement encoded query_string" (#56783) 5 years ago
aci_contract Revert "ACI: Implement encoded query_string" (#56783) 5 years ago
aci_contract_subject Revert "ACI: Implement encoded query_string" (#56783) 5 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 Revert "ACI: Implement encoded query_string" (#56783) 5 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 Revert "ACI: Implement encoded query_string" (#56783) 5 years ago
aci_firmware_source ACI: Make querying links and nodes possible (#43441) 6 years ago
aci_interface_policy_cdp ACI CDP Interface Policy Module Creation (#54818) 5 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 Revert "ACI: Implement encoded query_string" (#56783) 5 years ago
aci_vmm_credential Add aci_vmm_credential.py (#60910) 5 years ago
aci_vrf Revert "ACI: Implement encoded query_string" (#56783) 5 years ago
acl acl: fix module failure if there're spaces in a path (#63280) 5 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_certificate: add select_chain option (#60710) 5 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 ACME modules: bump test container version (#61192) 5 years ago
add_host Update Shippable integration test groups. (#43118) 6 years ago
aix_devices Fix integration test role syntax. 6 years ago
aix_filesystem Fix integration test role syntax. 6 years ago
alternatives alternatives - fix OpenSUSE dir on newer distros (#52458) 6 years ago
ansiballz_python Set alter_sys=True instead of False to address backwards incompat (#64670) 5 years ago
ansible fix default collection resolution in adhoc (#63298) 5 years ago
ansible-doc WIP - Fix ansible-doc bugs and add integration tests. (#62461) 5 years ago
ansible-galaxy Fixes --version in ansible-galaxy cli 5 years ago
ansible-runner Clean up various integration tests. (#60613) 5 years ago
any_errors_fatal Clean up unused config usage in integration tests. 5 years ago
apache2_module Rebalance shippable/posix/ CI groups. 6 years ago
apt apt target: use 'until' when the cache is updated (#65456) 5 years ago
apt_key Update Shippable integration test groups. (#43118) 6 years ago
apt_repository Replaces #16690 (#58369) 5 years ago
archive Fix/archive empty file (#64895) 5 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
asa_og ASA network/service object-group module (#52925) 6 years ago
assemble Update Shippable integration test groups. (#43118) 6 years ago
assert Change default smart connection to ssh on macOS and remove paramiko from requirements.txt (#54738) 6 years ago
async Allocate an explicit stdin in async_wrapper (#53410) 6 years ago
async_extra_data default collection support (#61415) 5 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_acm Disable failing aws_acm integration test. 5 years ago
aws_api_gateway Rebalance AWS integration tests in CI. 6 years ago
aws_caller_info AWS modules: _facts -> _info (#57613) 5 years ago
aws_codebuild codebuild/codepipeline - fix regex for shippable resource_prefix (#61783) 5 years ago
aws_codecommit aws_codecommit: Fix integration tests and Add support for updating the description (#61263) 5 years ago
aws_codepipeline codebuild/codepipeline - fix regex for shippable resource_prefix (#61783) 5 years ago
aws_config Rebalance AWS integration tests in CI. 6 years ago
aws_eks Adding waiter to cluster remove process (#57324) 5 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 Fix issues with aws_kms when working cross-account and with IDs (#60805) 5 years ago
aws_lambda Added missing param to lambda module to pass it through to boto3 (#58822) 5 years ago
aws_s3 aws_s3: Improve ETag handling (#46332) 5 years ago
aws_secret Fixup aws_secret integration tests (#61241) 5 years ago
aws_ses_identity Make aws_ses_identity module work when region is provided via environment or config. (#51627) 5 years ago
aws_ses_identity_policy rebaalance AWS test groups (#53159) 6 years ago
aws_ses_rule_set AWS: _facts -> _info (part 2) (#57626) 5 years ago
aws_ssm_parameters Rebalance AWS integration tests in CI. 6 years ago
aws_step_functions_state_machine add module aws_step_functions_state_machine_execution (#64431) 5 years ago
aws_waf_web_acl AWS modules: _facts -> _info (#57613) 5 years ago
azure_rm_acs
azure_rm_aks Rename Azure modules: facts -> info (#60987) 5 years ago
azure_rm_appgateway adds redirect configurations and probes to azure_rm_appgateway (#46607) 6 years ago
azure_rm_appserviceplan Rename Azure modules: facts -> info (#60987) 5 years ago
azure_rm_automationaccount Support automation account managment (#56429) 5 years ago
azure_rm_autoscale Move azure_rm_autoscale test from group 2 to 5. 5 years ago
azure_rm_availabilityset Rename Azure modules: facts -> info (#61505) 5 years ago
azure_rm_azurefirewall test: temp disable azure_rm_azurefirewall 5 years ago
azure_rm_batchaccount Implement a new module to support Batch Account (#55074) 5 years ago
azure_rm_cdnprofile Rename Azure modules: "facts"->"info" (#61417) 5 years ago
azure_rm_containerinstance Rename Azure modules: "facts"->"info" (#61417) 5 years ago
azure_rm_containerregistry Rename Azure modules: "facts"->"info" (#61417) 5 years ago
azure_rm_cosmosdbaccount Rename Azure modules: "facts"->"info" (#61417) 5 years ago
azure_rm_deployment Rename Azure modules: "facts"->"info" (#61417) 5 years ago
azure_rm_devtestlab fix ci (#57216) 5 years ago
azure_rm_dnszone Rename Azure modules: facts -> info (#61505) 5 years ago
azure_rm_functionapp Rename Azure modules: facts -> info (#61505) 5 years ago
azure_rm_gallery azure_rm_galleryimageversion: support data disk snapshot as source input (#65405) 5 years ago
azure_rm_hdinsightcluster Rename Azure modules: facts -> info (#61505) 5 years ago
azure_rm_image Rename Azure modules: facts -> info (#61505) 5 years ago
azure_rm_iothub azure_rm_iothub: disable the functional test (#61854) 5 years ago
azure_rm_keyvault add azure_rm_keyvaultkey_info module (#55754) 5 years ago
azure_rm_loadbalancer Changing LBName used by same task inside azure_rm_loadbalancer (#58936) 5 years ago
azure_rm_lock Rename Azure modules: facts -> info (#61505) 5 years ago
azure_rm_manageddisk azure: re-balance tests to avoid timeout 5 years ago
azure_rm_mariadbserver Add two new Azure groups to prevent timeouts 5 years ago
azure_rm_monitorlogprofile add azure monitor log profile module (#54702) 5 years ago
azure_rm_mysqlserver renaming info -> facts (#54573) 6 years ago
azure_rm_networkinterface Rename Azure modules: facts -> info (#61505) 5 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 add wait_for_running option in azure_rm_rediscache module (#54976) 6 years ago
azure_rm_resource special case for rest module (#54236) 6 years ago
azure_rm_resourcegroup Additional rename fixes (#57527) 5 years ago
azure_rm_roledefinition Fix the test syntax (#56557) 6 years ago
azure_rm_routetable Rebalance Azure tests. 6 years ago
azure_rm_securitygroup Azure fix _info/_facts return values for some modules (#61584) 5 years ago
azure_rm_servicebus Add azure servicebus module (#51320) 6 years ago
azure_rm_sqlserver Add two new Azure groups to prevent timeouts 5 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 azure_rm_subnet: fix CI error for deleting the azure_tags (#55276) 6 years ago
azure_rm_trafficmanagerprofile Rebalance Azure tests. 6 years ago
azure_rm_virtualmachine Azure fix _info/_facts return values for some modules (#61584) 5 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 Add the singlePlacementGroup in the virtual machine scale set module (#58320) 5 years ago
azure_rm_virtualnetwork Fix azure_rm_virtualnetwork integration test. 5 years ago
azure_rm_virtualnetworkgateway tag off long-running azure_rm_virtualnetworkgateway tests 6 years ago
azure_rm_virtualnetworkpeering add vnet peering facts module (#53942) 6 years ago
azure_rm_webapp fix webapp slot test (#56156) 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 Simplify ansible-test target processing. (#61506) 5 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 Fix ansible_failed_{task,result} undefined in rescue (#64831) 5 years ago
callback_default clean "changed" only after it has been processed (#59958) 5 years ago
callback_log_plays added tests for log_plays (#56811) 5 years ago
callback_retry_task_name Update Shippable integration test groups. (#43118) 6 years ago
ce_is_is_instance add a new module to create isis instance. (#63716) 5 years ago
ce_is_is_interface add a new module to configure isis on interface. (#63717) 5 years ago
ce_is_is_view add a new module to configure isis on isis-view. (#63720) 5 years ago
ce_lacp add a new module ce lacp to manage Eth-Trunk interfaces mode (#58077) 5 years ago
ce_lldp Add a new module ce_lldp to manage Link Layer Discovery Protocol(LLDP) (#63395) 5 years ago
ce_lldp_interface Fix tests which have unparsable yaml 5 years ago
ce_mdn_interface add a new module to configure mdn on interface. (#63755) 5 years ago
ce_multicast_global add a new module to configure multicast global. (#63745) 5 years ago
ce_multicast_igmp_enable add a new module to configure multicast igmp and enable it. (#63746) 5 years ago
ce_static_route_bfd Fix tests which have unparsable yaml 5 years ago
certificate_complete_chain Fix incorrect assumptions in integration tests. (#58372) 5 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
cli Wrap CLI Passwords with AnsibleUnsafeText, ensure unsafe context is not lost during encode/decode (#63351) 5 years ago
cloud_init_data_facts test suse: get tests working on newer OpenSUSE distributions (#52539) 6 years ago
cloudformation_stack_set Clean up unused config usage in integration tests. 5 years ago
cloudfront_distribution Handle FieldLevelEncryptionId in cloudfront_distribution (#41770) 6 years ago
cloudscale_common Add cloudscale.ch API inventory plugin (#53517) 6 years ago
cloudscale_floating_ip cloudcscale_floating_ip: add types (#56924) 5 years ago
cloudscale_server cloudscale_server: add tags support (#60396) 5 years ago
cloudscale_server_group cloudscale_server_group: add tags support (#60397) 5 years ago
cloudscale_volume cloudscale_volume: refactor to implement tags support (#61531) 5 years ago
cloudtrail cloudtrail: Initial integration tests (#61919) 5 years ago
cnos_backup Fix obvious typos (#62821) 5 years ago
cnos_banner Fixed typo from adress to address (#52143) 6 years ago
cnos_bgp Fix obvious typos (#62821) 5 years ago
cnos_command Fix obvious typos (#62821) 5 years ago
cnos_conditional_command Fix obvious typos (#62821) 5 years ago
cnos_conditional_template Fix obvious typos (#62821) 5 years ago
cnos_config Fix obvious typos (#62821) 5 years ago
cnos_facts Fix obvious typos (#62821) 5 years ago
cnos_image Fix obvious typos (#62821) 5 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 Fix obvious typos (#62821) 5 years ago
cnos_save Fix obvious typos (#62821) 5 years ago
cnos_showrun Fix obvious typos (#62821) 5 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 Fix obvious typos (#62821) 5 years ago
cnos_user Lenovo cnos vrf (#54188) 6 years ago
cnos_vlag Fix obvious typos (#62821) 5 years ago
cnos_vlan Lenovo cnos vrf (#54188) 6 years ago
cnos_vrf The module fails on switchport. Check added to fix. (#54970) 6 years ago
collections Inventory CLI - Ignore settings for when vars plugins should run (#65073) 5 years ago
collections_plugin_namespace Fix plugin names for collection plugins. (#60317) 5 years ago
collections_relative_imports Support relative imports in AnsiballZ. (#61196) 5 years ago
command_shell Update command/shell docs with note about modules for rebooting(#51499) 6 years ago
conditionals improve conditional warnings (#57190) 5 years ago
config Fix integration tests to support remote hosts. 6 years ago
connection Simplify ansible-test target processing. (#61506) 5 years ago
connection_buildah
connection_chroot Fix integration tests with custom inventory. 6 years ago
connection_docker
connection_jail
connection_libvirt_lxc
connection_local Fix integration tests with custom inventory. 6 years ago
connection_lxc
connection_lxd
connection_paramiko_ssh Only use Paramiko in tests when needed. (#54826) 6 years ago
connection_podman Add extra args and executable name to podman connection plugin (#63166) 5 years ago
connection_posix Simplify ansible-test target processing. (#61506) 5 years ago
connection_psrp Update ansible-test --windows inventory creation. (#60911) 5 years ago
connection_ssh Add work-around for scp issue in tests. 6 years ago
connection_windows_ssh Update ansible-test --windows inventory creation. (#60911) 5 years ago
connection_winrm Update ansible-test --windows inventory creation. (#60911) 5 years ago
consul Clean up ansible-test references in tests. (#60108) 5 years ago
copy copy - check for changes beyond first level of subdirectories (#58323) 5 years ago
cron cronvar - use correct binary name (#63279) 5 years ago
cronvar cronvar - use correct binary name (#63279) 5 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 CloudStack modules: rename _facts -> _info (#61090) 5 years ago
cs_instance_info CloudStack modules: rename _facts -> _info (#61090) 5 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 cs_loadbalancer_rule: add cleanup on unit tests (#55387) 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 cs_network_acl_rule: implement cidr/cidrs as list (#56083) 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 CloudStack modules: rename _facts -> _info (#61090) 5 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_info CloudStack modules: rename _facts -> _info (#61090) 5 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
dellos9_command
dellos9_config Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 6 years ago
dellos9_facts
dellos10_command
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
dms_endpoint Dms endpoint module (#54660) 6 years ago
dms_replication_subnet_group dms_replication_subnet_group (#56980 5 years ago
dnf DNF Handle Empty AppStream stream definition (#63819) 5 years ago
docker_config Revert "Temporarily skip failing Docker tests on RHEL 7.6." 6 years ago
docker_container docker_container: add support for --cpus (#64683) 5 years ago
docker_container_info docker modules: make sure everything works with older docker-py versions (#55258) 6 years ago
docker_host_info Adjust tests to new error messages for older docker-py versions. (#58253) 5 years ago
docker_image docker_* modules: fix various errors in argument specs (#65632) 5 years ago
docker_image_info docker modules: make sure everything works with older docker-py versions (#55258) 6 years ago
docker_login Split up docker-registry test target. (#65211) 5 years ago
docker_network Adjust tests to new error messages for older docker-py versions. (#58253) 5 years ago
docker_network_info Revert "Temporarily skip failing Docker tests on RHEL 7.6." 6 years ago
docker_node docker modules: make sure everything works with older docker-py versions (#55258) 6 years ago
docker_node_info docker modules: make sure everything works with older docker-py versions (#55258) 6 years ago
docker_prune docker modules: make sure everything works with older docker-py versions (#55258) 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 test: disable the docker swarm tests (#61816) 5 years ago
docker_swarm_info Re-enable some docker_swarm tests. (#61875) 5 years ago
docker_swarm_service docker_swarm_service: Sort lists when checking for changes (#63887) 5 years ago
docker_swarm_service_info Re-enable some docker_swarm tests. (#61875) 5 years ago
docker_volume Fix assignments in docker tests. (#57249) 5 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 AWS: _facts -> _info (part 3) (#57635) 5 years ago
ec2_asg aws_asg: Fix idempotency when using tags and metrics (#61284) 5 years ago
ec2_eip ec2_eip Don't throw an exception when re-releasing an EIP (idempotency) (#62332) 5 years ago
ec2_elb_lb Update Shippable integration test groups. (#43118) 6 years ago
ec2_group Allow updating of ec2_group rules with EC2 classic ELB targets (#62374) 5 years ago
ec2_instance ec2_instance test cleanup (#63708) 5 years ago
ec2_key Update Shippable integration test groups. (#43118) 6 years ago
ec2_launch_template remove undefined YAML anchor (#62273) 5 years ago
ec2_metadata_facts Update Shippable integration test groups. (#43118) 6 years ago
ec2_metric_alarm Ec2 metric alarm boto3 and treat missing data (#62669) 5 years ago
ec2_tag ec2_tag: Fix removing tags without specifying a value (#47228) 6 years ago
ec2_transit_gateway AWS: add ec2_transit_gateway_info module (#54460) 6 years ago
ec2_vol Update Shippable integration test groups. (#43118) 6 years ago
ec2_vol_info Run ec2_vol_facts integration tests in CI (#48755) 5 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_nacl ec2_vpc_nacl and ec2_vpc_nacl_info migrate to AnsibleAWSModule and add tests (#63163) 5 years ago
ec2_vpc_nat_gateway Move module tests using TQM to integration tests. 6 years ago
ec2_vpc_net ec2_vpc_net_info: integration tests (#62649) 5 years ago
ec2_vpc_route_table ec2_vpc_route_table_info integration tests (#63413) 5 years ago
ec2_vpc_subnet AWS ec2_vpc_net: Enable ipv6 CIDR assignment (#60983) 5 years ago
ec2_vpc_vgw Fix ec2_vpc_vgw broken tests (#60981) 5 years ago
ec2_vpc_vpn_facts Re-enable ec2_vpc_vpn_facts test (#58893) 5 years ago
ecs_certificate Fixes to ecs_certificate cert chain for #61738 (#61858) 5 years ago
ecs_cluster Add tags to aws ecs task (#53717) 5 years ago
ecs_domain Add ecs_domain module (#62007) 5 years ago
ecs_ecr Improve ecs_ecr module to handle image_tag_mutability feature (#62871) 5 years ago
efs Clean up unused config usage in integration tests. 5 years ago
elb_application_lb Add aws elb multiple host header support (#65021) 5 years ago
elb_classic_lb Rebalance AWS integration tests in CI. 6 years ago
elb_network_lb Support the new TLS termination on NLBs (#51327) (#58031) 5 years ago
elb_target Clean up unused config usage in integration tests. 5 years ago
elb_target_info Clean up unused config usage in integration tests. 5 years ago
embedded_module Update Shippable integration test groups. (#43118) 6 years ago
enos_command Fix obvious typos (#62821) 5 years ago
enos_config Fix obvious typos (#62821) 5 years ago
enos_facts Fix obvious typos (#62821) 5 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 eos_bgp needs become: yes (#56131) 6 years ago
eos_command Fix eos_command integration test failures (#43922) 6 years ago
eos_config eos_config: Fix test issues (#56180) 6 years ago
eos_eapi Remove local from most eos tests now that provider is out (#40875) 6 years ago
eos_facts Fix eos_facts over local eapi (#64570) 5 years ago
eos_interface Removed in 29 (#63680) 5 years ago
eos_interfaces Add new module eos_interfaces (#59729) 5 years ago
eos_l2_interface Fix flow in eos_l2_interface (#57059) 5 years ago
eos_l2_interfaces Add new module eos_l2_interfaces (#59794) 5 years ago
eos_l3_interface Move eos l3 test IP addresses to documentation ranges (#56726) 5 years ago
eos_l3_interfaces Add new module eos_l3_interfaces (#59820) 5 years ago
eos_lacp New module eos_lacp (#60698) 5 years ago
eos_lacp_interfaces eos_lacp_interfaces : Fix to - lacp port-priority not set when… (#64530) 5 years ago
eos_lag_interfaces Standardize eos resource modules (#61736) 5 years ago
eos_linkagg Removed in 29 (#63680) 5 years ago
eos_lldp Remove local from most eos tests now that provider is out (#40875) 6 years ago
eos_lldp_global New module eos_lldp_global (#60975) 5 years ago
eos_lldp_interfaces New module eos_lldp_interfaces (#61341) 5 years ago
eos_logging Added fix for bug 63290 (#63308) 5 years ago
eos_smoke Removed in 29 (#63680) 5 years ago
eos_static_route Removed in 29 (#63680) 5 years ago
eos_system Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 6 years ago
eos_user Removed in 29 (#63680) 5 years ago
eos_vlan Removed in 29 (#63680) 5 years ago
eos_vlans Eos vlan override (#63639) 5 years ago
eos_vrf Removed in 29 (#63680) 5 years ago
error_from_connection Become plugins (#50991) 6 years ago
etcd3 Update Shippable integration test groups. (#43118) 6 years ago
exos_command Fix tests which have unparsable yaml 5 years ago
exos_config Fix tests which have unparsable yaml 5 years ago
exos_facts Fix tests which have unparsable yaml 5 years ago
exos_l2_interfaces exos_l2_interfaces Resource module (#63113) 5 years ago
exos_lldp_global Resource Module for exos_lldp_global (#60988) 5 years ago
exos_lldp_interfaces exos_lldp_interfaces resource module (#62108) 5 years ago
exos_vlans Added Exos vlan resource module (#61865) 5 years ago
expect Fix incorrect assumptions in integration tests. (#58365) 5 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 Update file.py's help doc, and narrow down diff logic, for recent pull 56353 (#59069) 5 years ago
filesystem Fix filesystem integration test for CentOS 8 (#64866) 5 years ago
filters Fix extract filter when key does not exist in container (#64959) 5 years ago
find Update Shippable integration test groups. (#43118) 6 years ago
firewalld Fix firewalld integration tests for CentOS 8 (#64873) 5 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_appengine_firewall_rule Bug fixes for GCP modules (#61829) 5 years ago
gcp_bigquery_dataset Bug fixes for GCP modules (#61829) 5 years ago
gcp_bigquery_table Bug fixes for GCP modules (#61829) 5 years ago
gcp_cloudbuild_trigger New Module: gcp_cloudbuild_trigger (#52621) 6 years ago
gcp_cloudfunctions_cloud_function Bug fixes for GCP modules (#61829) 5 years ago
gcp_cloudscheduler_job Bug fixes for GCP modules (#61829) 5 years ago
gcp_cloudtasks_queue Bug fixes for GCP modules (#61829) 5 years ago
gcp_compute_address Bug fixes for GCP modules (#61829) 5 years ago
gcp_compute_autoscaler Bug fixes for GCP modules (#61829) 5 years ago
gcp_compute_backend_bucket Bug fixes for GCP modules (#61829) 5 years ago
gcp_compute_backend_service Bug fixes for GCP modules (#61829) 5 years ago
gcp_compute_disk Bug fixes for GCP modules (#61829) 5 years ago
gcp_compute_firewall Bug fixes for GCP modules (#64193) 5 years ago
gcp_compute_forwarding_rule Bug fixes for GCP modules (#61915) 5 years ago
gcp_compute_global_address Bug fixes for GCP modules (#61915) 5 years ago
gcp_compute_global_forwarding_rule Bug fixes for GCP modules (#61915) 5 years ago
gcp_compute_health_check Bug fixes for GCP modules (#61915) 5 years ago
gcp_compute_http_health_check Bug fixes for GCP modules (#61915) 5 years ago
gcp_compute_https_health_check Bug fixes for GCP modules (#61915) 5 years ago
gcp_compute_image Bug fixes for GCP modules (#61915) 5 years ago
gcp_compute_instance Bug fixes for GCP modules (#64823) 5 years ago
gcp_compute_instance_group Bug fixes for GCP modules (#61915) 5 years ago
gcp_compute_instance_group_manager Bug fixes for GCP modules (#61915) 5 years ago
gcp_compute_instance_template Bug fixes for GCP modules (#61916) 5 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 (#61916) 5 years ago
gcp_compute_network_endpoint_group New Module: gcp_compute_network_endpoint_group (#63121) 5 years ago
gcp_compute_node_group New Module: gcp_compute_node_group (#63080) 5 years ago
gcp_compute_node_template New Module: gcp_compute_node_template (#63064) 5 years ago
gcp_compute_region_backend_service New Module: gcp_compute_region_backend_service (#63154) 5 years ago
gcp_compute_region_disk Bug fixes for GCP modules (#61916) 5 years ago
gcp_compute_reservation New Module: gcp_compute_reservation (#64133) 5 years ago
gcp_compute_route Bug fixes for GCP modules (#61916) 5 years ago
gcp_compute_router Bug fixes for GCP modules (#61916) 5 years ago
gcp_compute_snapshot Bug fixes for GCP modules (#61916) 5 years ago
gcp_compute_ssl_certificate Bug fixes for GCP modules (#61916) 5 years ago
gcp_compute_ssl_policy Bug fixes for GCP modules (#61916) 5 years ago
gcp_compute_subnetwork Bug fixes for GCP modules (#61916) 5 years ago
gcp_compute_target_http_proxy Bug fixes for GCP modules (#61916) 5 years ago
gcp_compute_target_https_proxy Bug fixes for GCP modules (#61916) 5 years ago
gcp_compute_target_instance New Module: gcp_compute_target_instance (#64135) 5 years ago
gcp_compute_target_pool Bug fixes for GCP modules (#61590) 5 years ago
gcp_compute_target_ssl_proxy Bug fixes for GCP modules (#61590) 5 years ago
gcp_compute_target_tcp_proxy Bug fixes for GCP modules (#61590) 5 years ago
gcp_compute_target_vpn_gateway Bug fixes for GCP modules (#61590) 5 years ago
gcp_compute_url_map Bug fixes for GCP modules (#61590) 5 years ago
gcp_compute_vpn_tunnel Bug fixes for GCP modules (#61590) 5 years ago
gcp_container_cluster Bug fixes for GCP modules (#61590) 5 years ago
gcp_container_node_pool Bug fixes for GCP modules (#61590) 5 years ago
gcp_dns_managed_zone Bug fixes for GCP modules (#61590) 5 years ago
gcp_dns_resource_record_set Bug fixes for GCP modules (#61590) 5 years ago
gcp_filestore_instance Bug fixes for GCP modules (#61590) 5 years ago
gcp_iam_role Bug fixes for GCP modules (#61917) 5 years ago
gcp_iam_service_account Bug fixes for GCP modules (#61917) 5 years ago
gcp_iam_service_account_key New GCP module: gcp_iam_service_account_key (#50682) 6 years ago
gcp_kms_crypto_key Bug fixes for GCP modules (#61917) 5 years ago
gcp_kms_key_ring Bug fixes for GCP modules (#61917) 5 years ago
gcp_logging_metric New Module: gcp_logging_metric (#64339) 5 years ago
gcp_mlengine_model Bug fixes for GCP modules (#61917) 5 years ago
gcp_mlengine_version Bug fixes for GCP modules (#61917) 5 years ago
gcp_pubsub_subscription Bug fixes for GCP modules (#61917) 5 years ago
gcp_pubsub_topic Bug fixes for GCP modules (#61917) 5 years ago
gcp_redis_instance Bug fixes for GCP modules (#61917) 5 years ago
gcp_resourcemanager_project Bug fixes for GCP modules (#61917) 5 years ago
gcp_runtimeconfig_config New Module: gcp_runtimeconfig_config (#63883) 5 years ago
gcp_runtimeconfig_variable New Module: gcp_runtimeconfig_variable (#63885) 5 years ago
gcp_serviceusage_service New Module: gcp_serviceusage_service (#64588) 5 years ago
gcp_sourcerepo_repository Bug fixes for GCP modules (#61917) 5 years ago
gcp_spanner_database Bug fixes for GCP modules (#61918) 5 years ago
gcp_spanner_instance Bug fixes for GCP modules (#61918) 5 years ago
gcp_sql_database Bug fixes for GCP modules (#61918) 5 years ago
gcp_sql_instance Bug fixes for GCP modules (#61918) 5 years ago
gcp_sql_user Bug fixes for GCP modules (#61918) 5 years ago
gcp_storage_bucket Bug fixes for GCP modules (#61918) 5 years ago
gcp_storage_bucket_access_control Bug fixes for GCP modules (#61918) 5 years ago
gcp_storage_object New GCP module: gcp_storage_object (#50684) 6 years ago
gcp_tpu_node Bug fixes for GCP modules (#61918) 5 years ago
gem gem: fix tests to work on newer Fedora hosts (#47158) 6 years ago
get_certificate crypto modules: fix sanity errors (#60046) 5 years ago
get_url get_url integration test: Fix missing conditional (#64100) 5 years ago
getent getent - add service support(#60295) 5 years ago
git Change integration tests in order to pass on Fedora 30 (#58081) 5 years ago
git_config Move utility functions out of basic.py (#51715) 6 years ago
github_issue Fixed error handling in github_issue module (#39652) 6 years ago
gitlab_deploy_key Base integration test for gitlab modules (#51490) 6 years ago
gitlab_group Fix typesetting of "GitLab" (#61702) 5 years ago
gitlab_hook Fix typesetting of "GitLab" (#61702) 5 years ago
gitlab_project Base integration test for gitlab modules (#51490) 6 years ago
gitlab_project_variable add new module with integration tests to manage gitlab project variables (#56574) 5 years ago
gitlab_runner Fix typesetting of "GitLab" (#61702) 5 years ago
gitlab_user Base integration test for gitlab modules (#51490) 6 years ago
grafana_datasource Add integration tests for grafana_datasource module (#63986) 5 years ago
group Fix group integration test for CentOS 8 (#64858) 5 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 Fix sanity tests based on newer version of shellcheck (#60423) 5 years ago
hash More test fixes for split controller/remote tests. 6 years ago
hcloud_datacenter_info Revert "Disable Hetzner Cloud integration tests due to authentication issues (#61375)" (#61383) 5 years ago
hcloud_floating_ip hcloud: Add Delete Protection to hcloud_floating_ip and hcloud_floating_ip_info (#63663) 5 years ago
hcloud_floating_ip_info hcloud_floating_ip_info: create temporary ip in integration tests 5 years ago
hcloud_image_info Fix and reenable hcloud tests 5 years ago
hcloud_location_info Revert "Disable Hetzner Cloud integration tests due to authentication issues (#61375)" (#61383) 5 years ago
hcloud_network hcloud: Add delete_protection to hcloud_network and hcloud_network_info (#63656) 5 years ago
hcloud_network_info hcloud: Add delete_protection to hcloud_network and hcloud_network_info (#63656) 5 years ago
hcloud_rdns Fix and reenable hcloud tests 5 years ago
hcloud_route Revert "Disable Hetzner Cloud integration tests due to authentication issues (#61375)" (#61383) 5 years ago
hcloud_server Fix and reenable hcloud tests 5 years ago
hcloud_server_info Revert "Disable Hetzner Cloud integration tests due to authentication issues (#61375)" (#61383) 5 years ago
hcloud_server_network Revert "Disable Hetzner Cloud integration tests due to authentication issues (#61375)" (#61383) 5 years ago
hcloud_server_type_info Revert "Disable Hetzner Cloud integration tests due to authentication issues (#61375)" (#61383) 5 years ago
hcloud_ssh_key Revert "Disable Hetzner Cloud integration tests due to authentication issues (#61375)" (#61383) 5 years ago
hcloud_ssh_key_info Revert "Disable Hetzner Cloud integration tests due to authentication issues (#61375)" (#61383) 5 years ago
hcloud_subnetwork Revert "Disable Hetzner Cloud integration tests due to authentication issues (#61375)" (#61383) 5 years ago
hcloud_volume hcloud: Add Delete Protection to hcloud_volume and hcloud_volume_info (#63665) 5 years ago
hcloud_volume_info hcloud_volume: add linux_device to return values (#62865) 5 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_ecs_instance hwc: Add instance module (#60180) 5 years ago
hwc_evs_disk hwc: Add disk module (#59919) 5 years ago
hwc_network_vpc cloud: huawei: Add new module hwc_network_vpc (#54102) 6 years ago
hwc_smn_topic Added smn module (#54793) 6 years ago
hwc_vpc_eip hwc: Add eip module (#60182) 5 years ago
hwc_vpc_peering_connect hwc: Add new module to peering (#60190) 5 years ago
hwc_vpc_port hwc: Add port module (#60188) 5 years ago
hwc_vpc_private_ip Add private ip module (#60191) 5 years ago
hwc_vpc_route Add route module (#60189) 5 years ago
hwc_vpc_security_group hwc: Add security group module (#60187) 5 years ago
hwc_vpc_security_group_rule hwc: Add security group rule module (#60186) 5 years ago
hwc_vpc_subnet Add subnet module (#60183) 5 years ago
iam_group Fixup iam_group integration tests and return value documentation (#61243) 5 years ago
iam_password_policy Fix iam_password_policy integration tests (#60930) 5 years ago
iam_policy Rewrite iam_policy using boto3 (#63924) 5 years ago
iam_role Feature: iam_role tags (#63944) 5 years ago
iam_saml_federation Added AWS SAML Federation Module (#55821) 5 years ago
iam_user iam_user Additional integration tests (#63768) 5 years ago
ignore_errors Add shippable/posix/group4/ for CI. (#53816) 6 years ago
ignore_unreachable Clean up use of `connection: local` in tests. 6 years ago
include_import Ensure `allow_duplicates: true` enables to run single role multiple times (#64902) (#65063) 5 years ago
include_parent_role_vars Add ansible_parent_role_names magic variable (#46687) 6 years ago
include_vars include_vars: Check NoneType for raw_params (#64979) 5 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 Default to python3 on Debian 10 (#63097) 5 years ago
intersight_info Second batch for _facts -> _info rename (#57020) 5 years ago
intersight_rest_api intersight_rest_api module and integration tests. (#52430) 6 years ago
inventory inventory: Fail on non-existing limit file (#59758) 5 years ago
inventory_aws_conformance Sanity test fixups - AWS related tests (#64093) 5 years ago
inventory_aws_ec2 Clean up unused config usage in integration tests. 5 years ago
inventory_aws_rds AWS dynamic inventory: fixup RDS integration tests (#61259) 5 years ago
inventory_cloudscale cloudscale: fix boilerplate (#63533) 5 years ago
inventory_docker_machine Disable failing inventory_docker_machine test. 5 years ago
inventory_docker_swarm Make Docker and Podman play nice (#65009) 5 years ago
inventory_foreman Update integration tests. (#60447) 5 years ago
inventory_foreman_script Update foreman inventory to use foreman's inventory report (#62438) 5 years ago
inventory_kubevirt_conformance inventory_plugins: Add kubevirt inventory plugin 6 years ago
inventory_limit Account for empty strings when splitting the host pattern (#62442) 5 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 vcenter provider: Only rely on VMWARE_TEST_PLATFORM 5 years ago
inventory_yaml Yaml inventory more tolerant (#48883) 6 years ago
ios_banner Make banner detection non-greedy in ios_banner (#63092) 5 years ago
ios_bgp add prefix-list to ios_bgp af-mode (#62705) 5 years ago
ios_command Add support to configure network_cli terminal related options (#60086) 5 years ago
ios_config Add backup filename and dir path option for config network modules (#50801) 6 years ago
ios_facts Resource module for ios_interfaces and Facts Update (#59716) 5 years ago
ios_file ios_file: Don't leave leftover files behind (#42622) 6 years ago
ios_interface
ios_interfaces Fix traceback empty config error to meaningful msg for IOS (#62538) 5 years ago
ios_l2_interface
ios_l2_interfaces Fix traceback empty config error to meaningful msg for IOS (#62538) 5 years ago
ios_l3_interface Fix ios test pt. 2 (#40628) 7 years ago
ios_l3_interfaces Fix traceback empty config error to meaningful msg for IOS (#62538) 5 years ago
ios_lacp Fix traceback empty config error to meaningful msg for IOS (#62538) 5 years ago
ios_lacp_interfaces Fix traceback empty config error to meaningful msg for IOS (#62538) 5 years ago
ios_lag_interfaces Fix traceback empty config error to meaningful msg for IOS (#62538) 5 years ago
ios_linkagg
ios_lldp
ios_lldp_global Fix traceback empty config error to meaningful msg for IOS (#62538) 5 years ago
ios_lldp_interfaces Fix traceback empty config error to meaningful msg for IOS (#62538) 5 years ago
ios_logging Fixes to ios_logging (#41029) 6 years ago
ios_ntp Fix yamllint failure. 5 years ago
ios_ping Removed in 29 (#63680) 5 years ago
ios_smoke Fix ios_smoke failure (#57665) 5 years ago
ios_static_route
ios_system Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 6 years ago
ios_user ansible-test: use become for connection=local on ios_user (#56960) 5 years ago
ios_vlan This test is expected to fail (#40612) 7 years ago
ios_vlans Fix IOS_VLANS override operation for new VLANs (#63624) 5 years ago
iosxr_banner Fix iosxr copy and delete tasks (#44083) 6 years ago
iosxr_bgp More iosxr integration zuul CI test fixes (#57909) 5 years ago
iosxr_command Fix iosxr copy and delete tasks (#44083) 6 years ago
iosxr_config Add exclusive configuration mode support (#59289) 5 years ago
iosxr_facts Add iosxr_lacp resource module (#59281) 5 years ago
iosxr_interface Add iosxr_lacp_resource module (#59724) 5 years ago
iosxr_interfaces Fix traceback for empty config (#62515) 5 years ago
iosxr_l2_interfaces Fix traceback for empty config (#62515) 5 years ago
iosxr_l3_interfaces Fix traceback for empty config (#62515) 5 years ago
iosxr_lacp Fix traceback for empty config (#62515) 5 years ago
iosxr_lacp_interfaces Fix traceback for empty config (#62515) 5 years ago
iosxr_lag_interfaces Fix traceback for empty config (#62515) 5 years ago
iosxr_lldp_global Fix traceback for empty config (#62515) 5 years ago
iosxr_lldp_interfaces Fix traceback for empty config (#62515) 5 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 Fix iso_extract tests for CentOS 8 (#64861) 5 years ago
iterators Make query with errors='ignore' return a blank list (#57038) 5 years ago
java_cert Clean up local_action and delegate_to in tests. (#55835) 6 years ago
jboss jboss module: add check mode support and integration tests (#58959) 5 years ago
jinja2_native_types Use correct python for -c invocations in tests. (#54577) 6 years ago
junos_banner
junos_command Fix cli context check for network_cli connection (#64697) 5 years ago
junos_config Fix for junos cli_config replace option (#62131) 5 years ago
junos_facts Fix junos integration zuul CI failures (#57309) 5 years ago
junos_interface
junos_interfaces Change enable to enabled for junos_interfaces module (#62321) 5 years ago
junos_l2_interface
junos_l2_interfaces Add [junos_l2_interfaces] resource module (#59693) 5 years ago
junos_l3_interface Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 6 years ago
junos_l3_interfaces Return commands key instead of xml in result for junos rm (#62041) 5 years ago
junos_lacp Add [junos_lacp] model (#59705) 5 years ago
junos_lacp_interfaces Add [junos_lacp_interfaces] resource module (#59708) 5 years ago
junos_lag_interfaces Add [junos_lacp] model (#59705) 5 years ago
junos_linkagg
junos_lldp Fix junos integration zuul CI failures (#57309) 5 years ago
junos_lldp_global Rename junos_lldp_global enable option to enabled (#61551) 5 years ago
junos_lldp_interface Fix junos integration zuul CI failures (#57309) 5 years ago
junos_lldp_interfaces Change enable to enabled for junos_interfaces module (#62321) 5 years ago
junos_logging
junos_netconf Remove more usage of pause with junos tests (#58153) 5 years ago
junos_rpc Fix junos integration zuul CI failures (#57309) 5 years ago
junos_smoke Remove unnecessary features from cli_command (#43829) 6 years ago
junos_static_route
junos_static_routes Add junos_static_routes module (#65239) 5 years ago
junos_system
junos_user Remove hardcoded ansible user for junos_user integration tests (#56452) 6 years ago
junos_vlan
junos_vlans Add junos vlans resource module (#59041) 5 years ago
junos_vrf Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 6 years ago
k8s Add more kubernetes Service tests (#62581) 5 years ago
known_hosts Fixed hash_host option in known_hosts module. Fixes #44284 6 years ago
lambda_policy AWS modules: _facts -> _info (#57613) 5 years ago
lightsail lightsail - Use AnsibleAWSModule (#65275) 5 years ago
lineinfile lineinfile - don't run os.makedirs on empty dir path (#63921) 5 years ago
listen_ports_facts Add method to automatically clean up after an action plugin (#65509) 5 years ago
locale_gen Update Shippable integration test groups. (#43118) 6 years ago
lookup_hashi_vault Support non-KV and KV v1/v2 secret engines (#64288) 5 years ago
lookup_inventory_hostnames Migrate command line parsing to argparse (#50610) 6 years ago
lookup_lmdb_kv lookup: lmdb_kv: add tests 5 years ago
lookup_passwordstore Fix lookup_passwordstore integration test for CentOS 8 (#64869) 5 years ago
lookup_paths Clean up use of `connection: local` in tests. 6 years ago
lookup_properties Update Shippable integration test groups. (#43118) 6 years ago
lookups template lookup: fix regression when templating hostvars (#64070) 5 years ago
loop_control Fix extended loop_control with includes (#61231) 5 years ago
loops unsafe wrapping should only happen for with_ loops (#64401) 5 years ago
luks_device Add passphrase support for luks_device (#65050) 5 years ago
lvg Fix integration test temp dir usage. (#60555) 5 years ago
mail mail: Fix new breakage on python 2.7 (#49197) 6 years ago
mariadb_replication Fix MariaDB integration tests for CentOS 8 (#64859) 5 years ago
memset_dns_reload Clean up local_action and delegate_to in tests. (#55835) 6 years ago
memset_memstore_info Rename memset_*_facts to memset_*_info (#57030) 5 years ago
memset_server_info Rename memset_*_facts to memset_*_info (#57030) 5 years ago
memset_zone Clean up local_action and delegate_to in tests. (#55835) 6 years ago
memset_zone_domain Clean up local_action and delegate_to in tests. (#55835) 6 years ago
memset_zone_record Clean up local_action and delegate_to in tests. (#55835) 6 years ago
meraki_admin/tasks meraki_admin - Enable check mode (#54499) 5 years ago
meraki_config_template Meraki - Remove integration tests which work with HTTP respons… (#64975) 5 years ago
meraki_content_filtering meraki_content_filtering - Add support for querying (#57273) 5 years ago
meraki_device meraki - Rewrite update requirement check (#48394) 5 years ago
meraki_firewalled_services New module - meraki_firewalled_services (#57289) 5 years ago
meraki_malware New module - meraki_malware (#56929) 5 years ago
meraki_mr_l3_firewall meraki_mr_l3_firewall - Fix integration test cleanup (#57562) 5 years ago
meraki_mx_l3_firewall Meraki - Remove integration tests which work with HTTP respons… (#64975) 5 years ago
meraki_mx_l7_firewall New module - meraki_mx_l7_firewall (#55485) 5 years ago
meraki_nat/tasks New module - meraki_nat (#52889) 5 years ago
meraki_network Meraki - Convert response keys to snake_case from camelCase (#53891) 5 years ago
meraki_organization meraki_organization - Add deletion support (#59415) 5 years ago
meraki_snmp meraki_snmp - Add support for network SNMP settings (#57708) 5 years ago
meraki_ssid Meraki - Remove integration tests which work with HTTP respons… (#64975) 5 years ago
meraki_static_route safe_eval fix (#57188) 5 years ago
meraki_switchport Meraki - Remove integration tests which work with HTTP respons… (#64975) 5 years ago
meraki_syslog/tasks Meraki - Remove integration tests which work with HTTP respons… (#64975) 5 years ago
meraki_vlan Meraki - Remove integration tests which work with HTTP respons… (#64975) 5 years ago
meraki_webhooks New module - meraki_webhook (#57855) 5 years ago
meta_tasks Add test for meta: end_play (#59118) 5 years ago
module_defaults Amazon modules: rename _facts with ansible_facts result to _info (#60178) 5 years ago
module_precedence More test fixes for split controller/remote tests. 6 years ago
module_tracebacks Recognize module tracebacks on stdout and stderr. 5 years ago
module_utils Add tests for new alias deprecation functionality (#61476) 5 years ago
mongodb_replicaset mongodb_replicaset/test: properly kill the nodes 5 years ago
mongodb_shard Do not install requests[security] for MongoDB tests (#60083) 5 years ago
mount Added state "remount" which will remount the device (#52649) 5 years ago
mqtt Adds tls_version argument to mqtt module (#58264) 5 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 mysql_db: add force parameter (#65547) 5 years ago
mysql_info mysql_info: add return_empty_dbs parameter (#65755) 5 years ago
mysql_replication Fix mysql_replication integration test for CentOS 8 (#64870) 5 years ago
mysql_user Don't return module error when mysql_connect fails (#64560) (#64585) 5 years ago
mysql_variables mysql_variables: add mode parameter (#63547) 5 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_drive_firmware Add netapp_e_drive_firmware (#59528) 5 years ago
netapp_eseries_firmware Add netapp_e_firmware module (#59529) 5 years ago
netapp_eseries_global Define a module for managing E-Series settings (#41010) 6 years ago
netapp_eseries_host Host dev upstream (#57086) 5 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
netapp_eseries_lun_mapping Lun mapping upstream dev (#57096) 5 years ago
netapp_eseries_storagepool Add tray/drawer loss protection preference and integration tests to netapp_e_storagepool module. (#60151) 5 years ago
netapp_eseries_volume Fix netapp_e_volume wait-for-initialization to complete issue. (#58304) 5 years ago
netconf_config Fix iosxr netconf integration test (#57882) 5 years ago
netconf_get Fix iosxr netconf integration test (#57882) 5 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 Bug fixes to the Infoblox NIOS modules (#58521) 5 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 Properly mask no_log values is sub parameters during failure (#63405) 5 years ago
npm Update Shippable integration test groups. (#43118) 6 years ago
nuage_vspk Make nuage_vspk test more reliable 5 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_acl: some platforms/versions raise when no ACLs are present (#55609) 6 years ago
nxos_acl_interface Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_banner nxos_banner: test file cleanup (#55992) 6 years ago
nxos_become Nxos test reorganize (#41089) 6 years ago
nxos_bfd_global Fix bfd cmd order and test issues (#61943) 5 years ago
nxos_bfd_interfaces nxos_bfd_interfaces: new module (#61407) 5 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_bgp_neighbor: Add bfd support (#56932) 5 years ago
nxos_bgp_neighbor_af Test fix (#65132) 5 years ago
nxos_command Remove unnecessary features from cli_command (#43829) 6 years ago
nxos_config Remove timeout from nxos tests (#65470) 5 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 Fix eos_facts over local eapi (#64570) 5 years ago
nxos_feature Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_file_copy Fix nxos_file_copy option value path validation (#65423) 5 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_hsrp_interfaces nxos_hsrp_interfaces: new module (#61498) 5 years ago
nxos_igmp Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_igmp_interface nxos_igmp_interface: fix regression test failure (#64286) 5 years ago
nxos_igmp_snooping nxos_igmp_snooping: more group-timeout fixes (#53553) 6 years ago
nxos_install_os Fix missing variable with nxos_install_os tests (#60351) 5 years ago
nxos_interface Always cleanup vlan interfaces (#65756) 5 years ago
nxos_interface_ospf nxos_interface_ospf: Add bfd support (#56807) 5 years ago
nxos_interfaces nxos_interfaces: RMB state fixes (#63960) 5 years ago
nxos_l2_interface Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_l2_interfaces nxos_l2_interfaces: fix for integration tests failing to setup layer2 (#61887) 5 years ago
nxos_l3_interface Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_l3_interfaces [stable-2.9] Fix nxos_l3_interfaces module and tests (#62545) 5 years ago
nxos_lacp nxos_lacp: updated tests to handle platforms not supporting lacp system mac command (#64074) 5 years ago
nxos_lacp_interfaces nxos_lacp_interfaces: Updating the tests to handle platforms that don't support - lacp mode delay (#64123) 5 years ago
nxos_lag_interfaces nxos_lag_interfaces: fix regression tests (#64119) 5 years ago
nxos_linkagg Remove timeout from nxos tests (#65470) 5 years ago
nxos_lldp Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_lldp_global nxos_lldp_global: fix regression tests (#64161) 5 years ago
nxos_logging nxos_logging message fix (#49205) 6 years ago
nxos_netconf Add filter option to netconf_config module (#63593) 5 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 nxos_nxapi:configure:6k: Add platform excludes to test yamls (#55663) 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: Add 'bfd' support (#57425) 5 years ago
nxos_overlay_global nxos_overlay_global: Removing provider and correcting relative references (#64454) 5 years ago
nxos_pim nxos_pim: Add bfd support (#56908) 5 years ago
nxos_pim_interface nxos_pim_interface: Add 'bfd' support (#57133) 5 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_reboot Fix nxos_reload timeout and add integration tests (#49632) 6 years ago
nxos_rollback Remove timeout from nxos tests (#65470) 5 years ago
nxos_rpm Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_smoke Add proper hostname cleanup for nxos tests (#61810) 5 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_snmp_user, nxos_snmp_host integration test fixes. (#57201) 5 years ago
nxos_snmp_location Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_snmp_traps nxos_snmp_traps: fix 'group: all' for N35 platforms (#55995) 6 years ago
nxos_snmp_user Fix version_compare with nxos_snmp_user tests (#65527) 5 years ago
nxos_static_route nxos_static_route: reconcile_candidate fails to remove 'track' routes (#53806) 6 years ago
nxos_system Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_telemetry nxos_telemetry replaced state (#62368) 5 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 Remove unused code in nxos_user (#65529) 5 years ago
nxos_vlan nxos_vlan: fix broken purge behavior (issue #57101) (#57229) 5 years ago
nxos_vlans nxos_vlans: fix rmb behaviors and tests (#63650) 5 years ago
nxos_vpc nxos_vpc:Fix multiple idempotency issues, add missing commands (#55735) 6 years ago
nxos_vpc_interface Nxos restore provider to nxapi tests (#41818) 6 years ago
nxos_vrf nxos_vrf: N6K regression test failures (#63277) 5 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_vtp_*: Fixes n6k issues (#55737) 6 years ago
nxos_vtp_password nxos_vtp_*: Fixes n6k issues (#55737) 6 years ago
nxos_vtp_version Fix nxos_vtp_version test (#57358) 5 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 Correct virtualenv usage in integration tests. 5 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 openssh_keypair - Add logic to handle password protected or broken key (#64436) 5 years ago
openssl_certificate openssl_csr and openssl_certificate: fix support for Ed25519 and Ed448 private keys (#63984) 5 years ago
openssl_certificate_info openssl_*: deprecate PyOpenSSL backends (#59907) 5 years ago
openssl_csr openssl_csr and openssl_certificate: fix support for Ed25519 and Ed448 private keys (#63984) 5 years ago
openssl_csr_info openssl_*: deprecate PyOpenSSL backends (#59907) 5 years ago
openssl_dhparam openssl_dhparam: add cryptography backend (#62991) 5 years ago
openssl_pkcs12 openssl_pkcs12: Add idempotency checks (#54633) 6 years ago
openssl_privatekey Fix bug in format handling. (#65642) 5 years ago
openssl_privatekey_info openssl_*: deprecate PyOpenSSL backends (#59907) 5 years ago
openssl_publickey openssl_publickey: add cryptography backend (#60387) 5 years ago
openvswitch_bridge Add support for vlan update on ovs bridges (#57168) 5 years ago
openvswitch_db Fix ovsdb module not being idempotent (#57735) 5 years ago
order Fix 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 package_facts: check 'vital' and 'automated' values ('pkg' manager) (#62766) 5 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 Integration tests: prevent loop squashing (#63847) 5 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
plugin_namespace Fix plugin names when loading all plugins. (#59950) 5 years ago
podman_container_info Add podman_container_info module (#64361) 5 years ago
podman_image Fix podman_image integration tests (#59805) 5 years ago
podman_image_info podman_image_info - Do not fail when nonexistant image name is provided (#57962) 5 years ago
podman_volume_info Add podman_volume_info module (#63380) 5 years ago
postgresql_copy Remove postgresql_shared integration test (#65133) 5 years ago
postgresql_db postgresql_db: add executed_commands returned value (#65542) 5 years ago
postgresql_ext postgresql_ext: use query_params (#64994) 5 years ago
postgresql_idx Remove postgresql_shared integration test (#65133) 5 years ago
postgresql_info Remove postgresql_shared integration test (#65133) 5 years ago
postgresql_lang Remove postgresql_shared integration test (#65133) 5 years ago
postgresql_membership Remove postgresql_shared integration test (#65133) 5 years ago
postgresql_owner postgresql_owner: use query_params with cursor (#65310) 5 years ago
postgresql_pg_hba Remove postgresql_shared integration test (#65133) 5 years ago
postgresql_ping Remove postgresql_shared integration test (#65133) 5 years ago
postgresql_privs Remove postgresql_shared integration test (#65133) 5 years ago
postgresql_publication postgresql_publication: use query params with cursor object (#65404) 5 years ago
postgresql_query Remove postgresql_shared integration test (#65133) 5 years ago
postgresql_schema Remove postgresql_shared integration test (#65133) 5 years ago
postgresql_sequence postgresql_sequence: use query parameters with cursor object (#65787) 5 years ago
postgresql_set Remove postgresql_shared integration test (#65133) 5 years ago
postgresql_slot postgresql modules: use query parameters with cursor objects (#65791) 5 years ago
postgresql_subscription Remove postgresql_shared integration test (#65133) 5 years ago
postgresql_table Remove postgresql_shared integration test (#65133) 5 years ago
postgresql_tablespace Remove postgresql_shared integration test (#65133) 5 years ago
postgresql_user Remove postgresql_shared integration test (#65133) 5 years ago
prepare_eos_tests/tasks
prepare_http_tests Use setup_remote_tmp for windows httptester (#53255) 6 years ago
prepare_ios_tests
prepare_iosxr_tests
prepare_junos_tests/tasks Use wait_for in prepare_junos_tests.yaml (#57073) 5 years ago
prepare_nios_tests/tasks Overhaul ansible-test cloud test plugins. (#53044) 6 years ago
prepare_nuage_tests/tasks Make nuage_vspk test more reliable 5 years ago
prepare_nxos_tests/tasks Use fact cache to make nxos tests faster (#65479) 5 years ago
prepare_ovs_tests/tasks apt: remove deprecated installed/removed aliases (#55338) 6 years ago
prepare_sros_tests/tasks Add NETCONF support for SROS devices (#40330) 6 years ago
prepare_tests/tasks
prepare_vmware_tests prepare_vmware_tests: ensure 'VM Network' exists (#65616) 5 years ago
prepare_vyos_tests/tasks vyos: Make vyos related yaml file passing yamllint (#65449) 5 years ago
prepare_win_tests
psexec Update Shippable integration test groups. (#43118) 6 years ago
pull Update integration tests. (#60447) 5 years ago
python_requirements_info Fix incorrect assumptions in integration tests. (#58365) 5 years ago
rabbitmq_binding Revert "Disable the rabbitmq tests for now" 5 years ago
rabbitmq_lookup Revert "Disable the rabbitmq tests for now" 5 years ago
rabbitmq_plugin Revert "Disable the rabbitmq tests for now" 5 years ago
rabbitmq_publish Revert "Disable the rabbitmq tests for now" 5 years ago
rabbitmq_user Revert "Disable the rabbitmq tests for now" 5 years ago
rabbitmq_vhost Revert "Disable the rabbitmq tests for now" 5 years ago
rabbitmq_vhost_limits Revert "Disable the rabbitmq tests for now" 5 years ago
raw Update Shippable integration test groups. (#43118) 6 years ago
rds_instance add max_allocated_storage parameter to rds_instance (#61008) 5 years ago
rds_param_group Rebalance AWS integration tests in CI. 6 years ago
rds_subnet_group rds_subnet_group : Sanity Check fixes (docs) and Integration tests (#63214) 5 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 fix typos in cloud modules (#62194) 5 years ago
rel_plugin_loading ensure inventory plugin loading rel to play (#51177) 6 years ago
remote_tmp Add method to automatically clean up after an action plugin (#65509) 5 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 Update Route53 IAM policy so the Route53 tests run (#64886) 5 years ago
route53_zone Rebalance AWS integration tests in CI. 6 years ago
rpm_key rpm_key - add fingerprint parameter (#58373) 5 years ago
run_modules fix missing attribs with dirct module execution (#53875) 6 years ago
s3_bucket s3_bucket: Allow empty encryption_key_id with aws:kms (#62031) 5 years ago
s3_bucket_notification Add lambda_bucket_event module (#58059) 5 years ago
s3_lifecycle disable s3_lifecycle tests (#59311) 5 years ago
s3_logging Integration tests for s3_logging (#63257) 5 years ago
scaleway_compute Scaleway: rename _facts -> _info (#61095) 5 years ago
scaleway_image_info Scaleway: rename _facts -> _info (#61095) 5 years ago
scaleway_ip Migrate Scaleway tests to integration tests 6 years ago
scaleway_ip_info Scaleway: rename _facts -> _info (#61095) 5 years ago
scaleway_lb Migrate Scaleway tests to integration tests 6 years ago
scaleway_organization_info Scaleway: rename _facts -> _info (#61095) 5 years ago
scaleway_s3 Clean up local_action and delegate_to in tests. (#55835) 6 years ago
scaleway_security_group Migrate Scaleway tests to integration tests 6 years ago
scaleway_security_group_info Scaleway: rename _facts -> _info (#61095) 5 years ago
scaleway_security_group_rule Migrate Scaleway tests to integration tests 6 years ago
scaleway_server_info Scaleway: rename _facts -> _info (#61095) 5 years ago
scaleway_snapshot_info Scaleway: rename _facts -> _info (#61095) 5 years ago
scaleway_ssh Migrate Scaleway tests to integration tests 6 years ago
scaleway_user_data Migrate Scaleway tests to integration tests 6 years ago
scaleway_volume Migrate Scaleway tests to integration tests 6 years ago
scaleway_volume_info Scaleway: rename _facts -> _info (#61095) 5 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 incorrect assumptions in integration tests. (#58372) 5 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 acme_certificate: add select_chain option (#60710) 5 years ago
setup_azure
setup_cron cronvar - use correct binary name (#63279) 5 years ago
setup_deb_repo Fix integration tests to support remote hosts. 6 years ago
setup_docker Split up docker-registry test target. (#65211) 5 years ago
setup_docker_registry Split up docker-registry test target. (#65211) 5 years ago
setup_ec2
setup_epel/tasks Fix iso_extract tests for CentOS 8 (#64861) 5 years ago
setup_flatpak_remote Use local dummy repo for flatpak_remote integration tests (#52668) 6 years ago
setup_grafana Add integration tests for grafana_datasource module (#63986) 5 years ago
setup_influxdb/tasks
setup_mariadb Fix MariaDB integration tests for CentOS 8 (#64859) 5 years ago
setup_mongodb unify mongodb installation for both xenial and bionic in integration tests 5 years ago
setup_mosquitto Adds tls_version argument to mqtt module (#58264) 5 years ago
setup_mysql8 Fix setup_mysql8 tests for CentOS 8 (#64868) 5 years ago
setup_mysql_db Fix setup_mysql_db for CentOS 8 (#64864) 5 years ago
setup_mysql_replication Fix mysql_replication integration test for CentOS 8 (#64870) 5 years ago
setup_nobody test - add setup target that creates the nobody user (#52750) 6 years ago
setup_opennebula/vars
setup_openssl crypto modules: fix various errors in argument specs (#65633) 5 years ago
setup_paramiko Fix paramiko_ssh test (#64857) 5 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_podman Make Docker and Podman play nice (#65009) 5 years ago
setup_postgresql_db Fix postgresql_lang integration test for CentOS 8 (#64872) 5 years ago
setup_postgresql_replication postgresql_subscription: new module (#63661) 5 years ago
setup_rabbitmq Use bintray to install erlang for rabbitmq tests. 5 years ago
setup_remote_constraints Relocate ansible-test code. (#60147) 5 years ago
setup_remote_tmp_dir Add logic to handle multiple actions in an ALB listener rule, Fixes #41861 (#41975) 5 years ago
setup_rpm_repo Fix setup_rpm integration tests for CentOS 8 (#64862) 5 years ago
setup_ssh_keygen Add openssh_keypair module (#46436) 6 years ago
setup_sshkey/tasks
setup_tls Setup TLS integration test for RabbitMQ (#50363) 6 years ago
setup_wildfly_server jboss module: add check mode support and integration tests (#58959) 5 years ago
setup_win_device Windows testing - share code for creating a network device (#59847) 5 years ago
setup_win_psget Change S3 bucket urls to new method as per #56124 (#56418) 6 years ago
setup_zabbix re-enable zabbix_host integration tests and add cleanup handlers 5 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 Add ansible_parent_role_names magic variable (#46687) 6 years ago
sqs_queue Rebalance AWS integration tests in CI. 6 years ago
stat remove deprecated get_md5 from stat (#55659) 6 years ago
strategy_linear Move strategy_linear test inventory into test. 6 years ago
sts_assume_role Fix STS assume role error message when role does not exist (#63249) 5 years ago
subversion Fix apache shutdown in subversion test. 6 years ago
supervisorctl Clean up ansible-test references in tests. (#60108) 5 years ago
synchronize Update Shippable integration test groups. (#43118) 6 years ago
synchronize-buildah
sysctl sysctl - Reload also when current system values differ (#56153) 5 years ago
systemd Update Shippable integration test groups. (#43118) 6 years ago
tags Clean up use of `connection: local` in tests. 6 years ago
task_ordering More test fixes for split controller/remote tests. 6 years ago
template Clean up various integration tests. (#60613) 5 years ago
template_jinja2_latest Clean up various integration tests. (#60613) 5 years ago
templating_settings register: fail when invalid var name is specified (#56456) 6 years ago
test_infra Rename python files in hacking/ directory to have .py suffix 5 years ago
tests Add new truthy and falsy jinja2 tests (#62602) 5 years ago
throttle Move the ansible-test output_dir. 5 years ago
timezone Fix timezone integration test for Fedora 31 (#65013) 5 years ago
tower_common Fix incorrect assumptions in integration tests. (#58365) 5 years ago
tower_credential VMware: rename VMWare to VMware (#58535) 5 years ago
tower_credential_type New module : tower_credential_type (#37243) 6 years ago
tower_group Clean up local_action and delegate_to in tests. (#55835) 6 years ago
tower_host Clean up local_action and delegate_to in tests. (#55835) 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 Fix handling of inventory and credential options for tower_job_launch (#54967) 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 tower_role: ensure alias of "validate_certs" parameter is handled (#57518) 5 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 Fix incorrect assumptions in integration tests. (#58365) 5 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
ucs_lan_connectivity support for iscsi vnics based on customer feature request (#48377) 6 years ago
ucs_mac_pool
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_query Add ucs_query (#60607) 5 years ago
ucs_san_connectivity
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
ucs_vlans
ucs_vnic_template Fix issue with vNIC redundancy templates (#36608) 6 years ago
ucs_vsans
ucs_wwn_pool
ufw ufw: add support for interface_in and interface_out (#65382) 5 years ago
unarchive Install zip for unarchive test when using dnf. 5 years ago
unicode Fix unicode integration test. 6 years ago
until Update Shippable integration test groups. (#43118) 6 years ago
uri cert validation fixes - Attempt 2 (#55953) 5 years ago
user user - compare macOS user properties using same type (#62973) 5 years ago
var_blending Clean up various integration tests. (#60613) 5 years ago
var_precedence Add shippable/posix/group4/ for CI. (#53816) 6 years ago
var_templating Use templating in HostVarsVars __repr__ (#64282) 5 years ago
vars_prompt Throw an error on unsupported vars_prompt keys (#65487) 5 years ago
vault ansible-vault: convert vault_password_files to list to prevent traceback (#57186) 5 years ago
vcenter_folder vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
vcenter_license vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
virt_net virt_net: add way to get facts for only one specified network 5 years ago
vmware_about_facts vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
vmware_about_info vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
vmware_category VMware: Add associable_object_types in vmware_category (#62347) 5 years ago
vmware_cluster vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
vmware_cluster_drs vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
vmware_cluster_facts vmware_cluster_facts: fix the functional test 5 years ago
vmware_cluster_ha vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
vmware_cluster_info VMWare - Rename _facts to _info (#57474) 5 years ago
vmware_cluster_vsan vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
vmware_content_deploy_template vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
vmware_content_library_info VMWare - Rename _facts to _info (#57474) 5 years ago
vmware_content_library_manager vmware/test: use better name for datastores 5 years ago
vmware_datacenter vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
vmware_datastore_cluster vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
vmware_datastore_facts vmware/test: use better name for datastores 5 years ago
vmware_datastore_info vmware/test: use better name for datastores 5 years ago
vmware_datastore_maintenancemode vmware/test: use better name for datastores 5 years ago
vmware_drs_group vmware_drs_group: creates test vm properly 5 years ago
vmware_drs_group_facts vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
vmware_drs_group_info vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
vmware_drs_rule_facts remove some tests from zuul/vmware/vcenter_only 5 years ago
vmware_drs_rule_info remove some tests from zuul/vmware/vcenter_only 5 years ago
vmware_dvs_portgroup vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
vmware_dvs_portgroup_facts vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
vmware_dvs_portgroup_find vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
vmware_dvs_portgroup_info vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
vmware_dvswitch vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
vmware_dvswitch_nioc vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
vmware_dvswitch_pvlans vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
vmware_dvswitch_uplink_pg vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
vmware_evc_mode vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
vmware_export_ovf vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
vmware_folder_info vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
vmware_guest VMware: Autoselect datastore only from the given cluster/ESXi (#43435) 5 years ago
vmware_guest_boot_facts vmware: test-refactoring 5 years ago
vmware_guest_boot_info VMWare - Rename _facts to _info (#57474) 5 years ago
vmware_guest_controller VMware: add new module vmware_guest_controller (#59615) 5 years ago
vmware_guest_custom_attribute_defs vmware: refactoring of vmware test roles -- part4 6 years ago
vmware_guest_custom_attributes VMWare - Rename _facts to _info (#57474) 5 years ago
vmware_guest_customization_facts vmware: refactoring of vmware test roles -- part4 6 years ago
vmware_guest_customization_info VMWare - Rename _facts to _info (#57474) 5 years ago
vmware_guest_disk vmware/test: use better name for datastores 5 years ago
vmware_guest_disk_facts vmware_guest_disk_info/test: ensure the test VM is running 5 years ago
vmware_guest_disk_info vmware_guest_disk_info/test: ensure the test VM is running 5 years ago
vmware_guest_facts VMware: Use managed object id to find VM (#59143) 5 years ago
vmware_guest_find VMWare - Rename _facts to _info (#57474) 5 years ago
vmware_guest_info VMWare - Rename _facts to _info (#57474) 5 years ago
vmware_guest_move VMWare - Rename _facts to _info (#57474) 5 years ago
vmware_guest_network vmware/test: use better name for datastores 5 years ago
vmware_guest_powerstate vmware/test: use better name for datastores 5 years ago
vmware_guest_register_operation VMware: new module vmware_guest_register_operation (#54647) 5 years ago
vmware_guest_screenshot VMware: vmware_guest_screenshot module fix get_parent_datacenter issue (#60626) 5 years ago
vmware_guest_sendkey vmware_guest_sendkey/test: ensure the test VM is running (#63359) 5 years ago
vmware_guest_serial_port vmware/test: use better name for datastores 5 years ago
vmware_guest_snapshot vmware: test-refactoring 5 years ago
vmware_guest_snapshot_facts vmware: test-refactoring 5 years ago
vmware_guest_snapshot_info VMWare - Rename _facts to _info (#57474) 5 years ago
vmware_guest_tools_info VMware: add new module vmware_guest_tools_info (#62860) 5 years ago
vmware_guest_tools_wait VMWare - Rename _facts to _info (#57474) 5 years ago
vmware_host vmware: test-refactoring 5 years ago
vmware_host_acceptance remove some tests from zuul/vmware/vcenter_only 5 years ago
vmware_host_active_directory remove some tests from zuul/vmware/vcenter_only 5 years ago
vmware_host_auto_start vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
vmware_host_capability_facts vmware: use hostname in esxi_hostname 6 years ago
vmware_host_capability_info VMWare - Rename _facts to _info (#57474) 5 years ago
vmware_host_config_facts vmware: use hostname in esxi_hostname 6 years ago
vmware_host_config_info VMWare - Rename _facts to _info (#57474) 5 years ago
vmware_host_config_manager VMWare - Rename _facts to _info (#57474) 5 years ago
vmware_host_datastore vmware/test: use better name for datastores 5 years ago
vmware_host_dns VMware: New module vmware_host_dns (#64458) 5 years ago
vmware_host_dns_facts vmware: use hostname in esxi_hostname 6 years ago
vmware_host_dns_info VMWare - Rename _facts to _info (#57474) 5 years ago
vmware_host_facts vmware host system fact add uuid (#65415) 5 years ago
vmware_host_feature_facts vmware: use hostname in esxi_hostname 6 years ago
vmware_host_feature_info VMWare - Rename _facts to _info (#57474) 5 years ago
vmware_host_firewall_facts vmware: test-refactoring 5 years ago
vmware_host_firewall_info VMWare - Rename _facts to _info (#57474) 5 years ago
vmware_host_firewall_manager vmware_host_firewall_manager: fix #61332 5 years ago
vmware_host_hyperthreading VMWare - Rename _facts to _info (#57474) 5 years ago
vmware_host_ipv6 VMWare - Rename _facts to _info (#57474) 5 years ago
vmware_host_kernel_manager vmware_host_kernel_manager: fix the test (#63358) 5 years ago
vmware_host_ntp vmware: use hostname in esxi_hostname 6 years ago
vmware_host_ntp_facts vmware: use hostname in esxi_hostname 6 years ago
vmware_host_ntp_info VMWare - Rename _facts to _info (#57474) 5 years ago
vmware_host_package_facts vmware: use hostname in esxi_hostname 6 years ago
vmware_host_package_info VMWare - Rename _facts to _info (#57474) 5 years ago
vmware_host_powermgmt_policy vmware: test-refactoring 5 years ago
vmware_host_powerstate remove some tests from zuul/vmware/vcenter_only 5 years ago
vmware_host_scanhba Merge pull request #55730 from goneri/vmware_refact_part5 6 years ago
vmware_host_service_facts vmware: use hostname in esxi_hostname 6 years ago
vmware_host_service_info VMWare - Rename _facts to _info (#57474) 5 years ago
vmware_host_service_manager VMWare - Rename _facts to _info (#57474) 5 years ago
vmware_host_snmp vmware: test-refactoring 5 years ago
vmware_host_ssl_facts vmware: use hostname in esxi_hostname 6 years ago
vmware_host_ssl_info VMWare - Rename _facts to _info (#57474) 5 years ago
vmware_host_vmhba_facts vmware: use hostname in esxi_hostname 6 years ago
vmware_host_vmhba_info VMWare - Rename _facts to _info (#57474) 5 years ago
vmware_host_vmnic_facts vmware: use hostname in esxi_hostname 6 years ago
vmware_host_vmnic_info VMWare - Rename _facts to _info (#57474) 5 years ago
vmware_inventory vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
vmware_local_role_facts vmware: refactoring of vmware test roles -- part6 6 years ago
vmware_local_role_info VMWare - Rename _facts to _info (#57474) 5 years ago
vmware_local_role_manager vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
vmware_local_user_facts vmware: test-refactoring 5 years ago
vmware_local_user_info VMWare - Rename _facts to _info (#57474) 5 years ago
vmware_local_user_manager vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
vmware_maintenancemode vmware: use hostname in esxi_hostname 6 years ago
vmware_portgroup vmware: test-suite fixes 5 years ago
vmware_portgroup_facts vmware: use hostname in esxi_hostname 6 years ago
vmware_portgroup_info VMWare - Rename _facts to _info (#57474) 5 years ago
vmware_resource_pool vmware: refactoring of vmware test roles -- part6 6 years ago
vmware_resource_pool_facts vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
vmware_resource_pool_info vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
vmware_tag vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
vmware_target_canonical_facts vmware: use hostname in esxi_hostname 6 years ago
vmware_target_canonical_info VMWare - Rename _facts to _info (#57474) 5 years ago
vmware_vcenter_settings vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
vmware_vcenter_statistics vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
vmware_vm_facts vmware: test-refactoring 5 years ago
vmware_vm_host_drs_rule vmware: test-refactoring 5 years ago
vmware_vm_info VMWare - Rename _facts to _info (#57474) 5 years ago
vmware_vm_storage_policy_info VMware: Add module vmware_vm_storage_policy_info (#56263) 5 years ago
vmware_vm_vm_drs_rule VMware: Updates the DRS rule without deletion (#57119) 5 years ago
vmware_vmkernel vmware: use hostname in esxi_hostname 6 years ago
vmware_vmkernel_facts vmware: use hostname in esxi_hostname 6 years ago
vmware_vmkernel_info VMWare - Rename _facts to _info (#57474) 5 years ago
vmware_vmotion Fix issue 64503. Added pool to relocate spec (#64544) 5 years ago
vmware_vsan_health_info vmware/test: set vmware/scenario/vcenter_only alias (#65515) 5 years ago
vmware_vspan_session vmware: refactoring of vmware test roles -- part7 (#55732) 6 years ago
vmware_vswitch vmware: test-suite fixes 5 years ago
vmware_vswitch_facts vmware: use hostname in esxi_hostname 6 years ago
vmware_vswitch_info VMWare - Rename _facts to _info (#57474) 5 years ago
vsphere_file vsphere_file: New module to manage files on datastores (#48180) 6 years ago
vultr_account_info vultr: vultr_account_facts -> info (#57563) 5 years ago
vultr_block_storage tests: vultr: convert legacy tests to targets (#50156) 6 years ago
vultr_block_storage_info vultr: vultr_block_storage_facts to info (#60230) 5 years ago
vultr_dns_domain tests: vultr: convert legacy tests to targets (#50156) 6 years ago
vultr_dns_domain_info Vultr: rename _facts -> _info (#61239) 5 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_info Vultr: rename _facts -> _info (#61239) 5 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_info Vultr: rename _facts -> _info (#61239) 5 years ago
vultr_os_info vultr: vultr_os_facts -> info (#57565) 5 years ago
vultr_plan_info Vultr: rename _facts -> _info (#61239) 5 years ago
vultr_region_info Vultr: rename _facts -> _info (#61239) 5 years ago
vultr_server vultr_server: implement support for IDs to match resources (#55762) 5 years ago
vultr_server_info Vultr: rename _facts -> _info (#61239) 5 years ago
vultr_ssh_key tests: vultr: convert legacy tests to targets (#50156) 6 years ago
vultr_ssh_key_info vultr: vultr_ssh_key_facts -> info (#57571) 5 years ago
vultr_startup_script tests: vultr: convert legacy tests to targets (#50156) 6 years ago
vultr_startup_script_info Vultr: rename _facts -> _info (#61239) 5 years ago
vultr_user tests: vultr: convert legacy tests to targets (#50156) 6 years ago
vultr_user_info vultr: vultr_user_facts -> info (#57564) 5 years ago
vyos_banner vyos: Make vyos related yaml file passing yamllint (#65449) 5 years ago
vyos_command vyos: Make vyos related yaml file passing yamllint (#65449) 5 years ago
vyos_config vyos: Make vyos related yaml file passing yamllint (#65449) 5 years ago
vyos_facts vyos: Make vyos related yaml file passing yamllint (#65449) 5 years ago
vyos_interface vyos: Make vyos related yaml file passing yamllint (#65449) 5 years ago
vyos_interfaces vyos: Make vyos related yaml file passing yamllint (#65449) 5 years ago
vyos_l3_interface vyos: Make vyos related yaml file passing yamllint (#65449) 5 years ago
vyos_l3_interfaces vyos: Make vyos related yaml file passing yamllint (#65449) 5 years ago
vyos_lag_interfaces vyos: Make vyos related yaml file passing yamllint (#65449) 5 years ago
vyos_linkagg vyos: Make vyos related yaml file passing yamllint (#65449) 5 years ago
vyos_lldp vyos: Make vyos related yaml file passing yamllint (#65449) 5 years ago
vyos_lldp_global vyos: Make vyos related yaml file passing yamllint (#65449) 5 years ago
vyos_lldp_interface vyos: Make vyos related yaml file passing yamllint (#65449) 5 years ago
vyos_lldp_interfaces vyos: Make vyos related yaml file passing yamllint (#65449) 5 years ago
vyos_logging vyos: Make vyos related yaml file passing yamllint (#65449) 5 years ago
vyos_smoke vyos: Make vyos related yaml file passing yamllint (#65449) 5 years ago
vyos_static_route vyos: Make vyos related yaml file passing yamllint (#65449) 5 years ago
vyos_system vyos: Make vyos related yaml file passing yamllint (#65449) 5 years ago
vyos_user vyos: Make vyos related yaml file passing yamllint (#65449) 5 years ago
vyos_vlan vyos: Make vyos related yaml file passing yamllint (#65449) 5 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 network path qualifier parsing (#55970) 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 many pslint fixes (#55862) 5 years ago
win_auto_logon win_auto_logon - check, diff and store pass in LSA (#65528) 5 years ago
win_become become - stop using play context in more places (#62373) 5 years ago
win_certificate_store fix typos in modules (#62135) 5 years ago
win_chocolatey Add --override-arguments option to win_chocolatey module (#65101) 5 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 Add encoding and codepage params to win_command/win_shell (#54896) (#54966) 5 years ago
win_computer_description win_description Module (#61629) 5 years ago
win_copy Skip certain tests on 2016 (#61585) 5 years ago
win_credential Added group 7 to Windows groups - ci_complete (#60240) 5 years ago
win_csharp_utils Fix up broken Windows test when run with coverage (#65085) 5 years ago
win_data_deduplication Win data deduplication module (#59723) 5 years ago
win_disk_facts win_disk_facts: Adds Win32_DiskDrive object to facts (#51595) 5 years ago
win_dns_client Correct win_dns_client test option name (#64967) 5 years ago
win_dns_record Move win target back a group (#60257) 5 years ago
win_domain_computer win_domain_computer module: Fix idempotence when name != sam_account_name (#56967) 5 years ago
win_domain_group win_domain_user and win_domain_group: add created result boolean (#57901) 5 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 PowerShell - Added coverage collector (#59009) 5 years ago
win_feature win_feature - get tests working on psrp (#55353) 6 years ago
win_fetch Clean up local_action and delegate_to in tests. (#55835) 6 years ago
win_file Fixed win_file crash with hidden files (#52584) 6 years ago
win_file_compression New Windows Module: win_file_compression (#56475) 5 years ago
win_find win_find - Refactor for better performance and alignment to find (#65536) 5 years ago
win_firewall Don't run integration tests for OS'es older than Windows 2016 (#53057) 6 years ago
win_firewall_rule win_firewall_rule - support ICMP types and codes (#60361) 5 years ago
win_format win_format - Add allocation_unit_size (#56966) 5 years ago
win_get_url win_uri win_get_url - Fix up redirection defaults (#65584) 5 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 Change S3 bucket urls to new method as per #56124 (#56418) 6 years ago
win_http_proxy Added win_http_proxy and win_inet_proxy (#54631) 6 years ago
win_iis_webapplication win_iis_webapplication: add authentication parameters (#56033) 5 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_inet_proxy Added win_http_proxy and win_inet_proxy (#54631) 6 years ago
win_initialize_disk add win_initialize_disk module (#58617) 5 years ago
win_lineinfile Skip certain tests on 2016 (#61585) 5 years ago
win_mapped_drive Split Windows tests into 5 groups. 6 years ago
win_module_utils Change collection PS util import pattern (#61307) 5 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_netbios Windows testing - share code for creating a network device (#59847) 5 years ago
win_nssm Skip certain tests on 2016 (#61585) 5 years ago
win_optional_feature win_optional_feature - support multiple feature in name (#54368) 6 years ago
win_owner Rebalance Windows CI groups based on recent delays to 2016 (#59838) 5 years ago
win_package win_package - Use newer module wrapper as refactor baseline (#65586) 5 years ago
win_pagefile Set win_pagefile as unstable as thats what it is (#61732) 5 years ago
win_partition Added group 7 to Windows groups - ci_complete (#60240) 5 years ago
win_path Update Shippable integration test groups. (#43118) 6 years ago
win_pester win_pester - Align dir scanning with Pester's defaults (#64880) 5 years ago
win_ping many pslint fixes (#55862) 5 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 Change S3 bucket urls to new method as per #56124 (#56418) 6 years ago
win_psmodule Change S3 bucket urls to new method as per #56124 (#56418) 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 psrp - Fix raw and script tests for connection plugin (#55357) 6 years ago
win_rds Skip certain tests on 2016 (#61585) 5 years ago
win_reboot psrp - fix test_command rc for win_reboot (#55354) 6 years ago
win_reg_stat Fix win_reg_stat for HKU hives (#59359) 5 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 Allow password to be null in Scheduled Task for gMSA (#60990) 5 years ago
win_scheduled_task_stat win_scheduled_task: add deprecation warning for repetition format (#45468) 6 years ago
win_script psrp - Fix raw and script tests for connection plugin (#55357) 6 years ago
win_security_policy Update Shippable integration test groups. (#43118) 6 years ago
win_service Added group 7 to Windows groups - ci_complete (#60240) 5 years ago
win_setup test win_setup - make py3 compatible (#51693) 6 years ago
win_share win_share - Implement append paramtere for access rules (#59469) 5 years ago
win_shell Add encoding and codepage params to win_command/win_shell (#54896) (#54966) 5 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 Skip certain tests on 2016 (#61585) 5 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 win_template - use shared doc fragment for shared options (#59701) 5 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: Add flag to only download updates without installing them (#58631) 5 years ago
win_uri win_uri win_get_url - Fix up redirection defaults (#65584) 5 years ago
win_user Added group 7 to Windows groups - ci_complete (#60240) 5 years ago
win_user_profile Move windows test to another group (#60391) 5 years ago
win_user_right Update Shippable integration test groups. (#43118) 6 years ago
win_wait_for win modules - standarize regex and regxp as alias (#59037) 5 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 win_whoami - Fix tests to work over psrp (#55352) 6 years ago
win_xml Refactor of win_xml (2nd attempt) to add support for processing multiple nodes and counting nodes matched by xpath (#53362) 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
xfs_quota Fix integration test temp dir usage. (#60555) 5 years ago
xml Order data in xml integration test (#59742) 5 years ago
yarn Update Shippable integration test groups. (#43118) 6 years ago
yum Mark yum tests as unstable (#65671) 5 years ago
yum_repository Fix yum_repository tests for CentOS 8 (#64863) 5 years ago
zabbix_host zabbix_host: interface.port parameter is a string (#64986) 5 years ago
zabbix_template Zabbix: zabbix_template: fix #63907 and add test case (#65236) 5 years ago
zypper zypper: add additional flag --force-resolution (#61705) 5 years ago
zypper_repository zypper_repository: fix return check on newer OpenSUSE versions (#52457) 6 years ago