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
flowerysong 2ef8b297ff Fix loading namespaced doc_fragments from collections (#55249)
* Fix loading namespaced doc_fragments

The syntax for specifying a different fragment name was already
using '.' as a separator, so the code needed to be tweaked to
avoid choking on names like `testns.testcoll.fragname` and
`testns.testcoll.fragname.altvar`.

`get_plugin_class()` returns 'docfragment' for the fragment loader;
mangling `subdir` provides consistent alignment with the normal plugin
directory names and avoids needing special handling of plugin types
with 'module' in the name.

* Add changelog entry
7 years ago
..
cache Update ansible-test sanity command. (#31958) 8 years ago
env Add `env` command to ansible-test and run in CI. (#50176) 7 years ago
integration Fix loading namespaced doc_fragments from collections (#55249) 7 years ago
legacy Removed legacy Digital Ocean tasks (#51786) 7 years ago
results Collect data from integration test runs. (#28650) 8 years ago
runner Implement a framework for having common code for release scripts (#55893) 7 years ago
sanity Implement a framework for having common code for release scripts (#55893) 7 years ago
units Pluribus networks fabric local module with UT (#55872) 7 years ago
utils Add Hetzner Cloud to CI integration tests. 7 years ago