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/module_utils
stephane 77868a4104 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.
8 years ago
..
basic Fix for run_command tests now that it returns native strings 8 years ago
ec2 Skip test_aws.py if boto3/botocore are missing (#17814) 8 years ago
json_utils bugfixes to JSON junk filter, added unit/integration tests to exercise (#17834) 8 years ago
__init__.py
test_basic.py Fix a test failure when run on a system with python-future installed. 8 years ago
test_database.py
test_distribution_version.py Set Suse family for openSUSE Tumbleweed & Leap 8 years ago
test_facts.py Fix for run_command tests now that it returns native strings 8 years ago
test_text.py