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/cli
Elijah DeLee f9a450551d
add required file to collection skeleton (#77418)
* add required file to collection skeleton

This file is required to be able to upload a collection.

It is present in
https://github.com/ansible-collections/collection_template/blob/main/meta/runtime.yml
but that does not get used by default.

Without this, if you use the "ansible-galaxy collection init" command
and you try and publish that collection without adding this file, you
get the error:

"ERROR! Galaxy import process failed: 'requires_ansible' in
meta/runtime.yml is mandatory, but no meta/runtime.yml found (Code:
UNKNOWN)"

Also updates relevant test and adds a changelog fragment
2 years ago
..
arguments Clarify CLI version number as core version (#72287) 4 years ago
galaxy ansible-galaxy - add signature verification of the MANIFEST.json (#76681) 3 years ago
test_data Remove .travis.yml files from galaxy init skeletons (#75740) 2 years ago
__init__.py galaxy info displayed 'galaxy_info' section wrong 8 years ago
test_adhoc.py ansible-cli: Remove unnessary trailing space (#74880) 3 years ago
test_cli.py Use unittest.mock instead of mock. (#77883) 2 years ago
test_console.py Use unittest.mock instead of mock. (#77883) 2 years ago
test_doc.py Fix wording for :ref|term: substitution (#78216) 2 years ago
test_galaxy.py add required file to collection skeleton (#77418) 2 years ago
test_playbook.py Perfy McPerferton (#58400) 5 years ago
test_vault.py Use unittest.mock instead of mock. (#77883) 2 years ago