mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
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:
committed by
Matt Davis
parent
dba561efa7
commit
3f5caf659e
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user