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
Toshio Kuratomi 5844c8c7f0 Cleanups to the common.sys_info API
* Move get_all_subclasses out of sys_info as it is unrelated to system
  information.
* get_all_subclasses now returns a set() instead of a list.
* Don't port get_platform to sys_info as it is deprecated.  Code using
  the common API should just use platform.system() directly.
* Rename load_platform_subclass() to get_platform_subclass and do not
  instantiate the rturned class.
* Test the compat shims in module_utils/basic.py separately from the new
  API in module_utils/common/sys_info.py and module_utils/common/_utils.py
6 years ago
..
cache
env Add `env` command to ansible-test and run in CI. (#50176) 6 years ago
integration ansible-test: docker_network set as untable (#50526) 6 years ago
legacy vultr_server: fix multiple ssh keys not handled (#50337) 6 years ago
results
runner Add `env` command to ansible-test and run in CI. (#50176) 6 years ago
sanity Added supershipit to botmeta sanity test (#50219) 6 years ago
units Cleanups to the common.sys_info API 6 years ago
utils Debug: Size of coverage file (#50380) 6 years ago