mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Updaitng runtests.py for logging tests.
This commit is contained in:
parent
ca4dd6c873
commit
8f4d55666e
1 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue