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/units
stephane f5240d2953 Set Suse family for openSUSE Tumbleweed & Leap
On openSUSE Tumbleweed, lsb-release -a currently reports
the distributor ID as "openSUSE Tumbleweed". On openSUSE
Leap, the distributor ID is "SUSE LINUX".

Add them to the OS_FAMILY dict as Suse family systems.

Also add an entry to TESTSETS in test_distribution_version.py
for openSUSE Tumbleweed.

(cherry picked from commit 77868a4104)
9 years ago
..
cli Have unittests import mock from ansible.compat so they work on py3 without mock installed from pypi 10 years ago
contrib
errors
executor Cache tasks by uuid in PlayIterator for O(1) lookups 10 years ago
inventory
inventory_test_data/group_vars
mock Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 10 years ago
module_utils Set Suse family for openSUSE Tumbleweed & Leap 9 years ago
modules Have unittests import mock from ansible.compat so they work on py3 without mock installed from pypi 10 years ago
parsing Many Cleanups to vault 10 years ago
playbook updated pbrun test to match expected output 9 years ago
plugins Handle 'smart' scp_if_ssh option for fetch (#18125) 9 years ago
template Merge branch 'threaded_receiver' into devel 9 years ago
utils
vars Make ini parsing slightly more robust 9 years ago
__init__.py