added support for --testcase flag in ansible-test (#36134)

* added support for --testcase flag in ansible-test

* fixed command format

* added tab completion

* fixed sanity issues

* added documenation for --testcase

* don't autocomplete when multiple modules are selected
This commit is contained in:
David Newswanger
2018-02-14 18:40:35 -05:00
committed by Matt Davis
parent dba561efa7
commit 3f5caf659e
4 changed files with 39 additions and 0 deletions

View File

@@ -193,6 +193,7 @@ class NetworkIntegrationConfig(IntegrationConfig):
self.platform = args.platform # type: list [str]
self.inventory = args.inventory # type: str
self.testcase = args.testcase # type: str
class UnitsConfig(TestConfig):