Update ansible-test integration tests. (#69970)
* Extend ansible-test collection test. It now runs `rstcheck` and `empty-init` tests. * Add galaxy.yml to test collections.
This commit is contained in:
parent
6065638e00
commit
03f8bf46c3
4 changed files with 15 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
namespace: ns
|
||||
name: col
|
||||
version: 1.0.0
|
||||
readme: README.rst
|
||||
authors:
|
||||
- Ansible
|
|
@ -0,0 +1,3 @@
|
|||
README
|
||||
------
|
||||
This is a simple collection used to verify that ``ansible-test`` works on a collection.
|
|
@ -0,0 +1,6 @@
|
|||
namespace: ns
|
||||
name: col
|
||||
version: 1.0.0
|
||||
readme: README.rst
|
||||
authors:
|
||||
- Ansible
|
Loading…
Reference in a new issue