1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/targets
Dag Wieers 2ef0946370
Warn on incorrect use of parameter, and remove fix for now (#54336)
* Fix wrong example, remove strictness and fix tests

It was obvious that (because of an incorrect example) people were using
the **xml** module incorrectly, specifying the `attribute` parameter
where it was not supported (i.e. ignored).

While this functionality would have been useful, it currently returns as
if the information was requested from the parent, so we cannot simply
make it to what would be expected.

Therefor the real solution is to provide a warning when we find
incorrect use, and deprecate this use. Then later we could implement
this functionality correctly.

While troubleshooting this issue, I found that in some cases our
integration tests were not being run when we expected it.

This fixes #53459

* Change warning

* Fix weird sanity test error

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