You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets
Valentin Krasontovitsch cfff72e9db Use apt-get as fallback for apt upgrade
In answer to #2540, `aptitude` was introduced as tool of choice for running
upgrades in the apt module and installing new packages that arise as
dependencies during upgrades.

This recently lead to problems, as for example Ubuntu Xenial (16.04) ships
without aptitude (installed).

Studying the man pages of both apt-get and aptitude, it appears that we can
achieve the effects of `aptitude safe-upgrade` using

```
apt-get upgrade --with-new-pkgs --autoremove
```

while `aptitude full-upgrade` seems to be identical to `apt-get dist-upgrade`.

We use `apt-get` as described above as a fall-back in case that `aptitude`
cannot be found, issuing a warning when it does so.

Furthermore it introduces a flag `force_apt_get` which may be used to enforce
usage of apt-get (which does not issue a warning).

The integration tests are updated accordingly.

Cf. also the discussion in #27370.

Fixes #18987
7 years ago
..
add_host Initial ansible-test implementation. (#18556) 8 years ago
ansible Miscellaneous bug fixes for ansible-test. 8 years ago
apache2_module Add workaround for evasive in apache2_module (#22649) 8 years ago
apt Use apt-get as fallback for apt upgrade 7 years ago
apt_key Disable skipped tests for remote platforms. (#26624) 7 years ago
apt_repository Disable skipped tests for remote platforms. (#26624) 7 years ago
archive Fix for check_mode in archive (#26788) 7 years ago
args Initial ansible-test implementation. (#18556) 8 years ago
asa_acl Fix cosmetic problems in YAML source 8 years ago
asa_command Fix cosmetic problems in YAML source 8 years ago
asa_config Check for removal not allowed errors (#19251) 8 years ago
assemble Changed assemble_from_fragments to use os.path.join (#24909) 8 years ago
async test/: PEP8 compliancy (#24803) 8 years ago
async_extra_data Initial ansible-test implementation. (#18556) 8 years ago
at Add integration test targets for core supported modules (#24217) 8 years ago
authorized_key authorized_key: support --diff (#19277) 8 years ago
aws_api_gateway [cloud] New module: AWS API Gageway module (#20230) 8 years ago
aws_s3 [cloud] s3: deleting a nonexistent bucket should not give a traceback Fixes #25445 (#25487) 8 years ago
become Add Fedora Python 3 Docker images and fix tests. (#27794) 7 years ago
binary Initial ansible-test implementation. (#18556) 8 years ago
binary_modules Fix cosmetic problems in YAML source 8 years ago
binary_modules_posix Initial ansible-test implementation. (#18556) 8 years ago
binary_modules_winrm Complete rewrite of Windows exec wrapper (#21510) 8 years ago
blockinfile Add integration test targets for core supported modules (#24217) 8 years ago
blocks Initial ansible-test implementation. (#18556) 8 years ago
callback_retry_task_name Fix 'task name is not templated in retry callback' (add task_name property to TaskResult) (#21214) 8 years ago
changed_when Initial ansible-test implementation. (#18556) 8 years ago
check_mode Initial ansible-test implementation. (#18556) 8 years ago
command_shell Initial ansible-test implementation. (#18556) 8 years ago
conditionals test conditionals work for invalid elements in list and undefined keys in dicts (#23875) 8 years ago
connection Transition inventory into plugins (#23001) 8 years ago
connection_buildah Add support for `non_local` alias in ansible-test. 7 years ago
connection_chroot Initial ansible-test implementation. (#18556) 8 years ago
connection_docker Add support for `non_local` alias in ansible-test. 7 years ago
connection_jail Initial ansible-test implementation. (#18556) 8 years ago
connection_libvirt_lxc Initial ansible-test implementation. (#18556) 8 years ago
connection_local Initial ansible-test implementation. (#18556) 8 years ago
connection_lxc Initial ansible-test implementation. (#18556) 8 years ago
connection_lxd Add support for `non_local` alias in ansible-test. 7 years ago
connection_paramiko_ssh Initial ansible-test implementation. (#18556) 8 years ago
connection_posix Transition inventory into plugins (#23001) 8 years ago
connection_ssh Add pipeline-ish method using dd for file transfer over SSH (#18642) 8 years ago
connection_winrm re-enable win_chocolatey tests, add win_template to smoketest (#26835) 7 years ago
copy Copy module: improve tests allowing to use a managed host which isn't the controller host (#25672) 7 years ago
cs_account cloudstack: add check mode tests (#24908) 8 years ago
cs_affinitygroup cloudstack: fix pep8 cs_affinitygroup 8 years ago
cs_cluster cloudstack: fix pep8 cs_cluster 8 years ago
cs_common automated integration tests for cloudstack (#20552) 8 years ago
cs_configuration cloudstack: add check mode tests (#24908) 8 years ago
cs_domain cloudstack: cs_domain: tests: add update tests (#27791) 7 years ago
cs_firewall cloudstack: add check mode tests (#24908) 8 years ago
cs_host cloudstack: cs_host: add state maintenance (#26502) 7 years ago
cs_instance cloudstack: cs_instance: extent integration tests for ssh key handling 7 years ago
cs_instance_facts cloudstack: tests: add test facts in check mode 7 years ago
cs_instance_nic cloudstack: cs_instance_nic: add integration tests 7 years ago
cs_instance_nic_secondaryip cloudstack: new module cs_instance_nic_secondaryip, replaces cs_nic (#26491) 7 years ago
cs_instancegroup cloudstack: add check mode tests (#24908) 8 years ago
cs_iso cloudstack: cs_iso: add cross_zone param 7 years ago
cs_loadbalancer_rule cloudstack: add check mode tests (#24908) 8 years ago
cs_network_acl cloudstack: add check mode tests (#24908) 8 years ago
cs_network_acl_rule cloudstack: new module cs_network_acl_rule (#25325) 8 years ago
cs_pod cloudstack: add check mode tests (#24908) 8 years ago
cs_portforward cloudstack: add check mode tests (#24908) 8 years ago
cs_project cloudstack: add check mode tests (#24908) 8 years ago
cs_region cloudstack: cs_region: add integration tests (#26767) 7 years ago
cs_resourcelimit cloudstack: add check mode tests (#24908) 8 years ago
cs_role cloudstack: cs_role: add integration tests 7 years ago
cs_router cloudstack: cs_router: add integration tests 7 years ago
cs_securitygroup cloudstack: add check mode tests (#24908) 8 years ago
cs_securitygroup_rule cloudstack: add check mode tests (#24908) 8 years ago
cs_sshkeypair cloudstack: add check mode tests (#24908) 8 years ago
cs_user cloud: cs_user: add feature keys handling (#27285) 7 years ago
cs_vmsnapshot cloudstack: cs_vmsnapshot: fix pep8 (#27792) 7 years ago
cs_volume cloudstack: add check mode tests (#24908) 8 years ago
cs_vpc cloudstack: add check mode tests (#24908) 8 years ago
cs_vpn_gateway cloudstack: add check mode tests (#24908) 8 years ago
cs_zone cloudstack: add tests, fix pep8 (#25518) 8 years ago
cs_zone_facts cloudstack: tests: add test facts in check mode 7 years ago
debconf Add integration test targets for core supported modules (#24217) 8 years ago
delegate_to Add check for known_hosts changing during tests. (#26470) 7 years ago
dellos6_command Fix cosmetic problems in YAML source 8 years ago
dellos6_config Use inventory_hostname_short (#20054) 8 years ago
dellos6_facts Fix cosmetic problems in YAML source 8 years ago
dellos9_command Fix cosmetic problems in YAML source 8 years ago
dellos9_config Use inventory_hostname_short (#20054) 8 years ago
dellos9_facts Fix cosmetic problems in YAML source 8 years ago
dellos10_command Fix cosmetic problems in YAML source 8 years ago
dellos10_config Use inventory_hostname_short (#20054) 8 years ago
dellos10_facts Fix cosmetic problems in YAML source 8 years ago
deploy_helper Fix deploy_helper integration tests. 8 years ago
dnf Add Fedora Python 3 Docker images and fix tests. (#27794) 7 years ago
docker Initial ansible-test implementation. (#18556) 8 years ago
docker_secret Add Fedora Python 3 Docker images and fix tests. (#27794) 7 years ago
dpkg_selections Disable failing dpkg_selections test. 7 years ago
ec2_ami Enable cloud tests for use with ansible-test. 8 years ago
ec2_elb_lb Ensure exit_json returns failed = False 8 years ago
ec2_facts Enable cloud tests for use with ansible-test. 8 years ago
ec2_group ec2_group: add integration test for port ranges (#27112) 7 years ago
ec2_key Ensure exit_json returns failed = False 8 years ago
ec2_tag Enable cloud tests for use with ansible-test. 8 years ago
ec2_vol Enable cloud tests for use with ansible-test. 8 years ago
ec2_vpc Enable cloud tests for use with ansible-test. 8 years ago
ecs_ecr Enable cloud tests for use with ansible-test. 8 years ago
embedded_module Initial ansible-test implementation. (#18556) 8 years ago
environment added test emulating #23180 use case 8 years ago
eos_banner Add missing provider on disable eapi tasks (#26928) 7 years ago
eos_command Add missing provider on disable eapi tasks (#26928) 7 years ago
eos_config remove replace config test (#27953) 7 years ago
eos_eapi fixes eos_eapi to error on wrong transport (#21993) 8 years ago
eos_facts Add missing provider on disable eapi tasks (#26928) 7 years ago
eos_logging eos_logging implementation module (#27093) 7 years ago
eos_system Add missing provider on disable eapi tasks (#26928) 7 years ago
eos_user changed collection arg to argregate on 2.4 network modules (#26649) 7 years ago
eos_vlan Remove eapi include on eos_vlan as there are no eapi based tests (#26888) 7 years ago
eos_vrf Add aggregate functionality to eos_vrf (#27915) 7 years ago
expect Add potential work-around for expect on macOS. 7 years ago
facts_d Facts Refresh (2.4 roadmap) (#23012) 8 years ago
failed_when Ensure exit_json returns failed = False 8 years ago
fetch fetch: fail if flat=yes and dest=existing-dir w/o trailing slash 7 years ago
file Add missing `needs/root` alias to `file` test. (#22800) 8 years ago
filters Integration tests requirements (#26545) 7 years ago
find Add integration test targets for core supported modules (#24217) 8 years ago
fortios_address Manage Fortios/Fortigate Address (#21542) 7 years ago
fortios_ipv4_policy Fortios file only mode + integration tests (#23275) 8 years ago
gathering_facts add a 'min' type for gather_subset to collect nothing (#27085) 7 years ago
gem Initial ansible-test implementation. (#18556) 8 years ago
get_url Ensure exit_json returns failed = False 8 years ago
getent Add integration test targets for core supported modules (#24217) 8 years ago
git Only use `git verify-tag` when verifying annotated tags (#26414) 7 years ago
group Add integration test targets for core supported modules (#24217) 8 years ago
group_by add support of nested groups in group_by 7 years ago
groupby_filter Improve jinja2 test coverage. (#20533) 8 years ago
handlers include_role handlers bug fix (#26335) 7 years ago
hash Initial ansible-test implementation. (#18556) 8 years ago
hg Correct usage of fail_json in hg module (#25847) 8 years ago
hosts_field Initial ansible-test implementation. (#18556) 8 years ago
ignore_errors Initial ansible-test implementation. (#18556) 8 years ago
include_vars Provide the list of files that were included by include_vars 7 years ago
includes fix searched paths in DataLoader.path_dwim_relative (avoid AnsibleFileNotFound) (#26729) 7 years ago
ios_banner Add missing provider on basic-motd IOS test (#25307) 8 years ago
ios_command Run vyos_command Network tests in Shippable (#24514) 8 years ago
ios_config Run vyos_command Network tests in Shippable (#24514) 8 years ago
ios_facts Fix ios_fact integration test issue (#27771) 7 years ago
ios_interface ios implementation for net_interface (#27459) 7 years ago
ios_logging fixed nontype error (#27428) 7 years ago
ios_static_route changed collection arg to argregate on 2.4 network modules (#26649) 7 years ago
ios_system added mssing testcas variable (#27125) 7 years ago
ios_user changed collection arg to argregate on 2.4 network modules (#26649) 7 years ago
iosxr_banner fix iosxr_banner (#27378) 7 years ago
iosxr_command Run vyos_command Network tests in Shippable (#24514) 8 years ago
iosxr_config added lines to mode: strict (#27442) 7 years ago
iosxr_facts Run vyos_command Network tests in Shippable (#24514) 8 years ago
iosxr_interface iosxr implemetation for net_interface (#27513) 7 years ago
iosxr_logging Iosxr attribute error #27122 (#27425) 7 years ago
iosxr_system added mssing testcas variable (#27125) 7 years ago
iosxr_user changed collection arg to argregate on 2.4 network modules (#26649) 7 years ago
ipify_facts Add testcase for ipify_facts (#26421) 7 years ago
iso_extract Add Fedora Python 3 Docker images and fix tests. (#27794) 7 years ago
iterators correct, cleanup & simplify dwim stack (#25956) 7 years ago
junos_banner Add dependency to run junos integration test (#27620) 7 years ago
junos_command Fix asserts of junos_command netconf_json notequal and lessthanorequal (#27818) 7 years ago
junos_config Add dependency to run junos integration test (#27620) 7 years ago
junos_facts Add dependency to run junos integration test (#27620) 7 years ago
junos_interface junos integration test fixes for dci (#27759) 7 years ago
junos_l3_interface Add aggregate for junos modules and sub spec validation (#27726) 7 years ago
junos_linkagg Fix junos_linkagg integration test failure (#27621) 7 years ago
junos_lldp Change tx delay to 2 on the rest of junos_lldp tests (#27753) 7 years ago
junos_lldp_interface junos lldp interface test fix (#27946) 7 years ago
junos_logging Add aggregate for junos modules and sub spec validation (#27726) 7 years ago
junos_netconf Add a timeout to force socket creation on re-setting netconf port (#27801) 7 years ago
junos_rpc Add dependency to run junos integration test (#27620) 7 years ago
junos_static_route Add aggregate for junos modules and sub spec validation (#27726) 7 years ago
junos_system Add dependency to run junos integration test (#27620) 7 years ago
junos_user Fix multiple issues in junos integration test (#27624) 7 years ago
junos_vlan junos integration test fixes for dci (#27759) 7 years ago
junos_vrf Add aggregate for junos modules and sub spec validation (#27726) 7 years ago
known_hosts known_hosts: support --diff (#20349) 8 years ago
lineinfile Initial ansible-test implementation. (#18556) 8 years ago
locale_gen Fix locale_gen to compare native strings rather than mixing byte and text strings 8 years ago
lookup_paths Fix regression in search path behaviour 8 years ago
lookup_properties Revert "Revert "Allow ini plugin to load file using other encoding than utf8." (#27407)" 7 years ago
lookups Add Fedora Python 3 Docker images and fix tests. (#27794) 7 years ago
loops Initial ansible-test implementation. (#18556) 8 years ago
module_precedence Add integration test that modules are loaded from the expected locations (#24170) 8 years ago
module_utils Disable pylint check for names existing in modules for test data 7 years ago
mount Initial ansible-test implementation. (#18556) 8 years ago
mysql_db Use stronger password for MySQL (#25821) 8 years ago
mysql_user MySQL Password updates (#25825) 8 years ago
mysql_variables MySQL Password updates (#25825) 8 years ago
net_banner Add active param to junos declarative modules (#26222) 7 years ago
net_command Fix network integration test config. (#26057) 7 years ago
net_interface junos integration test fixes for dci (#27759) 7 years ago
net_l3_interface Add aggregate for junos modules and sub spec validation (#27726) 7 years ago
net_linkagg changed collection arg to argregate on 2.4 network modules (#26649) 7 years ago
net_lldp net_lldp_interface module implementation for junos (#26915) 7 years ago
net_lldp_interface junos lldp interface test fix (#27946) 7 years ago
net_logging Add aggregate for junos modules and sub spec validation (#27726) 7 years ago
net_static_route Add aggregate for junos modules and sub spec validation (#27726) 7 years ago
net_system Add active param to junos declarative modules (#26222) 7 years ago
net_user Add aggregate for junos modules and sub spec validation (#27726) 7 years ago
net_vlan junos integration test fixes for dci (#27759) 7 years ago
net_vrf Add aggregate for junos modules and sub spec validation (#27726) 7 years ago
no_log Initial ansible-test implementation. (#18556) 8 years ago
nuage_vspk Fix integration test aliases. 7 years ago
nxos_acl Fix nxos_acl module and add IT tests (#25966) 7 years ago
nxos_acl_interface Add integration tests for nxos_acl_interface (#26616) 7 years ago
nxos_banner More nxos integration fixes (#27507) 7 years ago
nxos_bgp Add integration tests for nxos_facts, nxos_bgp, nxos_bgp_af, nxos_bgp_neighbor, and nxos_evpn_global (#26924) 7 years ago
nxos_bgp_af Add integration tests for nxos_facts, nxos_bgp, nxos_bgp_af, nxos_bgp_neighbor, and nxos_evpn_global (#26924) 7 years ago
nxos_bgp_neighbor Add integration tests for nxos_facts, nxos_bgp, nxos_bgp_af, nxos_bgp_neighbor, and nxos_evpn_global (#26924) 7 years ago
nxos_command nxos integration fix part 1 (#27069) 7 years ago
nxos_config Run vyos_command Network tests in Shippable (#24514) 8 years ago
nxos_evpn_global Add integration tests for nxos_facts, nxos_bgp, nxos_bgp_af, nxos_bgp_neighbor, and nxos_evpn_global (#26924) 7 years ago
nxos_evpn_vni Add integration tests and fix nxos providers (#26913) 7 years ago
nxos_facts Add integration tests for nxos_facts, nxos_bgp, nxos_bgp_af, nxos_bgp_neighbor, and nxos_evpn_global (#26924) 7 years ago
nxos_feature Add integration tests for nxos_facts, nxos_bgp, nxos_bgp_af, nxos_bgp_neighbor, and nxos_evpn_global (#26924) 7 years ago
nxos_interface added register: result to nxos_interface tests (#27504) 7 years ago
nxos_interface_ospf Fix nxos_interface_ospf idempotence issue (#27783) 7 years ago
nxos_logging nxos_logging implementation module (#26949) 7 years ago
nxos_mtu nxos integration fix part 1 (#27069) 7 years ago
nxos_nxapi nxos integration fix part 1 (#27069) 7 years ago
nxos_ospf Fix for nxos_ospf idempotent issue (#27913) 7 years ago
nxos_portchannel Fix nxos portchannel force option (#27190) 7 years ago
nxos_rollback Add integration tests and fix nxos providers (#26913) 7 years ago
nxos_switchport fix nxos_vlan and nxos_switchport issues (#27505) 7 years ago
nxos_system nxos integration fix part 1 (#27069) 7 years ago
nxos_user fix nxos_user integration test (#27619) 7 years ago
nxos_vlan fix nxos_vlan and nxos_switchport issues (#27505) 7 years ago
nxos_vrf Add integration tests and fix nxos providers (#26913) 7 years ago
nxos_vrf_interface Fix nxos_vtp_password and nxos_vrf_interface for remove idempotency tests (#27724) 7 years ago
nxos_vrrp Add integration tests and fix nxos providers (#26913) 7 years ago
nxos_vtp_domain Add integration tests and fix nxos providers (#26913) 7 years ago
nxos_vtp_password Fix nxos_vtp_password and nxos_vrf_interface for remove idempotency tests (#27724) 7 years ago
nxos_vtp_version Add integration tests and fix nxos providers (#26913) 7 years ago
nxos_vxlan_vtep nxos_vxlan_vtep fixes and integration tests (#27405) 7 years ago
openssl_csr Enable integration tests for the crypto/ namespace (#26684) 7 years ago
openssl_privatekey Enable integration tests for the crypto/ namespace (#26684) 7 years ago
openssl_publickey Enable integration tests for the crypto/ namespace (#26684) 7 years ago
openvswitch_db Revert "Use needs/root, rather than become: yes" (#27483) 7 years ago
ops_command Make tests run on fresh install (#19566) 8 years ago
package Add integration test targets for core supported modules (#24217) 8 years ago
parsing Fix spelling mistakes (comments only) (#25564) 8 years ago
ping Move ping and win_ping closer together (#26028) 7 years ago
pip Fix the editable condition into pip module (#19028) (#19688) 7 years ago
postgresql postgres_db: add dump and restore support (#20627) 7 years ago
prepare_eos_tests/tasks fix eos failed tests (#27945) 7 years ago
prepare_http_tests Urls client cert auth (#18141) 8 years ago
prepare_ios_tests Fix for ios integration test failuers (#27552) 7 years ago
prepare_iosxr_tests Add provider param to prepare_iosxr_tests role tasks (#25163) 8 years ago
prepare_junos_tests/tasks Add dependency to run junos integration test (#27620) 7 years ago
prepare_nuage_tests/tasks New module: management of the Nuage Networks VSP SDN solution (network/nuage/nuage_vspk) (#24895) 7 years ago
prepare_nxos_tests/tasks Add integration tests for nxos_facts, nxos_bgp, nxos_bgp_af, nxos_bgp_neighbor, and nxos_evpn_global (#26924) 7 years ago
prepare_ovs_tests/tasks Revert "Use needs/root, rather than become: yes" (#27483) 7 years ago
prepare_tests/tasks Migrate Linux CI roles to test targets. (#17997) 8 years ago
prepare_win_tests Fix cosmetic problems in YAML source 8 years ago
pull Transition inventory into plugins (#23001) 8 years ago
raw Add integration test targets for core supported modules (#24217) 8 years ago
rpm_key Fixes #23558 rpm key ids (#27847) 7 years ago
script moved to exceptions for basic skip/fails 8 years ago
sefcontext Added tests for sefcontext module 8 years ago
sensu_client Add a sensu_client module 7 years ago
sensu_handler Add sensu_handler Ansible module 7 years ago
service Associate `systemd` module with `service` test. (#22847) 8 years ago
set_fact Add set_fact_persistent action and module. (#26153) 7 years ago
setup_ec2 Enable cloud tests for use with ansible-test. 8 years ago
setup_mysql_db Add Fedora Python 3 Docker images and fix tests. (#27794) 7 years ago
setup_openssl Add Fedora Python 3 Docker images and fix tests. (#27794) 7 years ago
setup_postgresql_db Add Fedora Python 3 Docker images and fix tests. (#27794) 7 years ago
setup_sshkey/tasks Enable cloud tests for use with ansible-test. 8 years ago
slurp Test the slurp module 8 years ago
special_vars Initial ansible-test implementation. (#18556) 8 years ago
stat Initial ansible-test implementation. (#18556) 8 years ago
subversion Initial ansible-test implementation. (#18556) 8 years ago
synchronize Initial ansible-test implementation. (#18556) 8 years ago
sysctl Check sysctl no name (#25041) 8 years ago
systemd Add integration test targets for core supported modules (#24217) 8 years ago
tags Initial ansible-test implementation. (#18556) 8 years ago
task_ordering Initial ansible-test implementation. (#18556) 8 years ago
template template: fix KeyError: 'undefined variable: 0 (#27972) 7 years ago
template_jinja2_latest Improve jinja2 test coverage. (#20533) 8 years ago
templating_settings Initial ansible-test implementation. (#18556) 8 years ago
test_infra Initial ansible-test implementation. (#18556) 8 years ago
unarchive Initial ansible-test implementation. (#18556) 8 years ago
unicode Initial ansible-test implementation. (#18556) 8 years ago
until Initial ansible-test implementation. (#18556) 8 years ago
uri Add Fedora Python 3 Docker images and fix tests. (#27794) 7 years ago
user Revert "Temporarily disable test which fails in group run." 8 years ago
var_blending Initial ansible-test implementation. (#18556) 8 years ago
var_precedence Initial ansible-test implementation. (#18556) 8 years ago
vault Add back support for vault_password_file config var (#27597) 7 years ago
vcenter_license Add wait for vcsim to come online (#27887) 7 years ago
vmware_cluster Add testsuite for vmware cluster (#26281) 7 years ago
vmware_datacenter Add wait for vcsim to come online (#27887) 7 years ago
vmware_dvswitch Add testsuite for VMware Distributed vSwitch (#26193) 7 years ago
vmware_guest Add wait for vcsim to come online (#27887) 7 years ago
vmware_guest_facts Add FindByUUID testcase for vmware_guest_facts (#27022) 7 years ago
vmware_guest_find Implement vmware_argument_spec for required params (#25731) 7 years ago
vmware_guest_tools_wait New module: Waiting for VMware tools to become available (#27236) 7 years ago
vmware_host vmware_host: Small fixes and docs updates (#25144) 7 years ago
vmware_vm_facts Add wait for vcsim to come online (#27887) 7 years ago
vmware_vswitch Add wait for vcsim to come online (#27887) 7 years ago
vyos_banner Revert "enabled vyos banner and config (#26438)" 7 years ago
vyos_command Increase python version coverage for tests. (#24762) 8 years ago
vyos_config Revert "enabled vyos banner and config (#26438)" 7 years ago
vyos_facts Remove vyos_facts neighbors integration tests (#27957) 7 years ago
vyos_interface Add vyos_interface default description (#27029) 7 years ago
vyos_l3_interface Add vyos_l3_interface module (#26610) 7 years ago
vyos_linkagg changed collection arg to argregate on 2.4 network modules (#26649) 7 years ago
vyos_lldp Add vyos_lldp and vyos_lldp_interface modules (#26753) 7 years ago
vyos_lldp_interface Add vyos_lldp and vyos_lldp_interface modules (#26753) 7 years ago
vyos_logging changed collection arg to argregate on 2.4 network modules (#26649) 7 years ago
vyos_static_route changed collection arg to argregate on 2.4 network modules (#26649) 7 years ago
vyos_user changed collection arg to argregate on 2.4 network modules (#26649) 7 years ago
wait_for Fix wait_for with newer versions of psutil. (#26455) 7 years ago
wait_for_connection wait_for_connection: Wait for system to become reachable (#20011) 8 years ago
wakeonlan wakeonlan: Improve module coverage (#26655) 7 years ago
win_acl_inheritance Fix integration test aliases. 7 years ago
win_async_wrapper tag subset of Windows module tests for smoketest 7 years ago
win_become tag subset of Windows module tests for smoketest 7 years ago
win_chocolatey re-enable win_chocolatey tests, add win_template to smoketest (#26835) 7 years ago
win_command fix win_shell/win_command nonzero RC failure setting (#26443) 7 years ago
win_copy correct, cleanup & simplify dwim stack (#25956) 7 years ago
win_domain_group win_domain_group: new module (#26682) 7 years ago
win_dsc New module: win dsc (#24872) 8 years ago
win_environment win_environment: Added tests and return info in document (#25064) 8 years ago
win_feature Initial ansible-test implementation. (#18556) 8 years ago
win_fetch Remove `win_fetch` from CI due to instability. 8 years ago
win_file tag subset of Windows module tests for smoketest 7 years ago
win_find win_find: fix for empty nested directories (#26164) 7 years ago
win_firewall win_firewall: check-mode support, integration tests (#25127) 8 years ago
win_firewall_rule win_firewall_rule: Implement idempotency, check-mode and diff support (#23162) 8 years ago
win_get_url disable new win_get_url test 7 years ago
win_group tag subset of Windows module tests for smoketest 7 years ago
win_group_membership Rename win_group_member module to win_group_membership (#27614) 7 years ago
win_lineinfile Initial ansible-test implementation. (#18556) 8 years ago
win_module_utils rename legacy PS module_utils to remove PowerShell prefix (#27495) 7 years ago
win_msg win_msg: Added integration tests, parameter fixes (#26126) 7 years ago
win_msi Initial ansible-test implementation. (#18556) 8 years ago
win_owner add generated password to win_owner test user (#26826) 7 years ago
win_package Initial ansible-test implementation. (#18556) 8 years ago
win_path tag subset of Windows module tests for smoketest 7 years ago
win_ping tag subset of Windows module tests for smoketest 7 years ago
win_psexec Disable unstable win_psexec integration test. 8 years ago
win_psmodule Fix integration test aliases. 7 years ago
win_raw tag subset of Windows module tests for smoketest 7 years ago
win_reg_stat Fix spelling mistakes (comments only) (#25564) 8 years ago
win_regedit win_regedit: rewrite to support edge cases and fix issues (#26468) 7 years ago
win_region Added win_region module (#19147) 8 years ago
win_regmerge minor spelling changes 8 years ago
win_route Fix integration test aliases. 7 years ago
win_say win_say: Fix issue, add integration tests (#26089) 7 years ago
win_scheduled_task win_scheduled_task: Add enhanced run option support (#24174) 7 years ago
win_script tag subset of Windows module tests for smoketest 7 years ago
win_security_policy win_secedit: Added module with tests/diff mode (#26332) 7 years ago
win_service win_service: added support for paused services (#27216) 7 years ago
win_setup Initial ansible-test implementation. (#18556) 8 years ago
win_share win_share: Add integration tests and various fixes (#25691) 7 years ago
win_shell tag subset of Windows module tests for smoketest 7 years ago
win_shortcut win_shortcut: Fail when command is not absolute path (#26533) 7 years ago
win_slurp Initial ansible-test implementation. (#18556) 8 years ago
win_stat win_stat: removed file in use test as it is too tempormental (#27832) 7 years ago
win_tempfile win_tempfile: Added integration tests (#25069) 8 years ago
win_template re-enable win_chocolatey tests, add win_template to smoketest (#26835) 7 years ago
win_timezone win_timezone: Add diff support, integration tests (#25284) 8 years ago
win_unzip win_unzip: Add integration tests, check-mode, various (#25335) 7 years ago
win_user Initial ansible-test implementation. (#18556) 8 years ago
win_wakeonlan win_wakeonlan: New module to send Wake-On-Lan packets (#26232) 7 years ago
windows-paths tag subset of Windows module tests for smoketest 7 years ago
xattr Fix integration test aliases. 7 years ago
xml New module: Support manipulating XML files (#25323) 7 years ago
yum Fix yum installroot test releasever lookup. 7 years ago
yum_repository added integration tests for yum repository (#25671) 8 years ago
zypper Disable zypper* tests which are timing out. 7 years ago
zypper_repository Disable zypper* tests which are timing out. 7 years ago