mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
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:
@@ -225,6 +225,10 @@ def parse_args():
|
||||
action='store_true',
|
||||
help='allow destructive tests (--local and --tox only)')
|
||||
|
||||
integration.add_argument('--allow-root',
|
||||
action='store_true',
|
||||
help='allow tests requiring root when not root')
|
||||
|
||||
integration.add_argument('--retry-on-error',
|
||||
action='store_true',
|
||||
help='retry failed test with increased verbosity')
|
||||
|
||||
Reference in New Issue
Block a user