Add --remote-terminate option to ansible-test.

Set `--remote-terminate success` for osx tests.
This commit is contained in:
Matt Clay 2017-05-11 21:21:11 +08:00
parent bb90f5d220
commit fb9efd3c7e
4 changed files with 13 additions and 2 deletions

View file

@ -467,6 +467,7 @@ class EnvironmentConfig(CommonConfig):
self.remote_stage = args.remote_stage # type: str
self.remote_aws_region = args.remote_aws_region # type: str
self.remote_terminate = args.remote_terminate # type: str
self.requirements = args.requirements # type: bool