ansible/test/integration/targets
Toshio Kuratomi e238ae999b Cyptography pr 20566 rebase (#25560)
Make pyca/cryptography the preferred backend for cryptographic needs (mainly vault) falling back to pycrypto

pyca/cryptography is already implicitly a dependency in many cases
through paramiko (2.0+) as well as the new openssl_publickey module,
which requires pyOpenSSL 16.0+. Additionally, pyca/cryptography is
an optional dep for better performance with vault already.

This commit leverages cryptography's padding, constant time comparisons,
and CBC/CTR modes to reduce the amount of code ansible needs to
maintain.

* Handle wrong password given for VaultAES format

* Do not display deprecation warning for cryptography on python-2.6

* Namespace all of the pycrypto imports and always import them

  Makes unittests better and the code less likely to get stupid mistakes
  (like using HMAC from cryptogrpahy when the one from pycrypto is needed)

* Add back in atfork since we need pycrypto to reinitialize its RNG just in case we're being used with old paramiko

* contrib/inventory/gce: Remove spurious require on pycrypto

(cherry picked from commit 9e16b9db275263b3ea8d1b124966fdebfc9ab271)

* Add cryptography to ec2_win_password module requirements
  * Fix python3 bug which would pass text strings to a function which
    requires byte strings.

* Attempt to add pycrypto version to setup deps

* Change hacking README for dual pycrypto/cryptography

* update dependencies for various CI scripts

* additional CI dockerfile/script updates

* add paramiko to the windows and sanity requirement set

  This is needed because ansible lists it as a requirement. Previously
  the missing dep wasn't enforced, but cryptography imports pkg_resources
  so you can't ignore a requirement any more

* Add integration test cases for old vault and for wrong passwords

* helper script for manual testing of pycrypto/cryptography

* Skip the pycrypto tests so that users without it installed can still run the unittests

* Run unittests for vault with both cryptography and pycrypto backend
2017-06-27 06:00:15 -07:00
..
add_host Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
ansible Miscellaneous bug fixes for ansible-test. 2017-05-12 14:55:48 +08:00
apache2_module Add workaround for evasive in apache2_module (#22649) 2017-04-04 14:12:06 -04:00
apt added integration tests for apt upgrade (#25670) 2017-06-19 13:57:26 +01:00
apt_key Add integration test targets for core supported modules (#24217) 2017-05-10 09:19:11 -04:00
apt_repository Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
args Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
asa_acl Fix cosmetic problems in YAML source 2016-11-11 14:50:57 -08:00
asa_command Fix cosmetic problems in YAML source 2016-11-11 14:50:57 -08:00
asa_config Check for removal not allowed errors (#19251) 2017-01-25 13:05:44 +00:00
assemble Changed assemble_from_fragments to use os.path.join (#24909) 2017-05-22 15:38:11 -07:00
async test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
async_extra_data Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
at Add integration test targets for core supported modules (#24217) 2017-05-10 09:19:11 -04:00
authorized_key authorized_key: support --diff (#19277) 2017-01-03 09:32:32 -05:00
aws_api_gateway [cloud] New module: AWS API Gageway module (#20230) 2017-06-05 10:25:56 -04:00
aws_s3 [cloud] s3: deleting a nonexistent bucket should not give a traceback Fixes #25445 (#25487) 2017-06-12 13:52:25 -04:00
become Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
binary Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
binary_modules Fix cosmetic problems in YAML source 2016-11-11 14:50:57 -08:00
binary_modules_posix Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
binary_modules_winrm Complete rewrite of Windows exec wrapper (#21510) 2017-02-17 00:09:56 -08:00
blockinfile Add integration test targets for core supported modules (#24217) 2017-05-10 09:19:11 -04:00
blocks Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
callback_retry_task_name Fix 'task name is not templated in retry callback' (add task_name property to TaskResult) (#21214) 2017-02-24 12:33:24 -05:00
changed_when Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
check_mode Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
command_shell Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
conditionals test conditionals work for invalid elements in list and undefined keys in dicts (#23875) 2017-06-05 23:48:18 -07:00
connection Transition inventory into plugins (#23001) 2017-05-23 17:16:49 -04:00
connection_chroot Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
connection_docker Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
connection_jail Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
connection_libvirt_lxc Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
connection_local Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
connection_lxc Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
connection_lxd Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
connection_paramiko_ssh Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
connection_posix Transition inventory into plugins (#23001) 2017-05-23 17:16:49 -04:00
connection_ssh Add pipeline-ish method using dd for file transfer over SSH (#18642) 2017-01-19 12:31:14 -05:00
connection_winrm Transition inventory into plugins (#23001) 2017-05-23 17:16:49 -04:00
copy keep unsafe .. unsafe (#23742) 2017-04-21 16:07:38 -04:00
cs_account cloudstack: add check mode tests (#24908) 2017-05-26 12:19:47 +02:00
cs_affinitygroup cloudstack: fix pep8 cs_affinitygroup 2017-05-29 01:28:19 +02:00
cs_cluster cloudstack: fix pep8 cs_cluster 2017-05-29 01:28:19 +02:00
cs_common automated integration tests for cloudstack (#20552) 2017-05-09 11:32:11 +08:00
cs_configuration cloudstack: add check mode tests (#24908) 2017-05-26 12:19:47 +02:00
cs_domain cloudstack: fix pep8 cs_domain 2017-05-29 01:28:19 +02:00
cs_firewall cloudstack: add check mode tests (#24908) 2017-05-26 12:19:47 +02:00
cs_host cloudstack: cs_host: add integration tests 2017-06-26 14:40:09 +02:00
cs_instance cloudstack: add check mode tests (#24908) 2017-05-26 12:19:47 +02:00
cs_instance_facts Python 3 fixes for CloudStack modules and tests. (#24400) 2017-05-09 13:37:08 +02:00
cs_instancegroup cloudstack: add check mode tests (#24908) 2017-05-26 12:19:47 +02:00
cs_iso cloudstack: add check mode tests (#24908) 2017-05-26 12:19:47 +02:00
cs_loadbalancer_rule cloudstack: add check mode tests (#24908) 2017-05-26 12:19:47 +02:00
cs_network_acl cloudstack: add check mode tests (#24908) 2017-05-26 12:19:47 +02:00
cs_network_acl_rule cloudstack: new module cs_network_acl_rule (#25325) 2017-06-03 14:34:09 +02:00
cs_pod cloudstack: add check mode tests (#24908) 2017-05-26 12:19:47 +02:00
cs_portforward cloudstack: add check mode tests (#24908) 2017-05-26 12:19:47 +02:00
cs_project cloudstack: add check mode tests (#24908) 2017-05-26 12:19:47 +02:00
cs_resourcelimit cloudstack: add check mode tests (#24908) 2017-05-26 12:19:47 +02:00
cs_securitygroup cloudstack: add check mode tests (#24908) 2017-05-26 12:19:47 +02:00
cs_securitygroup_rule cloudstack: add check mode tests (#24908) 2017-05-26 12:19:47 +02:00
cs_sshkeypair cloudstack: add check mode tests (#24908) 2017-05-26 12:19:47 +02:00
cs_user cloudstack: add check mode tests (#24908) 2017-05-26 12:19:47 +02:00
cs_vmsnapshot cloudstack: add check mode tests (#24908) 2017-05-26 12:19:47 +02:00
cs_volume cloudstack: add check mode tests (#24908) 2017-05-26 12:19:47 +02:00
cs_vpc cloudstack: add check mode tests (#24908) 2017-05-26 12:19:47 +02:00
cs_vpn_gateway cloudstack: add check mode tests (#24908) 2017-05-26 12:19:47 +02:00
cs_zone cloudstack: add tests, fix pep8 (#25518) 2017-06-09 18:48:53 +02:00
cs_zone_facts cloudstack: cs_zone_facts: add tests and fix pep8 (#25407) 2017-06-07 00:35:24 +02:00
debconf Add integration test targets for core supported modules (#24217) 2017-05-10 09:19:11 -04:00
delegate_to Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
dellos6_command Fix cosmetic problems in YAML source 2016-11-11 14:50:57 -08:00
dellos6_config Use inventory_hostname_short (#20054) 2017-01-09 17:21:04 +00:00
dellos6_facts Fix cosmetic problems in YAML source 2016-11-11 14:50:57 -08:00
dellos9_command Fix cosmetic problems in YAML source 2016-11-11 14:50:57 -08:00
dellos9_config Use inventory_hostname_short (#20054) 2017-01-09 17:21:04 +00:00
dellos9_facts Fix cosmetic problems in YAML source 2016-11-11 14:50:57 -08:00
dellos10_command Fix cosmetic problems in YAML source 2016-11-11 14:50:57 -08:00
dellos10_config Use inventory_hostname_short (#20054) 2017-01-09 17:21:04 +00:00
dellos10_facts Fix cosmetic problems in YAML source 2016-11-11 14:50:57 -08:00
deploy_helper Fix deploy_helper integration tests. 2017-04-03 16:59:40 -07:00
dnf Installroot OS version check fix (#20180) 2017-01-12 18:02:35 -08:00
docker Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
ec2_ami Enable cloud tests for use with ansible-test. 2017-05-05 21:46:29 +08:00
ec2_elb_lb Ensure exit_json returns failed = False 2017-05-30 14:56:31 -07:00
ec2_facts Enable cloud tests for use with ansible-test. 2017-05-05 21:46:29 +08:00
ec2_group [cloud] New feature for ec2_group: allow deleting groups by id (#26022) 2017-06-26 09:07:29 -04:00
ec2_key Ensure exit_json returns failed = False 2017-05-30 14:56:31 -07:00
ec2_tag Enable cloud tests for use with ansible-test. 2017-05-05 21:46:29 +08:00
ec2_vol Enable cloud tests for use with ansible-test. 2017-05-05 21:46:29 +08:00
ec2_vpc Enable cloud tests for use with ansible-test. 2017-05-05 21:46:29 +08:00
ecs_ecr Enable cloud tests for use with ansible-test. 2017-05-05 21:46:29 +08:00
embedded_module Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
environment added test emulating #23180 use case 2017-04-12 18:34:29 -04:00
eos_banner Do not assert session name on idempotent eos banner (#23402) 2017-04-07 15:44:06 +02:00
eos_command Fix cosmetic problems in YAML source 2016-11-11 14:50:57 -08:00
eos_config fixes issue with config parents on eos modules (#21923) 2017-02-25 16:40:13 -05:00
eos_eapi fixes eos_eapi to error on wrong transport (#21993) 2017-02-27 09:20:08 -05:00
eos_facts updates eos_facts integration test cases (#21988) 2017-02-27 07:43:00 -05:00
eos_system Test system (#22420) 2017-03-08 12:21:45 -07:00
eos_template Use inventory_hostname_short (#20054) 2017-01-09 17:21:04 +00:00
eos_user Add missing integration test for eos_user (#25463) 2017-06-08 12:28:29 +05:30
eos_vlan New module: Add support for Arista EOS vlan (network/eos/eos_vlan) (#25355) 2017-06-07 23:47:28 +02:00
eos_vrf Fix network integration test config. (#26057) 2017-06-23 17:02:59 -07:00
expect Fix expect for python 3 (#24912) 2017-05-23 15:51:46 -07:00
facts_d Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
failed_when Ensure exit_json returns failed = False 2017-05-30 14:56:31 -07:00
fetch Ensure exit_json returns failed = False 2017-05-30 14:56:31 -07:00
file Add missing needs/root alias to file test. (#22800) 2017-03-20 14:11:16 -07:00
filters Fix hash filter for non-ascii strings and Python3 2017-02-15 10:50:10 -08:00
find Add integration test targets for core supported modules (#24217) 2017-05-10 09:19:11 -04:00
fortios_ipv4_policy Fortios file only mode + integration tests (#23275) 2017-05-09 13:51:19 +01:00
gathering_facts Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
gem Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
get_url Ensure exit_json returns failed = False 2017-05-30 14:56:31 -07:00
getent Add integration test targets for core supported modules (#24217) 2017-05-10 09:19:11 -04:00
git In the git module let ssh do its own host checking 2017-06-26 10:45:19 -07:00
group Add integration test targets for core supported modules (#24217) 2017-05-10 09:19:11 -04:00
group_by Add missing group_vars to group_by test. 2017-04-04 10:14:10 -07:00
groupby_filter Improve jinja2 test coverage. (#20533) 2017-01-20 16:38:52 -08:00
handlers tests: add handler listen test cases 2017-01-03 15:00:00 -08:00
hash Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
hg Correct usage of fail_json in hg module (#25847) 2017-06-18 22:28:33 +02:00
hosts_field Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
ignore_errors Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
include_vars Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
includes Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
ios_banner Add missing provider on basic-motd IOS test (#25307) 2017-06-02 16:58:45 +02:00
ios_command Run vyos_command Network tests in Shippable (#24514) 2017-05-12 12:49:12 +01:00
ios_config Run vyos_command Network tests in Shippable (#24514) 2017-05-12 12:49:12 +01:00
ios_facts Run vyos_command Network tests in Shippable (#24514) 2017-05-12 12:49:12 +01:00
ios_system Run vyos_command Network tests in Shippable (#24514) 2017-05-12 12:49:12 +01:00
ios_template Run vyos_command Network tests in Shippable (#24514) 2017-05-12 12:49:12 +01:00
ios_user Idempotent behaviour in ios_user integration test (#25774) 2017-06-16 11:58:06 +05:30
iosxr_banner iosxr_banner Implementation module (#25744) 2017-06-16 11:56:47 +05:30
iosxr_command Run vyos_command Network tests in Shippable (#24514) 2017-05-12 12:49:12 +01:00
iosxr_config Run vyos_command Network tests in Shippable (#24514) 2017-05-12 12:49:12 +01:00
iosxr_facts Run vyos_command Network tests in Shippable (#24514) 2017-05-12 12:49:12 +01:00
iosxr_system Run vyos_command Network tests in Shippable (#24514) 2017-05-12 12:49:12 +01:00
iosxr_template Run vyos_command Network tests in Shippable (#24514) 2017-05-12 12:49:12 +01:00
iosxr_user Add iosxr_user implementation module (#25615) 2017-06-15 22:07:03 +05:30
iso_extract Add integration test targets for core supported modules (#24217) 2017-05-10 09:19:11 -04:00
iterators Fix 'sequence' lookup shortcut syntax and documentation (#22989) 2017-03-29 19:11:19 -04:00
junos_banner Add junos_banner declartive module (#25826) 2017-06-18 01:32:48 +05:30
junos_command Add junos integration test (#24404) 2017-05-09 18:41:48 +05:30
junos_config Add junos integration test (#24404) 2017-05-09 18:41:48 +05:30
junos_facts Add junos integration test (#24404) 2017-05-09 18:41:48 +05:30
junos_interface Fix network integration test config. (#26057) 2017-06-23 17:02:59 -07:00
junos_netconf roll up of fixes and updates for junos modules (#22543) 2017-03-12 11:45:00 -05:00
junos_rpc Add junos integration test (#24404) 2017-05-09 18:41:48 +05:30
junos_system Fix network integration test config. (#26057) 2017-06-23 17:02:59 -07:00
junos_template fixes candidate var type in junos shared lib (#22551) 2017-03-13 07:27:45 -04:00
junos_vlan Add junos_banner declartive module (#25826) 2017-06-18 01:32:48 +05:30
known_hosts known_hosts: support --diff (#20349) 2017-02-08 09:56:03 -05:00
lineinfile Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
locale_gen Fix locale_gen to compare native strings rather than mixing byte and text strings 2017-01-04 10:11:33 -08:00
lookup_paths Fix regression in search path behaviour 2016-12-14 10:33:14 -05:00
lookup_properties Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
lookups Make password lookup treat /dev/null as a special case 2017-02-15 12:15:09 -08:00
loops Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
module_precedence Add integration test that modules are loaded from the expected locations (#24170) 2017-05-01 08:52:25 -07:00
module_utils moved to exceptions for basic skip/fails 2017-04-25 14:48:56 -04:00
mount Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
mysql_db Use stronger password for MySQL (#25821) 2017-06-17 12:53:30 +01:00
mysql_user MySQL Password updates (#25825) 2017-06-17 21:46:19 +05:30
mysql_variables MySQL Password updates (#25825) 2017-06-17 21:46:19 +05:30
net_banner Fix network integration test config. (#26057) 2017-06-23 17:02:59 -07:00
net_command Fix network integration test config. (#26057) 2017-06-23 17:02:59 -07:00
net_interface Fix network integration test config. (#26057) 2017-06-23 17:02:59 -07:00
net_system Fix network integration test config. (#26057) 2017-06-23 17:02:59 -07:00
net_user Fix network integration test config. (#26057) 2017-06-23 17:02:59 -07:00
net_vlan Fix network integration test config. (#26057) 2017-06-23 17:02:59 -07:00
net_vrf Fix network integration test config. (#26057) 2017-06-23 17:02:59 -07:00
no_log Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
nxos_banner Add nxos_banner implementation module (#25695) 2017-06-15 22:05:38 +05:30
nxos_command Run vyos_command Network tests in Shippable (#24514) 2017-05-12 12:49:12 +01:00
nxos_config Run vyos_command Network tests in Shippable (#24514) 2017-05-12 12:49:12 +01:00
nxos_evpn_global Run vyos_command Network tests in Shippable (#24514) 2017-05-12 12:49:12 +01:00
nxos_facts Run vyos_command Network tests in Shippable (#24514) 2017-05-12 12:49:12 +01:00
nxos_feature Run vyos_command Network tests in Shippable (#24514) 2017-05-12 12:49:12 +01:00
nxos_interface Run vyos_command Network tests in Shippable (#24514) 2017-05-12 12:49:12 +01:00
nxos_mtu Run vyos_command Network tests in Shippable (#24514) 2017-05-12 12:49:12 +01:00
nxos_nxapi Run vyos_command Network tests in Shippable (#24514) 2017-05-12 12:49:12 +01:00
nxos_system Run vyos_command Network tests in Shippable (#24514) 2017-05-12 12:49:12 +01:00
nxos_template Run vyos_command Network tests in Shippable (#24514) 2017-05-12 12:49:12 +01:00
nxos_user Add integration test for nxos_user (#25464) 2017-06-08 13:32:49 +05:30
openvswitch_db Add missing register on openvswitch_db integration tests (#25609) 2017-06-12 17:48:59 +02:00
ops_command Make tests run on fresh install (#19566) 2017-01-03 10:53:16 -05:00
package Add integration test targets for core supported modules (#24217) 2017-05-10 09:19:11 -04:00
parsing Fix spelling mistakes (comments only) (#25564) 2017-06-12 07:55:19 +01:00
ping Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
pip Temporary work-around for setuptools 36.0.0 bug. (#25243) 2017-06-01 16:23:32 +08:00
postgresql postgresql_user: fix bugs related to 'expires' option (#23862) 2017-06-11 14:48:39 -07:00
prepare_eos_tests/tasks
prepare_http_tests Urls client cert auth (#18141) 2017-04-07 09:54:37 -07:00
prepare_ios_tests Add provider to prepare_ios_tests role tasks (#25162) 2017-05-30 14:54:22 +01:00
prepare_iosxr_tests Add provider param to prepare_iosxr_tests role tasks (#25163) 2017-05-30 20:32:50 +02:00
prepare_nxos_tests/tasks updates prepare_nxos_tests to use nxos_nxapi module (#22150) 2017-03-01 19:36:03 +00:00
prepare_ovs_tests/tasks [WIP] Add openvswitch_db integration tests (#23803) 2017-06-12 13:13:41 +02:00
prepare_tests/tasks
prepare_win_tests Fix cosmetic problems in YAML source 2016-11-11 14:50:57 -08:00
pull Transition inventory into plugins (#23001) 2017-05-23 17:16:49 -04:00
raw Add integration test targets for core supported modules (#24217) 2017-05-10 09:19:11 -04:00
script moved to exceptions for basic skip/fails 2017-04-25 14:48:56 -04:00
sefcontext Added tests for sefcontext module 2016-12-22 13:29:13 -08:00
service Associate systemd module with service test. (#22847) 2017-03-24 13:29:18 -07:00
setup_ec2 Enable cloud tests for use with ansible-test. 2017-05-05 21:46:29 +08:00
setup_mysql_db Detect and fix environment tampering in tests. 2017-05-11 19:45:15 +08:00
setup_postgresql_db Update FreeBSD pg test to use postgresql95-server. 2017-06-25 12:10:27 -07:00
setup_sshkey/tasks Enable cloud tests for use with ansible-test. 2017-05-05 21:46:29 +08:00
slurp Test the slurp module 2017-02-15 11:14:03 -08:00
special_vars Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
stat Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
subversion Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
synchronize Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
sysctl Check sysctl no name (#25041) 2017-06-16 11:22:20 +01:00
systemd Add integration test targets for core supported modules (#24217) 2017-05-10 09:19:11 -04:00
tags Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
task_ordering Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
template Windows: Use the correct newline sequence for the platform (#21846) 2017-03-23 19:47:10 -07:00
template_jinja2_latest Improve jinja2 test coverage. (#20533) 2017-01-20 16:38:52 -08:00
templating_settings Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
test_infra Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
unarchive Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
unicode Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
until Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
uri win_uri: Add integration tests, new functionality... (#25373) 2017-06-19 17:30:08 +01:00
user Revert "Temporarily disable test which fails in group run." 2017-05-11 20:26:32 +08:00
var_blending Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
var_precedence Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
vault Cyptography pr 20566 rebase (#25560) 2017-06-27 06:00:15 -07:00
vmware_guest_find Add the cloud provider script for the vcenter simulator container (#25964) 2017-06-22 10:49:58 -07:00
vyos_banner Add vyos_banner implementation module (#25862) 2017-06-20 08:53:03 +05:30
vyos_command Increase python version coverage for tests. (#24762) 2017-05-19 01:37:53 +08:00
vyos_config Run save inside config mode. (#23977) 2017-04-27 11:08:37 -04:00
vyos_user Add vyos_user implementation module (#25677) 2017-06-15 22:06:18 +05:30
wait_for wait_for: add some integration tests (#25553) 2017-06-09 21:35:10 +02:00
wait_for_connection wait_for_connection: Wait for system to become reachable (#20011) 2017-03-01 11:00:49 -08:00
win_acl_inheritance win_acl_inheritance: Added tests and formatting improvements (#25382) 2017-06-19 17:47:35 +01:00
win_async_wrapper Fix spelling mistakes (comments only) (#25564) 2017-06-12 07:55:19 +01:00
win_chocolatey Do not run win_chocolatey in CI tests. 2017-03-17 08:57:44 -07:00
win_command Fix broken Shippable 2017-01-31 16:47:16 -08:00
win_copy Added win_copy recursive integration test with trailing path separator. (#24523) 2017-05-23 10:57:24 -07:00
win_dsc New module: win dsc (#24872) 2017-06-01 14:50:12 -07:00
win_environment win_environment: Added tests and return info in document (#25064) 2017-06-08 17:39:10 +01:00
win_feature Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
win_fetch Remove win_fetch from CI due to instability. 2017-01-24 17:33:11 -08:00
win_file Added fix for win_file with broken symlinks (#19146) 2017-02-08 18:49:49 -08:00
win_find Fix spelling mistakes (comments only) (#25564) 2017-06-12 07:55:19 +01:00
win_firewall win_firewall: check-mode support, integration tests (#25127) 2017-06-13 17:32:22 +01:00
win_firewall_rule win_firewall_rule: Implement idempotency, check-mode and diff support (#23162) 2017-05-30 16:10:33 -07:00
win_get_url Test www.redhat.com instead of docs.ansible.com. 2017-02-21 20:24:22 -08:00
win_group Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
win_lineinfile Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
win_msi Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
win_owner win_owner: added tests and fixed up bool handling (#25088) 2017-06-19 17:43:44 +01:00
win_package Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
win_path keep unsafe .. unsafe (#23742) 2017-04-21 16:07:38 -04:00
win_ping Increase python version coverage for tests. (#24762) 2017-05-19 01:37:53 +08:00
win_psexec Disable unstable win_psexec integration test. 2017-05-12 16:40:36 +08:00
win_psmodule New module: Add module to install/remove/register/unregiser windows powershell modules (windows/win_psmodule) (#23604) 2017-06-26 23:01:38 +02:00
win_raw re-enable non-pipelined mode for Powershell (#25012) 2017-06-26 22:58:09 -07:00
win_reg_stat Fix spelling mistakes (comments only) (#25564) 2017-06-12 07:55:19 +01:00
win_regedit Adds integration test steps to win_regedit test to cover Extras 2090 (#15641) 2017-02-27 13:05:00 +00:00
win_region Added win_region module (#19147) 2017-02-20 11:50:27 +00:00
win_regmerge minor spelling changes 2016-12-13 13:51:13 -05:00
win_route New module: Add module to add/remove a network static route on windows (windows/win_route) (#23405) 2017-06-07 10:25:50 -07:00
win_scheduled_task Allow win_scheduled_task to support adding and removing task paths (#24025) 2017-06-14 08:02:36 +01:00
win_script re-enable non-pipelined mode for Powershell (#25012) 2017-06-26 22:58:09 -07:00
win_service Fix spelling mistakes (comments only) (#25564) 2017-06-12 07:55:19 +01:00
win_setup Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
win_share win_share: Add integration tests and various fixes (#25691) 2017-06-27 12:07:22 +10:00
win_shell force Windows to always use preamble-free UTF8 input encoding (#22934) 2017-03-24 00:02:39 -07:00
win_shortcut Fix integration aliases. 2017-04-03 17:49:35 -07:00
win_slurp Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
win_stat win_stat change return islink to islnk to match stat (#23196) 2017-04-03 11:38:34 -07:00
win_tempfile win_tempfile: Added integration tests (#25069) 2017-06-14 17:17:22 +01:00
win_template Windows: Use the correct newline sequence for the platform (#21846) 2017-03-23 19:47:10 -07:00
win_timezone win_timezone: Add diff support, integration tests (#25284) 2017-06-14 17:34:46 +01:00
win_user Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
xattr add xattr integration tests to ci (#24950) 2017-05-24 05:53:40 -07:00
yum Installroot OS version check fix (#20180) 2017-01-12 18:02:35 -08:00
yum_repository added integration tests for yum repository (#25671) 2017-06-19 08:47:17 +01:00
zypper Refactor zypper version parsing and handling (#24056) 2017-05-25 17:05:25 -04:00
zypper_repository Add test for auto_import_keys in zypper_repository (#17898) 2016-12-09 09:47:56 -05:00