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
Rick Elrod 5cd489af06
Let get_file_attributes() work without `lsattr -v` (#71845)
* Let get_file_attributes() work without `lsattr -v`

Change:
- module_utils's get_file_attributes() expects `lsattr -v` to work, but
  in some cases, it may not.
- The function now takes an optional include_version bool parameter,
  which removes this expectation.
- Places where we call get_file_attributes() without using the 'version'
  it returns, we now call it with include_version=False.

Test Plan:
- New unit tests

Signed-off-by: Rick Elrod <rick@elrod.me>
4 years ago
..
ansible_test Relocate ansible-test self tests outside package. (#61255) 5 years ago
integration Let get_file_attributes() work without `lsattr -v` (#71845) 4 years ago
lib/ansible_test Remove em dash from the pytest configuration file 4 years ago
sanity Reduce ignored module sanity tests (#70319) 4 years ago
support Remove incidental_consul tests (#71811) 4 years ago
units Let get_file_attributes() work without `lsattr -v` (#71845) 4 years ago
utils/shippable Test changes to allow using "macos" test image (#71849) 4 years ago