Multiple ansible-test fixes. (#38247)

* Add ansible-test integration --allow-root option.
* Fix destructive target override.
* Fix bad type hint SanityResult -> TestResult.
* Fix skip/python3 filtering with --docker option.
This commit is contained in:
Matt Clay 2018-04-03 18:53:53 -07:00 committed by GitHub
parent f37a44430f
commit a5cbc0a2c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 32 additions and 25 deletions

View file

@ -34,7 +34,7 @@ class RstcheckTest(SanitySingleVersion):
"""
:type args: SanityConfig
:type targets: SanityTargets
:rtype: SanityResult
:rtype: TestResult
"""
if args.python_version in UNSUPPORTED_PYTHON_VERSIONS:
display.warning('Skipping rstcheck on unsupported Python version %s.' % args.python_version)