1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/targets
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
2017-08-10 09:25:56 -04:00
..
add_host
ansible
apache2_module
apt Use apt-get as fallback for apt upgrade 2017-08-10 09:25:56 -04:00
apt_key Disable skipped tests for remote platforms. (#26624) 2017-07-10 15:59:25 -04:00
apt_repository Disable skipped tests for remote platforms. (#26624) 2017-07-10 15:59:25 -04:00
archive Fix for check_mode in archive (#26788) 2017-07-14 09:06:17 -04:00
args
asa_acl
asa_command
asa_config
assemble
async
async_extra_data
at
authorized_key
aws_api_gateway
aws_s3
become Add Fedora Python 3 Docker images and fix tests. (#27794) 2017-08-04 21:12:35 -07:00
binary
binary_modules
binary_modules_posix
binary_modules_winrm
blockinfile
blocks
callback_retry_task_name
changed_when
check_mode
command_shell
conditionals
connection
connection_buildah Add support for non_local alias in ansible-test. 2017-07-28 12:24:55 -07:00
connection_chroot
connection_docker Add support for non_local alias in ansible-test. 2017-07-28 12:24:55 -07:00
connection_jail
connection_libvirt_lxc
connection_local
connection_lxc
connection_lxd Add support for non_local alias in ansible-test. 2017-07-28 12:24:55 -07:00
connection_paramiko_ssh
connection_posix
connection_ssh
connection_winrm re-enable win_chocolatey tests, add win_template to smoketest (#26835) 2017-07-14 17:34:29 -07:00
copy Copy module: improve tests allowing to use a managed host which isn't the controller host (#25672) 2017-07-31 22:07:22 -07:00
cs_account
cs_affinitygroup
cs_cluster
cs_common
cs_configuration
cs_domain cloudstack: cs_domain: tests: add update tests (#27791) 2017-08-05 10:33:01 +02:00
cs_firewall
cs_host cloudstack: cs_host: add state maintenance (#26502) 2017-07-07 08:33:26 +02:00
cs_instance
cs_instance_facts cloudstack: tests: add test facts in check mode 2017-07-26 11:55:53 +02:00
cs_instance_nic cloudstack: cs_instance_nic: add integration tests 2017-07-07 16:50:57 +02:00
cs_instance_nic_secondaryip cloudstack: new module cs_instance_nic_secondaryip, replaces cs_nic (#26491) 2017-08-04 15:01:12 +02:00
cs_instancegroup
cs_iso cloudstack: cs_iso: add cross_zone param 2017-07-12 00:49:37 +02:00
cs_loadbalancer_rule
cs_network_acl
cs_network_acl_rule
cs_pod
cs_portforward
cs_project
cs_region cloudstack: cs_region: add integration tests (#26767) 2017-07-13 20:40:57 +02:00
cs_resourcelimit
cs_role cloudstack: cs_role: add integration tests 2017-07-14 00:51:35 +02:00
cs_router cloudstack: cs_router: add integration tests 2017-07-16 11:46:10 +02:00
cs_securitygroup
cs_securitygroup_rule
cs_sshkeypair
cs_user cloud: cs_user: add feature keys handling (#27285) 2017-07-25 18:07:58 +02:00
cs_vmsnapshot cloudstack: cs_vmsnapshot: fix pep8 (#27792) 2017-08-05 10:34:17 +02:00
cs_volume
cs_vpc
cs_vpn_gateway
cs_zone
cs_zone_facts cloudstack: tests: add test facts in check mode 2017-07-26 11:55:53 +02:00
debconf
delegate_to Add check for known_hosts changing during tests. (#26470) 2017-07-06 00:47:28 -07:00
dellos6_command
dellos6_config
dellos6_facts
dellos9_command
dellos9_config
dellos9_facts
dellos10_command
dellos10_config
dellos10_facts
deploy_helper
dnf Add Fedora Python 3 Docker images and fix tests. (#27794) 2017-08-04 21:12:35 -07:00
docker
docker_secret Add Fedora Python 3 Docker images and fix tests. (#27794) 2017-08-04 21:12:35 -07:00
dpkg_selections Disable failing dpkg_selections test. 2017-07-20 14:56:16 -07:00
ec2_ami
ec2_elb_lb
ec2_facts
ec2_group ec2_group: add integration test for port ranges (#27112) 2017-08-02 13:58:26 +10:00
ec2_key
ec2_tag
ec2_vol
ec2_vpc
ecs_ecr
embedded_module
environment
eos_banner Add missing provider on disable eapi tasks (#26928) 2017-07-18 00:55:56 +02:00
eos_command Add missing provider on disable eapi tasks (#26928) 2017-07-18 00:55:56 +02:00
eos_config remove replace config test (#27953) 2017-08-09 18:04:11 +05:30
eos_eapi
eos_facts Add missing provider on disable eapi tasks (#26928) 2017-07-18 00:55:56 +02:00
eos_logging eos_logging implementation module (#27093) 2017-07-25 18:16:04 +05:30
eos_system Add missing provider on disable eapi tasks (#26928) 2017-07-18 00:55:56 +02:00
eos_user changed collection arg to argregate on 2.4 network modules (#26649) 2017-07-26 10:09:17 -04:00
eos_vlan Remove eapi include on eos_vlan as there are no eapi based tests (#26888) 2017-07-17 13:15:19 +02:00
eos_vrf Add aggregate functionality to eos_vrf (#27915) 2017-08-10 10:54:13 +02:00
expect Add potential work-around for expect on macOS. 2017-07-31 13:22:07 -07:00
facts_d
failed_when
fetch fetch: fail if flat=yes and dest=existing-dir w/o trailing slash 2017-07-28 09:53:50 -04:00
file
filters Integration tests requirements (#26545) 2017-07-07 14:11:53 -07:00
find
fortios_address Manage Fortios/Fortigate Address (#21542) 2017-08-01 11:17:12 -06:00
fortios_ipv4_policy
gathering_facts add a 'min' type for gather_subset to collect nothing (#27085) 2017-08-02 11:04:01 -04:00
gem
get_url
getent
git Only use git verify-tag when verifying annotated tags (#26414) 2017-07-19 11:30:12 -04:00
group
group_by add support of nested groups in group_by 2017-07-27 11:37:34 -04:00
groupby_filter
handlers include_role handlers bug fix (#26335) 2017-07-19 15:02:32 -05:00
hash
hg
hosts_field
ignore_errors
include_vars
includes fix searched paths in DataLoader.path_dwim_relative (avoid AnsibleFileNotFound) (#26729) 2017-07-20 10:26:13 -04:00
ios_banner
ios_command
ios_config
ios_facts Fix ios_fact integration test issue (#27771) 2017-08-05 00:47:53 +05:30
ios_interface ios implementation for net_interface (#27459) 2017-08-01 11:50:08 -06:00
ios_logging fixed nontype error (#27428) 2017-07-28 21:50:09 +05:30
ios_static_route changed collection arg to argregate on 2.4 network modules (#26649) 2017-07-26 10:09:17 -04:00
ios_system added mssing testcas variable (#27125) 2017-07-21 13:13:48 -06:00
ios_user changed collection arg to argregate on 2.4 network modules (#26649) 2017-07-26 10:09:17 -04:00
iosxr_banner fix iosxr_banner (#27378) 2017-07-28 17:09:04 +05:30
iosxr_command
iosxr_config added lines to mode: strict (#27442) 2017-08-01 16:06:33 +01:00
iosxr_facts
iosxr_interface iosxr implemetation for net_interface (#27513) 2017-08-01 20:19:54 +05:30
iosxr_logging Iosxr attribute error #27122 (#27425) 2017-07-28 20:07:34 +05:30
iosxr_system added mssing testcas variable (#27125) 2017-07-21 13:13:48 -06:00
iosxr_user changed collection arg to argregate on 2.4 network modules (#26649) 2017-07-26 10:09:17 -04:00
ipify_facts Add testcase for ipify_facts (#26421) 2017-07-26 12:16:10 +02:00
iso_extract Add Fedora Python 3 Docker images and fix tests. (#27794) 2017-08-04 21:12:35 -07:00
iterators
junos_banner Add dependency to run junos integration test (#27620) 2017-08-02 11:28:34 +05:30
junos_command Fix asserts of junos_command netconf_json notequal and lessthanorequal (#27818) 2017-08-06 10:06:53 +02:00
junos_config Add dependency to run junos integration test (#27620) 2017-08-02 11:28:34 +05:30
junos_facts Add dependency to run junos integration test (#27620) 2017-08-02 11:28:34 +05:30
junos_interface junos integration test fixes for dci (#27759) 2017-08-04 18:46:57 +05:30
junos_l3_interface Add aggregate for junos modules and sub spec validation (#27726) 2017-08-04 14:55:58 +05:30
junos_linkagg Fix junos_linkagg integration test failure (#27621) 2017-08-02 12:46:15 +05:30
junos_lldp Change tx delay to 2 on the rest of junos_lldp tests (#27753) 2017-08-04 12:57:36 +02:00
junos_lldp_interface junos lldp interface test fix (#27946) 2017-08-09 15:17:36 +05:30
junos_logging Add aggregate for junos modules and sub spec validation (#27726) 2017-08-04 14:55:58 +05:30
junos_netconf Add a timeout to force socket creation on re-setting netconf port (#27801) 2017-08-05 15:28:06 +02:00
junos_rpc Add dependency to run junos integration test (#27620) 2017-08-02 11:28:34 +05:30
junos_static_route Add aggregate for junos modules and sub spec validation (#27726) 2017-08-04 14:55:58 +05:30
junos_system Add dependency to run junos integration test (#27620) 2017-08-02 11:28:34 +05:30
junos_user Fix multiple issues in junos integration test (#27624) 2017-08-02 14:11:10 +05:30
junos_vlan junos integration test fixes for dci (#27759) 2017-08-04 18:46:57 +05:30
junos_vrf Add aggregate for junos modules and sub spec validation (#27726) 2017-08-04 14:55:58 +05:30
known_hosts
lineinfile
locale_gen
lookup_paths
lookup_properties Revert "Revert "Allow ini plugin to load file using other encoding than utf8." (#27407)" 2017-07-27 18:15:56 -07:00
lookups Add Fedora Python 3 Docker images and fix tests. (#27794) 2017-08-04 21:12:35 -07:00
loops
module_precedence
module_utils Disable pylint check for names existing in modules for test data 2017-07-27 15:37:26 -07:00
mount
mysql_db
mysql_user
mysql_variables
net_banner
net_command
net_interface junos integration test fixes for dci (#27759) 2017-08-04 18:46:57 +05:30
net_l3_interface Add aggregate for junos modules and sub spec validation (#27726) 2017-08-04 14:55:58 +05:30
net_linkagg changed collection arg to argregate on 2.4 network modules (#26649) 2017-07-26 10:09:17 -04:00
net_lldp net_lldp_interface module implementation for junos (#26915) 2017-07-18 12:14:10 +05:30
net_lldp_interface junos lldp interface test fix (#27946) 2017-08-09 15:17:36 +05:30
net_logging Add aggregate for junos modules and sub spec validation (#27726) 2017-08-04 14:55:58 +05:30
net_static_route Add aggregate for junos modules and sub spec validation (#27726) 2017-08-04 14:55:58 +05:30
net_system
net_user Add aggregate for junos modules and sub spec validation (#27726) 2017-08-04 14:55:58 +05:30
net_vlan junos integration test fixes for dci (#27759) 2017-08-04 18:46:57 +05:30
net_vrf Add aggregate for junos modules and sub spec validation (#27726) 2017-08-04 14:55:58 +05:30
no_log
nuage_vspk Fix integration test aliases. 2017-07-28 10:57:16 -07:00
nxos_acl
nxos_acl_interface Add integration tests for nxos_acl_interface (#26616) 2017-07-12 13:09:27 -04:00
nxos_banner More nxos integration fixes (#27507) 2017-07-31 14:13:32 -04:00
nxos_bgp Add integration tests for nxos_facts, nxos_bgp, nxos_bgp_af, nxos_bgp_neighbor, and nxos_evpn_global (#26924) 2017-08-10 05:29:13 -04:00
nxos_bgp_af Add integration tests for nxos_facts, nxos_bgp, nxos_bgp_af, nxos_bgp_neighbor, and nxos_evpn_global (#26924) 2017-08-10 05:29:13 -04:00
nxos_bgp_neighbor Add integration tests for nxos_facts, nxos_bgp, nxos_bgp_af, nxos_bgp_neighbor, and nxos_evpn_global (#26924) 2017-08-10 05:29:13 -04:00
nxos_command nxos integration fix part 1 (#27069) 2017-07-19 14:00:05 -04:00
nxos_config
nxos_evpn_global Add integration tests for nxos_facts, nxos_bgp, nxos_bgp_af, nxos_bgp_neighbor, and nxos_evpn_global (#26924) 2017-08-10 05:29:13 -04:00
nxos_evpn_vni Add integration tests and fix nxos providers (#26913) 2017-07-27 09:32:35 -04:00
nxos_facts Add integration tests for nxos_facts, nxos_bgp, nxos_bgp_af, nxos_bgp_neighbor, and nxos_evpn_global (#26924) 2017-08-10 05:29:13 -04:00
nxos_feature Add integration tests for nxos_facts, nxos_bgp, nxos_bgp_af, nxos_bgp_neighbor, and nxos_evpn_global (#26924) 2017-08-10 05:29:13 -04:00
nxos_interface added register: result to nxos_interface tests (#27504) 2017-07-31 13:37:27 -04:00
nxos_interface_ospf Fix nxos_interface_ospf idempotence issue (#27783) 2017-08-07 13:54:31 -04:00
nxos_logging nxos_logging implementation module (#26949) 2017-07-25 17:03:54 +05:30
nxos_mtu nxos integration fix part 1 (#27069) 2017-07-19 14:00:05 -04:00
nxos_nxapi nxos integration fix part 1 (#27069) 2017-07-19 14:00:05 -04:00
nxos_ospf Fix for nxos_ospf idempotent issue (#27913) 2017-08-09 11:25:35 -04:00
nxos_portchannel Fix nxos portchannel force option (#27190) 2017-07-28 13:06:41 -04:00
nxos_rollback Add integration tests and fix nxos providers (#26913) 2017-07-27 09:32:35 -04:00
nxos_switchport fix nxos_vlan and nxos_switchport issues (#27505) 2017-08-01 16:27:12 -04:00
nxos_system nxos integration fix part 1 (#27069) 2017-07-19 14:00:05 -04:00
nxos_user fix nxos_user integration test (#27619) 2017-08-02 10:28:12 +05:30
nxos_vlan fix nxos_vlan and nxos_switchport issues (#27505) 2017-08-01 16:27:12 -04:00
nxos_vrf Add integration tests and fix nxos providers (#26913) 2017-07-27 09:32:35 -04:00
nxos_vrf_interface Fix nxos_vtp_password and nxos_vrf_interface for remove idempotency tests (#27724) 2017-08-08 12:40:22 -04:00
nxos_vrrp Add integration tests and fix nxos providers (#26913) 2017-07-27 09:32:35 -04:00
nxos_vtp_domain Add integration tests and fix nxos providers (#26913) 2017-07-27 09:32:35 -04:00
nxos_vtp_password Fix nxos_vtp_password and nxos_vrf_interface for remove idempotency tests (#27724) 2017-08-08 12:40:22 -04:00
nxos_vtp_version Add integration tests and fix nxos providers (#26913) 2017-07-27 09:32:35 -04:00
nxos_vxlan_vtep nxos_vxlan_vtep fixes and integration tests (#27405) 2017-07-31 08:37:31 -04:00
openssl_csr Enable integration tests for the crypto/ namespace (#26684) 2017-07-25 12:18:18 +01:00
openssl_privatekey Enable integration tests for the crypto/ namespace (#26684) 2017-07-25 12:18:18 +01:00
openssl_publickey Enable integration tests for the crypto/ namespace (#26684) 2017-07-25 12:18:18 +01:00
openvswitch_db Revert "Use needs/root, rather than become: yes" (#27483) 2017-07-31 11:36:57 +01:00
ops_command
package
parsing
ping
pip Fix the editable condition into pip module (#19028) (#19688) 2017-07-14 10:54:04 +01:00
postgresql postgres_db: add dump and restore support (#20627) 2017-07-10 08:05:42 +01:00
prepare_eos_tests/tasks fix eos failed tests (#27945) 2017-08-09 15:14:42 +05:30
prepare_http_tests
prepare_ios_tests Fix for ios integration test failuers (#27552) 2017-08-01 14:33:04 +05:30
prepare_iosxr_tests
prepare_junos_tests/tasks Add dependency to run junos integration test (#27620) 2017-08-02 11:28:34 +05:30
prepare_nuage_tests/tasks New module: management of the Nuage Networks VSP SDN solution (network/nuage/nuage_vspk) (#24895) 2017-07-25 12:35:03 +01:00
prepare_nxos_tests/tasks Add integration tests for nxos_facts, nxos_bgp, nxos_bgp_af, nxos_bgp_neighbor, and nxos_evpn_global (#26924) 2017-08-10 05:29:13 -04:00
prepare_ovs_tests/tasks Revert "Use needs/root, rather than become: yes" (#27483) 2017-07-31 11:36:57 +01:00
prepare_tests/tasks
prepare_win_tests
pull
raw
rpm_key Fixes #23558 rpm key ids (#27847) 2017-08-08 11:56:03 -07:00
script
sefcontext
sensu_client Add a sensu_client module 2017-08-09 16:36:39 -04:00
sensu_handler Add sensu_handler Ansible module 2017-08-09 16:34:20 -04:00
service
set_fact Add set_fact_persistent action and module. (#26153) 2017-08-02 15:57:58 -04:00
setup_ec2
setup_mysql_db Add Fedora Python 3 Docker images and fix tests. (#27794) 2017-08-04 21:12:35 -07:00
setup_openssl Add Fedora Python 3 Docker images and fix tests. (#27794) 2017-08-04 21:12:35 -07:00
setup_postgresql_db Add Fedora Python 3 Docker images and fix tests. (#27794) 2017-08-04 21:12:35 -07:00
setup_sshkey/tasks
slurp
special_vars
stat
subversion
synchronize
sysctl
systemd
tags
task_ordering
template template: fix KeyError: 'undefined variable: 0 (#27972) 2017-08-09 18:50:53 -04:00
template_jinja2_latest
templating_settings
test_infra
unarchive
unicode
until
uri Add Fedora Python 3 Docker images and fix tests. (#27794) 2017-08-04 21:12:35 -07:00
user
var_blending
var_precedence
vault Add back support for vault_password_file config var (#27597) 2017-08-01 18:07:33 -04:00
vcenter_license Add wait for vcsim to come online (#27887) 2017-08-08 09:15:51 -04:00
vmware_cluster
vmware_datacenter Add wait for vcsim to come online (#27887) 2017-08-08 09:15:51 -04:00
vmware_dvswitch
vmware_guest Add wait for vcsim to come online (#27887) 2017-08-08 09:15:51 -04:00
vmware_guest_facts Add FindByUUID testcase for vmware_guest_facts (#27022) 2017-07-19 06:43:51 -04:00
vmware_guest_find Implement vmware_argument_spec for required params (#25731) 2017-07-21 12:12:43 -04:00
vmware_guest_tools_wait New module: Waiting for VMware tools to become available (#27236) 2017-08-10 03:50:58 +02:00
vmware_host vmware_host: Small fixes and docs updates (#25144) 2017-07-24 13:02:58 -04:00
vmware_vm_facts Add wait for vcsim to come online (#27887) 2017-08-08 09:15:51 -04:00
vmware_vswitch Add wait for vcsim to come online (#27887) 2017-08-08 09:15:51 -04:00
vyos_banner
vyos_command
vyos_config
vyos_facts Remove vyos_facts neighbors integration tests (#27957) 2017-08-09 15:24:27 +02:00
vyos_interface Add vyos_interface default description (#27029) 2017-07-19 13:01:56 +05:30
vyos_l3_interface Add vyos_l3_interface module (#26610) 2017-07-12 08:40:26 +02:00
vyos_linkagg changed collection arg to argregate on 2.4 network modules (#26649) 2017-07-26 10:09:17 -04:00
vyos_lldp Add vyos_lldp and vyos_lldp_interface modules (#26753) 2017-07-13 20:58:18 +02:00
vyos_lldp_interface Add vyos_lldp and vyos_lldp_interface modules (#26753) 2017-07-13 20:58:18 +02:00
vyos_logging changed collection arg to argregate on 2.4 network modules (#26649) 2017-07-26 10:09:17 -04:00
vyos_static_route changed collection arg to argregate on 2.4 network modules (#26649) 2017-07-26 10:09:17 -04:00
vyos_user changed collection arg to argregate on 2.4 network modules (#26649) 2017-07-26 10:09:17 -04:00
wait_for Fix wait_for with newer versions of psutil. (#26455) 2017-07-05 19:00:13 -07:00
wait_for_connection
wakeonlan wakeonlan: Improve module coverage (#26655) 2017-07-11 16:22:53 -07:00
win_acl_inheritance Fix integration test aliases. 2017-07-28 10:57:16 -07:00
win_async_wrapper tag subset of Windows module tests for smoketest 2017-07-14 13:17:57 -07:00
win_become tag subset of Windows module tests for smoketest 2017-07-14 13:17:57 -07:00
win_chocolatey re-enable win_chocolatey tests, add win_template to smoketest (#26835) 2017-07-14 17:34:29 -07:00
win_command
win_copy
win_domain_group win_domain_group: new module (#26682) 2017-07-20 17:08:08 -07:00
win_dsc
win_environment
win_feature
win_fetch
win_file tag subset of Windows module tests for smoketest 2017-07-14 13:17:57 -07:00
win_find
win_firewall
win_firewall_rule
win_get_url disable new win_get_url test 2017-07-10 11:51:46 -07:00
win_group tag subset of Windows module tests for smoketest 2017-07-14 13:17:57 -07:00
win_group_membership Rename win_group_member module to win_group_membership (#27614) 2017-08-02 12:06:39 +10:00
win_lineinfile
win_module_utils rename legacy PS module_utils to remove PowerShell prefix (#27495) 2017-07-31 10:06:12 -07:00
win_msg
win_msi
win_owner add generated password to win_owner test user (#26826) 2017-07-18 16:46:35 -07:00
win_package
win_path tag subset of Windows module tests for smoketest 2017-07-14 13:17:57 -07:00
win_ping tag subset of Windows module tests for smoketest 2017-07-14 13:17:57 -07:00
win_psexec
win_psmodule Fix integration test aliases. 2017-07-28 10:57:16 -07:00
win_raw tag subset of Windows module tests for smoketest 2017-07-14 13:17:57 -07:00
win_reg_stat
win_regedit win_regedit: rewrite to support edge cases and fix issues (#26468) 2017-07-14 09:28:49 -07:00
win_region
win_regmerge
win_route Fix integration test aliases. 2017-07-28 10:57:16 -07:00
win_say
win_scheduled_task win_scheduled_task: Add enhanced run option support (#24174) 2017-07-10 14:18:17 +10:00
win_script tag subset of Windows module tests for smoketest 2017-07-14 13:17:57 -07:00
win_security_policy win_secedit: Added module with tests/diff mode (#26332) 2017-07-14 11:00:29 -07:00
win_service win_service: added support for paused services (#27216) 2017-08-01 18:48:14 +10:00
win_setup
win_share
win_shell tag subset of Windows module tests for smoketest 2017-07-14 13:17:57 -07:00
win_shortcut win_shortcut: Fail when command is not absolute path (#26533) 2017-07-18 13:32:06 -07:00
win_slurp
win_stat win_stat: removed file in use test as it is too tempormental (#27832) 2017-08-07 14:23:01 +10:00
win_tempfile
win_template re-enable win_chocolatey tests, add win_template to smoketest (#26835) 2017-07-14 17:34:29 -07:00
win_timezone
win_unzip win_unzip: Add integration tests, check-mode, various (#25335) 2017-07-19 09:54:57 +10:00
win_user
win_wakeonlan win_wakeonlan: New module to send Wake-On-Lan packets (#26232) 2017-07-10 07:15:22 +10:00
windows-paths tag subset of Windows module tests for smoketest 2017-07-14 13:17:57 -07:00
xattr Fix integration test aliases. 2017-07-28 10:57:16 -07:00
xml New module: Support manipulating XML files (#25323) 2017-08-08 20:21:03 -07:00
yum Fix yum installroot test releasever lookup. 2017-07-07 14:12:44 -07:00
yum_repository
zypper Disable zypper* tests which are timing out. 2017-07-24 07:50:15 -07:00
zypper_repository Disable zypper* tests which are timing out. 2017-07-24 07:50:15 -07:00