Updaitng runtests.py for logging tests.

This commit is contained in:
Gareth J. Greenaway 2018-07-21 12:41:16 -07:00
parent ca4dd6c873
commit 8f4d55666e
No known key found for this signature in database
GPG key ID: 10B62F8A7CAD7A41

View file

@ -516,6 +516,13 @@ class SaltTestsuiteParser(SaltCoverageTestingParser):
default=False,
help='Run scheduler integration tests'
)
self.test_selection_group.add_option(
'--logging',
dest='logging',
action='store_true',
default=False,
help='Run logging integration tests'
)
def validate_options(self):
if self.options.cloud_provider or self.options.external_api: