ansible/test/integration/targets
Sam Doran 511d3110f7
Only change expiration date if it is different (#38885) (#39575)
* Only change expiration date if it is different

Modify user_info() method to also return the password expiration.
Compare current and desired expiration times and only change if they are different.

* Improve formatting on user tests

* Add integration test for expiration

* Add changelog fragment

* Improve integration test

Skip macOS and use getent module for validating expiration date.

* Fix expiration change for FreeBSD

* Don't use datetime since the total_seconds method isn't available on CentOS 6

* Use better name for expiration index field

Use separate tasks for verifying expiration date on BSD

* Use calendar.timegm() rather than time.mktime()

calendar.timegm() is the inverse of time.gmtime() and returns a timestamp in UTC not localtime
Add tests that change the system timezone away from UTC

* Mark tests as destructive and use test for change status

* Fix account expiration for FreeBSD

Use DATE_FORMAT when setting expiration date on FreeBSD. Previously the argument passed to -e was an integer of days since epoch when the account will expire which was inserted directly into master.passwd. This value is interpreted as seconds since epoch by the system, meaning the account expiration was actually set to a few hours past epoch.

Greatly simply comparing desired  and current expiration time by using the first three values of the struct_time tuple rather than doing a whole bunch of manipulations of the seconds since epoch.

(cherry picked from commit 5a6bdef76b)
2018-05-09 10:45:48 -04:00
..
aci_aaa_user aci_aaa_user: Manage AAA users on ACI fabrics (#35543) 2018-02-01 00:45:32 +01:00
aci_aaa_user_certificate aci_aaa_user_certificate: Rename user parameter to aaa_user (#35207) 2018-01-23 02:23:06 +01:00
aci_access_port_to_interface_policy_leaf_profile Apply all devel ACI changes missing from stable-2.5 (#36553) 2018-02-21 15:36:47 -08:00
aci_aep_to_domain Apply all devel ACI changes missing from stable-2.5 (#36553) 2018-02-21 15:36:47 -08:00
aci_ap Apply all devel ACI changes missing from stable-2.5 (#36553) 2018-02-21 15:36:47 -08:00
aci_bd Apply all devel ACI changes missing from stable-2.5 (#36553) 2018-02-21 15:36:47 -08:00
aci_bd_subnet Apply all devel ACI changes missing from stable-2.5 (#36553) 2018-02-21 15:36:47 -08:00
aci_config_rollback Apply all devel ACI changes missing from stable-2.5 (#36553) 2018-02-21 15:36:47 -08:00
aci_config_snapshot Apply all devel ACI changes missing from stable-2.5 (#36553) 2018-02-21 15:36:47 -08:00
aci_contract Apply all devel ACI changes missing from stable-2.5 (#36553) 2018-02-21 15:36:47 -08:00
aci_contract_subject Apply all devel ACI changes missing from stable-2.5 (#36553) 2018-02-21 15:36:47 -08:00
aci_contract_subject_to_filter Apply all devel ACI changes missing from stable-2.5 (#36553) 2018-02-21 15:36:47 -08:00
aci_domain Apply all devel ACI changes missing from stable-2.5 (#36553) 2018-02-21 15:36:47 -08:00
aci_domain_to_vlan_pool Apply all devel ACI changes missing from stable-2.5 (#36553) 2018-02-21 15:36:47 -08:00
aci_encap_pool Apply all devel ACI changes missing from stable-2.5 (#36553) 2018-02-21 15:36:47 -08:00
aci_encap_pool_range Apply all devel ACI changes missing from stable-2.5 (#36553) 2018-02-21 15:36:47 -08:00
aci_epg Apply all devel ACI changes missing from stable-2.5 (#36553) 2018-02-21 15:36:47 -08:00
aci_epg_to_contract Apply all devel ACI changes missing from stable-2.5 (#36553) 2018-02-21 15:36:47 -08:00
aci_epg_to_domain Apply all devel ACI changes missing from stable-2.5 (#36553) 2018-02-21 15:36:47 -08:00
aci_filter Apply all devel ACI changes missing from stable-2.5 (#36553) 2018-02-21 15:36:47 -08:00
aci_filter_entry Apply all devel ACI changes missing from stable-2.5 (#36553) 2018-02-21 15:36:47 -08:00
aci_firmware_source aci_firmware_source: Add integration tests (#36246) 2018-02-15 23:53:17 -08:00
aci_interface_policy_leaf_policy_group Backport of ACI document changes (#37502) 2018-03-15 17:35:18 -07:00
aci_interface_policy_leaf_profile Apply all devel ACI changes missing from stable-2.5 (#36553) 2018-02-21 15:36:47 -08:00
aci_interface_selector_to_switch_policy_leaf_profile Apply all devel ACI changes missing from stable-2.5 (#36553) 2018-02-21 15:36:47 -08:00
aci_rest Backport missing integration tests (#36610) 2018-02-22 15:18:06 -08:00
aci_switch_leaf_policy_profile Apply all devel ACI changes missing from stable-2.5 (#36553) 2018-02-21 15:36:47 -08:00
aci_switch_leaf_selector Apply all devel ACI changes missing from stable-2.5 (#36553) 2018-02-21 15:36:47 -08:00
aci_taboo_contract Apply all devel ACI changes missing from stable-2.5 (#36553) 2018-02-21 15:36:47 -08:00
aci_tenant Apply all devel ACI changes missing from stable-2.5 (#36553) 2018-02-21 15:36:47 -08:00
aci_vlan_pool Apply all devel ACI changes missing from stable-2.5 (#36553) 2018-02-21 15:36:47 -08:00
aci_vlan_pool_encap_block ACI: Avoid using 'previous' with query operations (#36181) 2018-02-15 23:45:50 -08:00
aci_vrf Apply all devel ACI changes missing from stable-2.5 (#36553) 2018-02-21 15:36:47 -08:00
acl acl integration tests: don't use restricted key, allow to run twice in a row (#34858) 2018-01-15 13:21:25 +01:00
add_host
alternatives
ansible ansible-config: add simple tests (#34900) 2018-01-17 06:33:33 -08:00
ansible-galaxy Move requirements into tests. (#35885) 2018-05-01 09:55:56 -07:00
any_errors_fatal make aef test more predictable 2018-04-19 10:35:23 -07:00
apache2_module Add identifier option to apache2_module (#33748) 2018-01-23 18:56:59 +01:00
apt Backport: apt: mark installed packages manual (#37751) (#39411) 2018-05-09 12:27:04 +02:00
apt_key
apt_repository
archive Uninstall backports.lzma in archive test. 2018-01-22 12:36:03 -08:00
args
asa_acl
asa_command
asa_config
assemble
async
async_extra_data
async_fail Normalize usage of temp and tmp on tmp (#36221) 2018-02-15 09:01:33 -08:00
at
authorized_key
aws_api_gateway
aws_elasticbeanstalk_app Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
aws_lambda Revert "Temporarily comment out tests causing CI errors (#35883)" 2018-02-08 06:57:09 -08:00
aws_s3 Add aws_s3 action plugin to find source files as expected (#35028) 2018-01-19 17:11:42 -05:00
aws_ses_identity Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
aws_ssm_parameters Bring aws_ssm None fixes into stable (from #36456) (#36492) 2018-02-21 20:53:31 -05:00
aws_waf_web_acl Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
azure_rm_acs Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
azure_rm_availabilityset
azure_rm_availabilityset_facts Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
azure_rm_containerinstance Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
azure_rm_containerregistry
azure_rm_deployment Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
azure_rm_dnsrecordset
azure_rm_dnsrecordset_facts
azure_rm_dnszone
azure_rm_dnszone_facts
azure_rm_functionapp Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
azure_rm_image Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
azure_rm_keyvault [new module] azure_rm_keyvault (#35150) 2018-02-05 16:08:22 -08:00
azure_rm_keyvaultkey Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
azure_rm_keyvaultsecret Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
azure_rm_loadbalancer Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
azure_rm_managed_disk Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
azure_rm_mysqldatabase fixing mysql and postgresql test failures (#35587) 2018-02-01 17:00:05 +10:00
azure_rm_mysqlserver fixing mysql and postgresql test failures (#35587) 2018-02-01 17:00:05 +10:00
azure_rm_networkinterface azure_rm_networkinterface: backport no public IP fix (#37762) 2018-04-03 06:32:01 +10:00
azure_rm_postgresqldatabase Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
azure_rm_postgresqlserver Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
azure_rm_publicipaddress
azure_rm_securitygroup Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
azure_rm_sqldatabase Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
azure_rm_sqlserver Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
azure_rm_sqlserver_facts Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
azure_rm_storageaccount
azure_rm_storageblob Remove unstable from azure_rm_storageblob test. 2018-05-02 10:34:40 -07:00
azure_rm_subnet delete subnet should be idempotent (#35037) 2018-01-25 10:59:14 +10:00
azure_rm_virtualmachine Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
azure_rm_virtualmachine_extension Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
azure_rm_virtualmachine_scaleset
azure_rm_virtualmachineimage_facts Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
azure_rm_virtualnetwork Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
become
binary
binary_modules
binary_modules_posix
binary_modules_winrm
blockinfile
blocks Add any_errors_fatal in nested failed block test (#35499) 2018-02-02 16:25:55 +01:00
callback_retry_task_name
changed_when
check_mode
cloudfront_distribution Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
command_shell Move requirements into tests. (#35885) 2018-05-01 09:55:56 -07:00
conditionals
connection Bkprt conn err msg no template (#37381) 2018-03-15 13:52:33 -07:00
connection_buildah Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
connection_chroot
connection_docker Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
connection_jail Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
connection_libvirt_lxc Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
connection_local
connection_lxc Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
connection_lxd Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
connection_paramiko_ssh
connection_posix
connection_ssh
connection_winrm
copy Move requirements into tests. (#35885) 2018-05-01 09:55:56 -07:00
cs_account
cs_affinitygroup
cs_cluster
cs_common
cs_configuration
cs_domain
cs_firewall
cs_host
cs_instance cs_instance: fix py3 user_data base64 (#37135) (#37199) 2018-03-08 17:57:14 +01:00
cs_instance_facts
cs_instance_nic
cs_instance_nic_secondaryip
cs_instancegroup
cs_iso
cs_loadbalancer_rule
cs_network cs_network: implement support acl (#35706) 2018-02-04 19:23:57 +01:00
cs_network_acl
cs_network_acl_rule
cs_network_offering
cs_pod
cs_portforward
cs_project
cs_region
cs_resourcelimit
cs_role
cs_router tests: cs_router: fix tests not desructive anymore (#34957) 2018-01-17 07:16:45 +01:00
cs_securitygroup
cs_securitygroup_rule
cs_service_offering
cs_snapshot_policy
cs_sshkeypair cs_sshkeypair: fix ssh key rename (#36726) (#36730) 2018-02-26 15:45:39 +01:00
cs_storage_pool
cs_user
cs_vmsnapshot
cs_volume
cs_vpc cs_vpc: fix network_domain param ignored (#35690) 2018-02-03 21:21:24 +01:00
cs_vpc_offering
cs_vpn_connection cs_vpn_connection: fix wrong connection used (#34937) 2018-01-16 22:56:24 +01:00
cs_vpn_customer_gateway
cs_vpn_gateway
cs_zone
cs_zone_facts
debconf
delegate_to Add test for fix using loop_control with delegate_to (#33809) 2018-01-23 17:52:23 +01:00
dellos6_command
dellos6_config
dellos6_facts
dellos9_command
dellos9_config
dellos9_facts
dellos10_command
dellos10_config
dellos10_facts
deploy_helper
dnf
docker_secret Fix mysql-server install/upgrade on Ubuntu 16.04. (#39241) 2018-04-24 13:37:25 -07:00
dpkg_selections Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
ec2_ami [aws] Added empty default for ec2_ami name parameter (#38585) 2018-05-03 08:03:11 -04:00
ec2_asg Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
ec2_elb_lb
ec2_group Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
ec2_instance Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
ec2_key
ec2_metadata_facts
ec2_tag
ec2_vol
ec2_vpc_egress_igw [cloud] New module: Amazon Egress-Only Internet Gateway (ec2_vpc_egress_igw) (#23941) 2018-01-26 09:22:30 -05:00
ec2_vpc_net Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
ec2_vpc_route_table Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
ec2_vpc_subnet Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
ecs_cluster Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
ecs_ecr fix spelling mistakes in several modules (#36296) 2018-03-15 17:57:11 -07:00
elb_classic_lb
elb_target Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
embedded_module Clean up non-standard module shebangs. 2018-04-30 15:30:42 -07:00
environment
eos_banner fix connection gets overridden by network_cli for transport nxapi,eapi net_* modules (#34778) 2018-01-15 13:16:41 +05:30
eos_command
eos_config Fix eos_config integration test failure (#39662) (#39784) 2018-05-07 09:03:19 +05:30
eos_eapi
eos_facts Fix eos_facts eapi integration test failures (#37919) 2018-03-29 18:59:14 +05:30
eos_interface Fix eos integration test failures (#37020) (#37054) 2018-03-06 10:24:54 +05:30
eos_l2_interface Enable eapi integration test for eos modules (#36934) (#36935) 2018-03-02 13:02:52 +05:30
eos_l3_interface Fix eos integration test failures (#37020) (#37054) 2018-03-06 10:24:54 +05:30
eos_linkagg
eos_lldp Enable eapi integration test for eos modules (#36934) (#36935) 2018-03-02 13:02:52 +05:30
eos_logging Enable eapi integration test for eos modules (#36934) (#36935) 2018-03-02 13:02:52 +05:30
eos_smoke Remove provider (and transport, where applicable) from consideration when not using connection=local (#39555) (#39861) 2018-05-08 12:54:03 -04:00
eos_static_route
eos_system fix connection gets overridden by network_cli for transport nxapi,eapi net_* modules (#34778) 2018-01-15 13:16:41 +05:30
eos_user Enable eapi integration test for eos modules (#36934) (#36935) 2018-03-02 13:02:52 +05:30
eos_vlan Fix eos_vlan associated interface check (#39661) (#39738) 2018-05-04 20:14:48 +05:30
eos_vrf Fix eos_vrf integration test failures (#36893) (#36896) 2018-03-01 14:30:29 +05:30
etcd3 New module etcd3 (#35053) 2018-01-29 11:49:30 +01:00
expect
facts_d
failed_when
fetch fetch: set fail_on_missing: True as default as per docs (#36469) 2018-02-21 18:11:32 +10:00
file Fix for file module with recursive permission setting and broken symlinks 2018-05-03 18:27:34 -07:00
filesystem Add vfat support for the filesystem module (#23527) 2018-02-06 11:56:43 +01:00
filters
find
firewalld
fortios_address Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
fortios_ipv4_policy Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
gathering_facts Fact collector ordering deps (#31362) 2018-01-22 18:23:40 -05:00
gcp_dns_managed_zone Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
gem Move requirements into tests. (#35885) 2018-05-01 09:55:56 -07:00
get_url Use HTTPS instead of HTTP for httpbin tests. (#39457) 2018-05-01 20:57:27 -07:00
getent
git Move requirements into tests. (#35885) 2018-05-01 09:55:56 -07:00
github_issue Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
group
group_by
groupby_filter
handlers
hash
hg Disable hg test on Python 3 again. 2018-02-07 23:33:04 -08:00
hosts_field
ignore_errors
include_import Backport #38827 for 2.5 - Allow inheriting attrs from static parents (#38847) 2018-04-20 11:45:28 -05:00
include_vars
includes Integration tests for import/include (#33418) 2018-01-19 08:23:48 -08:00
influxdb_user Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
ini_file
inventory_path_with_comma Don't skip an inventory source just because it has a comma (#35002) 2018-01-24 09:44:55 -06:00
ios_banner ios test changes (#35510) 2018-02-02 09:50:15 -05:00
ios_command ios test changes (#35510) 2018-02-02 09:50:15 -05:00
ios_config re enabled tests that were fixed in ansible/ansible-modules-core#5008 (#36257) (#36303) 2018-02-16 10:54:41 -05:00
ios_facts ios test changes (#35510) 2018-02-02 09:50:15 -05:00
ios_interface Fix ios integration test failures in CI (#39729) (#39731) 2018-05-04 17:30:03 +05:30
ios_l2_interface nxos bugfixes cherry-pick (#38091) 2018-03-29 08:47:32 -04:00
ios_l3_interface ios test changes (#35510) 2018-02-02 09:50:15 -05: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 ios test changes (#35510) 2018-02-02 09:50:15 -05:00
ios_ping ios test changes (#35510) 2018-02-02 09:50:15 -05:00
ios_smoke Fix ios integration test failures in CI (#39729) (#39731) 2018-05-04 17:30:03 +05:30
ios_static_route ios_static_route idempotence fix (#35912) (#37012) 2018-03-05 10:48:18 -05:00
ios_system ios test changes (#35510) 2018-02-02 09:50:15 -05:00
ios_user ios test changes (#35510) 2018-02-02 09:50:15 -05:00
ios_vlan Decouple config and state check in vlan and vrf network modules (#36386) (#36704) 2018-02-26 10:16:39 +05:30
iosxr_banner Changes to enable network_cli and netconf on iosxr integration tests. (#35269) 2018-01-24 19:46:27 +05:30
iosxr_command * adds commit replace with config file for iosxr (#35564) 2018-02-01 14:15:32 +00:00
iosxr_config Handling of configurations blocks with end-* at the end of the block (#39843) 2018-05-08 11:34:53 +05:30
iosxr_facts
iosxr_interface Changes to enable network_cli and netconf on iosxr integration tests. (#35269) 2018-01-24 19:46:27 +05:30
iosxr_logging * adds missing params in a task (#35330) 2018-01-25 09:06:57 +05:30
iosxr_netconf
iosxr_smoke added iosxr_smoke (#37828) (#38395) 2018-04-06 08:37:32 -04:00
iosxr_system Changes to enable network_cli and netconf on iosxr integration tests. (#35269) 2018-01-24 19:46:27 +05:30
iosxr_user Changes to enable network_cli and netconf on iosxr integration tests. (#35269) 2018-01-24 19:46:27 +05:30
ipify_facts
iso_extract
iterators
java_cert Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
junos_banner Fix junos modules check_mode issue (#37311) (#37918) 2018-03-29 19:00:15 +05:30
junos_command
junos_config
junos_facts Fix junos integration test failures (#35508) 2018-01-31 00:07:01 +05:30
junos_interface
junos_l2_interface Add junos_l2_interface module (#35123) 2018-01-22 20:38:07 +05:30
junos_l3_interface
junos_linkagg
junos_lldp
junos_lldp_interface
junos_logging
junos_netconf
junos_rpc
junos_smoke added junos_smoke tests (#37216) (#38396) 2018-04-06 08:40:24 -04:00
junos_static_route
junos_system
junos_user
junos_vlan
junos_vrf
known_hosts
lambda_policy
lineinfile Check for regexp match when using insertbefore or insertafter (#36474) (#36552) 2018-02-21 18:08:45 -08:00
locale_gen
lookup_passwordstore
lookup_paths
lookup_properties
lookups Revert "remove query/q (#36315)" 2018-02-21 11:03:55 -08:00
loops Do not cache the loop item label so that it will update with each item (#36609) 2018-02-22 16:08:00 -08:00
module_precedence
module_utils
mount
mysql_db
mysql_user
mysql_variables
no_log
npm NPM integration tests: use ansible-ci-files 2018-01-25 23:06:29 -08:00
nuage_vspk Restore nuage_vspk integration tests. 2018-05-07 11:32:50 -07:00
nxos_aaa_server stable-2.5 nxos bugfix cherry-pick (#38372) 2018-04-06 02:30:32 -04:00
nxos_aaa_server_host stable-2.5 nxos bugfix cherry-pick (#38372) 2018-04-06 02:30:32 -04:00
nxos_acl stable-2.5 nxos bugfix cherry-pick (#38372) 2018-04-06 02:30:32 -04:00
nxos_acl_interface stable-2.5 nxos bugfix cherry-pick (#38372) 2018-04-06 02:30:32 -04:00
nxos_banner Enable nxapi nxos_banner test (#35033) 2018-01-18 11:50:15 +05:30
nxos_become nxos on_become terminal plugin stable_2.5 (#39852) 2018-05-08 15:52:09 +05:30
nxos_bgp Fix nxos_bgp tests and prepare_nxos_tests refactor (#35694) 2018-02-05 12:13:30 +05:30
nxos_bgp_af fix nxos_bgp_af issues (#36147) (#36283) 2018-02-16 10:12:42 +05:30
nxos_bgp_neighbor fix nxos_bgp_neighbor issues (#36318) (#36420) 2018-02-20 11:21:33 +05:30
nxos_bgp_neighbor_af fix nxos_bgp_neighbor_af issues (#36472) (#36481) 2018-02-21 10:29:18 +05:30
nxos_command nxos_facts fix and integration tests (#36796) (#36820) 2018-02-28 10:54:35 +05:30
nxos_config
nxos_evpn_global
nxos_evpn_vni fix nxos_evpn_vni issues (#35930) (#35945) 2018-02-09 17:51:53 +05:30
nxos_facts
nxos_feature
nxos_file_copy change testfiles for nxos_file_copy (#35641) 2018-02-02 12:54:53 +00:00
nxos_gir
nxos_gir_profile_management
nxos_hsrp nxos_igmp and nxos_hsrp fix (#38513) 2018-04-10 01:51:41 -04:00
nxos_igmp nxos_igmp and nxos_hsrp fix (#38513) 2018-04-10 01:51:41 -04:00
nxos_igmp_interface
nxos_igmp_snooping nxos_igmp_snooping fix cherry-pick (#38596) 2018-04-11 12:47:33 -04:00
nxos_interface
nxos_interface_ospf fix nxos_interface_ospf issues (#35988) (#36090) 2018-02-13 10:11:12 +05:30
nxos_ip_interface
nxos_l2_interface nxos bugfixes cherry-pick (#38091) 2018-03-29 08:47:32 -04:00
nxos_l3_interface nxos fix cherry-pick (#36340) 2018-02-17 12:20:42 +05:30
nxos_linkagg nxos fix cherry-pick (#36340) 2018-02-17 12:20:42 +05:30
nxos_lldp nxos fix cherry-pick (#36340) 2018-02-17 12:20:42 +05:30
nxos_logging fix connection gets overridden by network_cli for transport nxapi,eapi net_* modules (#34778) 2018-01-15 13:16:41 +05:30
nxos_ntp nxos bugfixes stable-2.5 (#39719) 2018-05-04 15:25:55 +05:30
nxos_ntp_auth nxos bugfixes cherry-pick (#38950) 2018-04-18 09:59:39 -04:00
nxos_ntp_options nxos bugfixes cherry-pick (#38950) 2018-04-18 09:59:39 -04:00
nxos_nxapi Minor updates to nxos_nxapi tests (#35750) 2018-02-06 12:52:42 +05:30
nxos_ospf
nxos_ospf_vrf nxos bugfixes cherry-pick (#38091) 2018-03-29 08:47:32 -04:00
nxos_overlay_global nxos bugfixes cherry-pick (#38091) 2018-03-29 08:47:32 -04:00
nxos_pim Fix for nxos_pim issues (#35103) 2018-01-22 11:30:52 +05:30
nxos_pim_interface nxos bugfixes cherry-pick (#38091) 2018-03-29 08:47:32 -04:00
nxos_pim_rp_address fix pim rp_address issues (#35248) 2018-01-24 11:48:49 +05:30
nxos_portchannel
nxos_rollback
nxos_smoke Remove provider (and transport, where applicable) from consideration when not using connection=local (#39555) (#39861) 2018-05-08 12:54:03 -04:00
nxos_snapshot nxos bugfixes cherry-pick (#38091) 2018-03-29 08:47:32 -04:00
nxos_snmp_community nxos bugfixes stable-2.5 (#39719) 2018-05-04 15:25:55 +05:30
nxos_snmp_contact nxos bugfixes stable-2.5 (#39719) 2018-05-04 15:25:55 +05:30
nxos_snmp_host nxos bugfixes stable-2.5 (#39719) 2018-05-04 15:25:55 +05:30
nxos_snmp_location nxos bugfixes cherry-pick (#38091) 2018-03-29 08:47:32 -04:00
nxos_snmp_traps nxos bugfixes stable-2.5 (#39719) 2018-05-04 15:25:55 +05:30
nxos_snmp_user nxos and ios bugfix stable-2.5 (#39845) 2018-05-08 12:38:22 +05:30
nxos_static_route stable-2.5 nxos bugfix cherry-pick (#38372) 2018-04-06 02:30:32 -04:00
nxos_switchport nxos bugfixes cherry-pick (#38091) 2018-03-29 08:47:32 -04:00
nxos_system Stable 2.5 (#36374) 2018-02-19 11:22:30 +05:30
nxos_udld nxos bugfixes cherry-pick (#38091) 2018-03-29 08:47:32 -04:00
nxos_udld_interface nxos bugfixes cherry-pick (#38091) 2018-03-29 08:47:32 -04:00
nxos_user nxos bugfixes cherry-pick (#38091) 2018-03-29 08:47:32 -04:00
nxos_vlan stable-2.5 nxos bugfix cherry-pick (#38372) 2018-04-06 02:30:32 -04:00
nxos_vpc nxos bugfixes cherry-pick (#38091) 2018-03-29 08:47:32 -04:00
nxos_vpc_interface nxos bugfixes cherry-pick (#38091) 2018-03-29 08:47:32 -04:00
nxos_vrf nxos bugfixes cherry-pick (#38091) 2018-03-29 08:47:32 -04:00
nxos_vrf_af fix nxos_vrf_af teardown for nxapi (#39599) (#39601) 2018-05-02 18:10:11 +05:30
nxos_vrf_interface
nxos_vrrp
nxos_vtp_domain
nxos_vtp_password
nxos_vtp_version
nxos_vxlan_vtep fix vxlan idempotent issue (#34750) 2018-01-15 12:27:37 +05:30
nxos_vxlan_vtep_vni nxos bugfixes cherry-pick (#38091) 2018-03-29 08:47:32 -04:00
openssl_certificate Backport/2.5/38386 (#38462) 2018-04-09 09:49:09 +01:00
openssl_csr openssl_csr: added support for the OCSP Must Staple extension (#35082) 2018-02-08 12:03:28 +00:00
openssl_dhparam Module to generate Diffie-Hellman parameters (#32620) 2018-01-26 08:08:29 +00:00
openssl_privatekey
openssl_publickey
openvswitch_bridge
openvswitch_db
package
package_facts
parsing
ping
pip Fix pip integration test. 2018-01-31 23:26:16 -08:00
plugin_filtering Implement plugin filtering 2018-01-22 16:54:53 -08:00
postgresql
prepare_eos_tests/tasks
prepare_http_tests
prepare_ios_tests ios_l2_interface (#35054) 2018-01-19 17:14:32 -05:00
prepare_iosxr_tests
prepare_junos_tests/tasks
prepare_nuage_tests/tasks Restore nuage_vspk integration tests. 2018-05-07 11:32:50 -07:00
prepare_nxos_tests/tasks nxos on_become terminal plugin stable_2.5 (#39852) 2018-05-08 15:52:09 +05:30
prepare_ovs_tests/tasks
prepare_tests/tasks
prepare_win_tests
pull Move requirements into tests. (#35885) 2018-05-01 09:55:56 -07:00
rabbitmq_user Remove unstable marker from rabbitmq_user test. 2018-05-02 10:15:06 -07:00
raw
rds_param_group
rpm_key Use ansible-ci-files for rpm_key test downloads. 2018-01-25 22:01:38 -08:00
script Temporary (#31677) 2018-01-15 21:15:04 -08:00
seboolean
sefcontext
selinux
sensu_client
sensu_handler
service
service_facts
set_fact allow incremental update for vars in loop for set_fact/include_vars (#38302) 2018-04-23 18:01:21 -04:00
setup_azure
setup_ec2
setup_influxdb/tasks Integration tests for influxdb_user module (#35315) 2018-01-27 18:24:34 +05:30
setup_mysql_db
setup_openssl
setup_postgresql_db
setup_rabbitmq/tasks Integration tests for rabbitmq_user module (#35421) 2018-02-01 10:25:04 -08:00
setup_rpm_repo
setup_sshkey/tasks
setup_zabbix
slurp
special_vars
stat
sts_assume_role Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
subversion Move requirements into tests. (#35885) 2018-05-01 09:55:56 -07:00
synchronize Move requirements into tests. (#35885) 2018-05-01 09:55:56 -07:00
synchronize-buildah Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
sysctl
systemd
tags never tags docs and test (#35964) 2018-02-14 20:34:11 -05:00
task_ordering
template Fix when template paths contain non-ascii chars and using the path in ansible_managed 2018-05-02 13:02:12 -07:00
template_jinja2_latest
templating_settings
test_infra
timezone
ucs_ip_pool Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
ucs_lan_connectivity Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
ucs_mac_pool Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
ucs_san_connectivity Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
ucs_vhba_template Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
ucs_vlans Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
ucs_vnic_template Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
ucs_vsans Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
ucs_wwn_pool Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
unarchive
unicode
until
uri Use HTTPS instead of HTTP for httpbin tests. (#39457) 2018-05-01 20:57:27 -07:00
user Only change expiration date if it is different (#38885) (#39575) 2018-05-09 10:45:48 -04:00
var_blending
var_precedence Move var precedence check to integration tests. 2018-04-30 16:20:16 -07:00
vault Fix 'New Vault password' on vault 'edit' (#35923) (#38003) 2018-04-09 14:57:34 -07:00
vcenter_folder Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vcenter_license Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vmware_cluster Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vmware_datacenter Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vmware_datastore_facts Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vmware_drs_rule_facts Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vmware_dvs_portgroup Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vmware_dvswitch Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vmware_guest Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vmware_guest_facts Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vmware_guest_find Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vmware_guest_powerstate Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vmware_guest_snapshot Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vmware_guest_tools_wait Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vmware_host Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vmware_host_acceptance Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vmware_host_config_facts Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vmware_host_config_manager Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vmware_host_dns_facts Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vmware_host_facts Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vmware_host_firewall_facts Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vmware_host_firewall_manager Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vmware_host_ntp Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vmware_host_package_facts Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vmware_host_service_facts Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vmware_host_service_manager Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vmware_host_vmnic_facts Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vmware_local_role_manager Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vmware_local_user_manager Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vmware_maintenancemode Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vmware_resource_pool Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vmware_vm_facts Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vmware_vm_vm_drs_rule Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vmware_vmkernel_facts Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vmware_vswitch Move pyvmomi install into cloud test plugin. 2018-05-08 12:27:37 -07:00
vyos_banner
vyos_command
vyos_config vyos_config IndexError in sanitize_config (#36375) (#36484) 2018-02-21 12:06:16 +05:30
vyos_facts
vyos_interface vyos_interface require multiple network nodes to run (#39670) (#39691) 2018-05-03 18:52:42 +01:00
vyos_l3_interface fix vyos_l3_interface adding multiple addresses to interface (#36377) (#36443) 2018-02-20 21:07:17 +05:30
vyos_linkagg
vyos_lldp
vyos_lldp_interface
vyos_logging
vyos_smoke Fix VyOS check mode (#35977) (#36114) 2018-02-13 10:31:04 -05:00
vyos_static_route
vyos_system
vyos_user Default ssh port (#39678) (#39690) 2018-05-03 18:49:41 +01:00
vyos_vlan Decouple config and state check in vlan and vrf network modules (#36386) (#36704) 2018-02-26 10:16:39 +05:30
wait_for
wait_for_connection Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
wakeonlan
win_acl_inheritance Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_async_wrapper powershell: 2.5 backport display non-ascii characters in command outputs (#38365) 2018-04-10 05:25:02 +10:00
win_audit_policy_system Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_audit_rule Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_become powershell: 2.5 backport display non-ascii characters in command outputs (#38365) 2018-04-10 05:25:02 +10:00
win_certificate_store Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_chocolatey
win_command Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_copy Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_disk_facts Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_domain_group Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_domain_membership Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_dotnet_ngen Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_dsc Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_environment Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_eventlog
win_eventlog_entry Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_exec_wrapper win_exec_wrapper: fix tests after recent change (#38504) (#38506) 2018-04-10 11:31:03 +10:00
win_feature Win feature error cp (#36559) 2018-02-22 15:05:13 -08:00
win_fetch fetch: set fail_on_missing: True as default as per docs (#36469) 2018-02-21 18:11:32 +10:00
win_file Win file path special char 2.5 (#39397) 2018-04-27 08:54:02 +10:00
win_find Remove 'attempts' from non-looped tasks (#35316) 2018-01-26 09:06:03 -06:00
win_firewall Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_firewall_rule
win_get_url win_get_url: Fixed a few issues with using FTP and added tests (#39646) (#39705) 2018-05-04 09:24:44 +10:00
win_group
win_group_membership Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_hotfix
win_iis_webapppool
win_iis_webbinding Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_lineinfile Win lineinfix fix (#36888) 2018-03-06 13:05:31 -08:00
win_mapped_drive Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_module_utils Ansible.ModuleUtils.FileUtil - backport 2.5 Add ability to test non file system provider paths (#39203) 2018-04-24 13:17:43 +10:00
win_module_utils_legacy
win_msg Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_msi Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_owner Use static password for win_owner test. (#35482) 2018-01-30 09:04:40 +10:00
win_package Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_pagefile Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_path
win_ping
win_power_plan
win_product_facts win_product_facts: New module to get Windows product information (#35206) 2018-01-23 10:44:55 +10:00
win_psexec Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_psmodule Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_rabbitmq_plugin Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_raw
win_reg_stat Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_regedit Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_region Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_regmerge
win_route Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_say Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_scheduled_task
win_scheduled_task_stat Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_script Miscellaneous test fixes. (#35301) 2018-01-24 10:22:04 -08:00
win_security_policy
win_service win_service: backport of special char in name handler (#38250) 2018-04-04 13:43:33 +10:00
win_setup Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_share Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_shell powershell: 2.5 backport display non-ascii characters in command outputs (#38365) 2018-04-10 05:25:02 +10:00
win_shortcut fix Windows tests with hardcoded Administrator account (#35339) 2018-01-25 02:56:58 -08:00
win_slurp Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_stat Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_tempfile Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_template
win_timezone Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_toast Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_unzip Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_updates Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_uri Use HTTPS instead of HTTP for httpbin tests. (#39457) 2018-05-01 20:57:27 -07:00
win_user
win_user_right fix win_user_right test for Azure (#35415) 2018-01-27 19:33:22 +10:00
win_wait_for Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_wakeonlan Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
win_whoami Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
windows-paths windows path: fix failing test (#34973) 2018-01-17 15:05:54 +10:00
xattr
xml Sync stable-2.5 test infrastructure with devel. (#39544) 2018-05-01 15:47:24 -07:00
yum Fix yum integration tests (#35177) 2018-01-27 12:35:18 +01:00
yum_repository
zabbix_host
zypper
zypper_repository Fix failing zypper_repository integration test. 2018-01-25 15:29:23 -08:00