Add support for setup targets to ansible-test. (#28544)

* Add support for setup targets to ansible-test.
* Code cleanup.
This commit is contained in:
Matt Clay 2017-08-23 14:09:50 -04:00 committed by GitHub
commit 5ea8a5e34b
6 changed files with 99 additions and 37 deletions

View file

@ -343,7 +343,7 @@ class CloudEnvironment(CloudBase):
def on_failure(self, target, tries):
"""
:type target: TestTarget
:type target: IntegrationTarget
:type tries: int
"""
pass