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/plugins
Harm Geerts 9bd70045c9
Fix BaseFileCacheModule#keys to respect prefix (#72789)
* Fix BaseFileCacheModule#keys to respect prefix

Change:
- Previously BaseFileCacheModule#keys would return keys with the cache
  prefix. These keys are impossible to retrieve from the cache without
  removing the prefix or using the cache without a prefix.
  Now it removes the prefix from the key and only returns keys that
  share the same prefix as the cache.

Test Plan:
- New unit tests

* Add explicit BaseFileCacheModule#keys test

Test that files that do not match the cache prefix are ignored.
Test that the prefix is removed from the cache key.
5 years ago
..
action [become] Add Solaris chmod ACL fallback 5 years ago
become Migrated to community.general 6 years ago
cache Fix BaseFileCacheModule#keys to respect prefix (#72789) 5 years ago
callback Fix missing delegate display (#74370) 5 years ago
connection paramiko_ssh - mark connection as connected when successful (#74459) 5 years ago
filter Revert "Add duplicated set filter and documentation (#72729)" (#74053) 5 years ago
inventory constructed - Add keyed_groups suboptions 'default_value' and 'trailing_separator' (#74005) 5 years ago
loader_fixtures Clean up unit test boilerplate. 6 years ago
lookup All lookups ported to config system (#74108) 5 years ago
shell powershell - fix nested CLIXML parser (#71412) 5 years ago
strategy Temporarily disable strategy units (#74048) 5 years ago
__init__.py Add empty-init code-smell script. (#18406) 9 years ago
test_plugins.py plugin loader: return collection name; ansible-doc: handle ansible.builtin correctly (#70026) 6 years ago