Initial ansible-test implementation. (#18556)

This commit is contained in:
Matt Clay
2016-11-29 21:21:53 -08:00
committed by GitHub
parent d95eac16eb
commit 6bbd92e422
191 changed files with 5483 additions and 48 deletions

9
.gitignore vendored
View File

@@ -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