ansible/test/units/module_utils/basic
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>
2020-09-22 16:15:47 -05:00
..
__init__.py
test__log_invocation.py
test__symbolic_mode_to_octal.py Clean up unit test boilerplate. 2020-06-22 14:20:33 -07:00
test_argument_spec.py basic: Add name of aliases in error message (#69427) 2020-07-23 16:02:18 +05:30
test_atomic_move.py Revert "Change default file permissions so they are not world readable (#70221)" (#71231) 2020-08-12 12:29:04 -05:00
test_deprecate_warn.py Clean up unit test boilerplate. 2020-06-22 14:20:33 -07:00
test_dict_converters.py
test_exit_json.py Support datetime.date object in module result (#70595) 2020-07-14 11:42:40 -04:00
test_filesystem.py
test_get_file_attributes.py Let get_file_attributes() work without lsattr -v (#71845) 2020-09-22 16:15:47 -05:00
test_get_module_path.py
test_heuristic_log_sanitize.py Clean up unit test boilerplate. 2020-06-22 14:20:33 -07:00
test_imports.py unit tests: remove unused imports (#59636) 2019-07-26 10:53:31 -04:00
test_log.py
test_no_log.py Sanitize URI module keys with no_log values (#70762) 2020-07-22 14:49:37 -05:00
test_platform_distribution.py Discover Flatcar Linux properly for hostname (#69627) 2020-06-02 18:41:53 +05:30
test_run_command.py Clean up unit test boilerplate. 2020-06-22 14:20:33 -07:00
test_safe_eval.py Clean up unit test boilerplate. 2020-06-22 14:20:33 -07:00
test_sanitize_keys.py Sanitize URI module keys with no_log values (#70762) 2020-07-22 14:49:37 -05:00
test_selinux.py Remove remaining examples of 1.1.1.1 (#70552) 2020-07-14 11:19:59 -04:00
test_set_cwd.py Add intentional unit tests for basic._set_cwd and common.dict_merge (#70283) 2020-06-25 14:45:13 -05:00
test_set_mode_if_different.py unit tests: remove unused imports (#60462) 2019-08-13 19:21:43 +02:00
test_tmpdir.py Clean up unit test boilerplate. 2020-06-22 14:20:33 -07:00