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:
Matt Clay 2020-06-09 11:16:48 -07:00 committed by GitHub
parent 6065638e00
commit 03f8bf46c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,6 @@
namespace: ns
name: col
version: 1.0.0
readme: README.rst
authors:
- Ansible

View file

@ -0,0 +1,3 @@
README
------
This is a simple collection used to verify that ``ansible-test`` works on a collection.

View file

@ -0,0 +1,6 @@
namespace: ns
name: col
version: 1.0.0
readme: README.rst
authors:
- Ansible