mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-08 11:39:02 +00:00
Initial ansible-test implementation. (#18556)
This commit is contained in:
parent
d95eac16eb
commit
6bbd92e422
191 changed files with 5483 additions and 48 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -52,7 +52,6 @@ credentials.yml
|
|||
# test output
|
||||
*.retry
|
||||
*.out
|
||||
.coverage
|
||||
.tox
|
||||
.cache
|
||||
results.xml
|
||||
|
|
@ -67,3 +66,11 @@ ansible.egg-info/
|
|||
/shippable/
|
||||
# Release directory
|
||||
packaging/release/ansible_release
|
||||
/.cache/
|
||||
/test/results/coverage/coverage*
|
||||
/test/results/reports/coverage.xml
|
||||
/test/results/reports/coverage/
|
||||
/test/results/junit/*.xml
|
||||
/test/results/logs/*.log
|
||||
/test/integration/inventory.remote
|
||||
/test/integration/inventory.winrm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue