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

View File

@@ -0,0 +1 @@
argparse ; python_version < '2.7'

View File

@@ -0,0 +1,2 @@
coverage >= 4.2
pywinrm >= 0.2.1 # 0.1.1 required, but 0.2.1 provides better performance

View File

@@ -0,0 +1 @@
coverage

View File

@@ -0,0 +1,8 @@
jinja2
jmespath
junit-xml
ordereddict ; python_version < '2.7'
paramiko
passlib
pycrypto
pyyaml

View File

@@ -0,0 +1,5 @@
jinja2
mock
pylint
voluptuous
yamllint

View File

@@ -0,0 +1,11 @@
boto3
jinja2
mock
nose
passlib
pycrypto
pytest
python-memcached
pyyaml
redis
unittest2 ; python_version < '2.7'

View File

@@ -0,0 +1,4 @@
jinja2
junit-xml
pywinrm
pyyaml